#318492

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

Shades of Scooter #318492

Tints of Scooter #318492

Color information

#318492 (or 0x318492) is unknown color: approx Scooter. HEX triplet: 31, 84 and 92. RGB value is (49,132,146). Sum of RGB (Red+Green+Blue) = 49+132+146=327 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.98% from 327); Green value is 132 (51.95% from 255 or 40.37% from 327); Blue value is 146 (57.42% from 255 or 44.65% from 327); Max value from RGB is 146 - color contains mainly: blue. Hex color #318492 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #318492 is #CE7B6D. Grayscale: #6C6C6C. Windows color (decimal): -13532014 or 9602097. OLE color: 9602097.

HSL color Cylindrical-coordinate representation of color #318492: hue angle of 188.66º degrees, saturation: 0.5, 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 #318492 is Cyan = 0.66, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB49132146-
CMYK0.660.1000.43
HSL188.66º49.74%38.24%-
HSV(B)188.66º66.44%57.25%-
XYZ14.7119.2330.13-
YUV108.7814985.36-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 14.98%
GREEN value IS 132 (51.95% from 255) = 40.37%
BLUE value IS 146 (57.42% from 255) = 44.65%
R=14.98%
G=40.37%
B=44.65%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal491321460.660.1000.43188.6649.7438.24
Hex31849242A02Bbd3226
Octal61204222102120532756246
Binary110001100001001001001010000101010010101110111101110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #318492; }

 p { color: rgb(49,132,146); }

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

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

 a { background-color: rgb(49,132,146); }

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

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

 span { border-color: rgb(49,132,146); }

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