#318496

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

Shades of Scooter #318496

Tints of Scooter #318496

Color information

#318496 (or 0x318496) is unknown color: approx Scooter. HEX triplet: 31, 84 and 96. RGB value is (49,132,150). Sum of RGB (Red+Green+Blue) = 49+132+150=331 (43% of max value = 765). Red value is 49 (19.53% from 255 or 14.80% from 331); Green value is 132 (51.95% from 255 or 39.88% from 331); Blue value is 150 (58.98% from 255 or 45.32% from 331); Max value from RGB is 150 - color contains mainly: blue. Hex color #318496 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #318496 is #CE7B69. Grayscale: #6D6D6D. Windows color (decimal): -13532010 or 9864241. OLE color: 9864241.

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

Color convert

RGB49132150-
CMYK0.670.1200.41
HSL190.69º50.75%39.02%-
HSV(B)190.69º67.33%58.82%-
XYZ15.0219.3631.8-
YUV109.2315185.04-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 14.80%
GREEN value IS 132 (51.95% from 255) = 39.88%
BLUE value IS 150 (58.98% from 255) = 45.32%
R=14.80%
G=39.88%
B=45.32%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal491321500.670.1200.41190.6950.7539.02
Hex31849643C029bf3327
Octal61204226103140512776347
Binary110001100001001001011010000111100010100110111111110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #318496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #318496; }

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

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

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

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

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

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

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

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