#318297

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

Shades of Scooter #318297

Tints of Scooter #318297

Color information

#318297 (or 0x318297) is unknown color: approx Scooter. HEX triplet: 31, 82 and 97. RGB value is (49,130,151). Sum of RGB (Red+Green+Blue) = 49+130+151=330 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.85% from 330); Green value is 130 (51.17% from 255 or 39.39% from 330); Blue value is 151 (59.38% from 255 or 45.76% from 330); Max value from RGB is 151 - color contains mainly: blue. Hex color #318297 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #318297 is #CE7D68. Grayscale: #6C6C6C. Windows color (decimal): -13532521 or 9929265. OLE color: 9929265.

HSL color Cylindrical-coordinate representation of color #318297: hue angle of 192.35º 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 #318297 is Cyan = 0.68, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB49130151-
CMYK0.680.1400.41
HSL192.35º51%39.22%-
HSV(B)192.35º67.55%59.22%-
XYZ14.8418.8532.14-
YUV108.18152.1685.79-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 14.85%
GREEN value IS 130 (51.17% from 255) = 39.39%
BLUE value IS 151 (59.38% from 255) = 45.76%
R=14.85%
G=39.39%
B=45.76%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal491301510.680.1400.41192.355139.22
Hex31829744E029c03327
Octal61202227104160513006347
Binary110001100000101001011110001001110010100111000000110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #318297; }

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

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

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

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

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

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

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

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