#317D97

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

Shades of Scooter #317D97

Tints of Scooter #317D97

Color information

#317D97 (or 0x317D97) is unknown color: approx Scooter. HEX triplet: 31, 7D and 97. RGB value is (49,125,151). Sum of RGB (Red+Green+Blue) = 49+125+151=325 (43% of max value = 765). Red value is 49 (19.53% from 255 or 15.08% from 325); Green value is 125 (49.22% from 255 or 38.46% from 325); Blue value is 151 (59.38% from 255 or 46.46% from 325); Max value from RGB is 151 - color contains mainly: blue. Hex color #317D97 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #317D97 is #CE8268. Grayscale: #696969. Windows color (decimal): -13533801 or 9927985. OLE color: 9927985.

HSL color Cylindrical-coordinate representation of color #317D97: hue angle of 195.29º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #317D97 is Cyan = 0.68, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB49125151-
CMYK0.680.1700.41
HSL195.29º51%39.22%-
HSV(B)195.29º67.55%59.22%-
XYZ14.1917.5531.92-
YUV105.24153.8287.89-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 15.08%
GREEN value IS 125 (49.22% from 255) = 38.46%
BLUE value IS 151 (59.38% from 255) = 46.46%
R=15.08%
G=38.46%
B=46.46%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal491251510.680.1700.41195.295139.22
Hex317D974411029c33327
Octal61175227104210513036347
Binary110001111110110010111100010010001010100111000011110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #317D97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,125,151); }

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

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

 a { background-color: rgb(49,125,151); }

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

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

 span { border-color: rgb(49,125,151); }

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