#30909C

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

Shades of Scooter #30909C

Tints of Scooter #30909C

Color information

#30909C (or 0x30909C) is unknown color: approx Scooter. HEX triplet: 30, 90 and 9C. RGB value is (48,144,156). Sum of RGB (Red+Green+Blue) = 48+144+156=348 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.79% from 348); Green value is 144 (56.64% from 255 or 41.38% from 348); Blue value is 156 (61.33% from 255 or 44.83% from 348); Max value from RGB is 156 - color contains mainly: blue. Hex color #30909C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30909C is #CF6F63. Grayscale: #747474. Windows color (decimal): -13594468 or 10260528. OLE color: 10260528.

HSL color Cylindrical-coordinate representation of color #30909C: hue angle of 186.67º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #30909C is Cyan = 0.69, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB48144156-
CMYK0.690.0800.39
HSL186.67º52.94%40%-
HSV(B)186.67º69.23%61.18%-
XYZ17.1922.9834.98-
YUV116.66150.279.02-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 13.79%
GREEN value IS 144 (56.64% from 255) = 41.38%
BLUE value IS 156 (61.33% from 255) = 44.83%
R=13.79%
G=41.38%
B=44.83%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal481441560.690.0800.39186.6752.9440
Hex30909C458027bb3528
Octal60220234105100472736550
Binary110000100100001001110010001011000010011110111011110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30909C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30909C; }

 p { color: rgb(48,144,156); }

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

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

 a { background-color: rgb(48,144,156); }

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

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

 span { border-color: rgb(48,144,156); }

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