#317F9E

Color #317F9E Scooter (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scooter #317F9E

Tints of Scooter #317F9E

Color information

#317F9E (or 0x317F9E) is unknown color: approx Scooter. HEX triplet: 31, 7F and 9E. RGB value is (49,127,158). Sum of RGB (Red+Green+Blue) = 49+127+158=334 (44% of max value = 765). Red value is 49 (19.53% from 255 or 14.67% from 334); Green value is 127 (50% from 255 or 38.02% from 334); Blue value is 158 (62.11% from 255 or 47.31% from 334); Max value from RGB is 158 - color contains mainly: blue. Hex color #317F9E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #317F9E is #CE8061. Grayscale: #6B6B6B. Windows color (decimal): -13533282 or 10387249. OLE color: 10387249.

HSL color Cylindrical-coordinate representation of color #317F9E: hue angle of 197.06º degrees, saturation: 0.53, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #317F9E is Cyan = 0.69, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB49127158-
CMYK0.690.2000.38
HSL197.06º52.66%40.59%-
HSV(B)197.06º68.99%61.96%-
XYZ15.0318.335.09-
YUV107.21156.6686.48-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 49 (19.53% from 255) = 14.67%
GREEN value IS 127 (50% from 255) = 38.02%
BLUE value IS 158 (62.11% from 255) = 47.31%
R=14.67%
G=38.02%
B=47.31%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal491271580.690.2000.38197.0652.6640.59
Hex317F9E4514026c53529
Octal61177236105240463056551
Binary110001111111110011110100010110100010011011000101110101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317F9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #317F9E; }

 p { color: rgb(49,127,158); }

 H1.HeaderClassName
 {
   color: #317F9E;
 }
 .AnyTagClassName
 {
   color: #317F9E;
 }
</style>
background-color css

<style>
 a { background-color: #317F9E; }

 a { background-color: rgb(49,127,158); }

 div.DivClassName
 {
   background-color: #317F9E;
 }
 .BgClassName
 {
   background-color: #317F9E;
 }
</style>
border-color css

<style>
 span { border-color: #317F9E; }

 span { border-color: rgb(49,127,158); }

 td.TdClassName
 {
   border-color: #317F9E;
 }
 .TagClassName
 {
   border-color: #317F9E;
 }
</style>