#317F91

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

Shades of Scooter #317F91

Tints of Scooter #317F91

Color information

#317F91 (or 0x317F91) is unknown color: approx Scooter. HEX triplet: 31, 7F and 91. RGB value is (49,127,145). Sum of RGB (Red+Green+Blue) = 49+127+145=321 (42% of max value = 765). Red value is 49 (19.53% from 255 or 15.26% from 321); Green value is 127 (50% from 255 or 39.56% from 321); Blue value is 145 (57.03% from 255 or 45.17% from 321); Max value from RGB is 145 - color contains mainly: blue. Hex color #317F91 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #317F91 is #CE806E. Grayscale: #696969. Windows color (decimal): -13533295 or 9535281. OLE color: 9535281.

HSL color Cylindrical-coordinate representation of color #317F91: hue angle of 191.25º degrees, saturation: 0.49, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #317F91 is Cyan = 0.66, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB49127145-
CMYK0.660.1200.43
HSL191.25º49.48%38.04%-
HSV(B)191.25º66.21%56.86%-
XYZ13.9717.8829.5-
YUV105.73150.1687.54-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.26%
GREEN value IS 127 (50% from 255) = 39.56%
BLUE value IS 145 (57.03% from 255) = 45.17%
R=15.26%
G=39.56%
B=45.17%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal491271450.660.1200.43191.2549.4838.04
Hex317F9142C02Bbf3126
Octal61177221102140532776146
Binary11000111111111001000110000101100010101110111111110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317F91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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