#30959C

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

Shades of Scooter #30959C

Tints of Scooter #30959C

Color information

#30959C (or 0x30959C) is unknown color: approx Scooter. HEX triplet: 30, 95 and 9C. RGB value is (48,149,156). Sum of RGB (Red+Green+Blue) = 48+149+156=353 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.60% from 353); Green value is 149 (58.59% from 255 or 42.21% from 353); Blue value is 156 (61.33% from 255 or 44.19% from 353); Max value from RGB is 156 - color contains mainly: blue. Hex color #30959C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30959C is #CF6A63. Grayscale: #777777. Windows color (decimal): -13593188 or 10261808. OLE color: 10261808.

HSL color Cylindrical-coordinate representation of color #30959C: hue angle of 183.89º 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 #30959C is Cyan = 0.69, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB48149156-
CMYK0.690.0400.39
HSL183.89º52.94%40%-
HSV(B)183.89º69.23%61.18%-
XYZ17.9724.5235.24-
YUV119.6148.5476.93-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 13.60%
GREEN value IS 149 (58.59% from 255) = 42.21%
BLUE value IS 156 (61.33% from 255) = 44.19%
R=13.60%
G=42.21%
B=44.19%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal481491560.690.0400.39183.8952.9440
Hex30959C454027b83528
Octal6022523410540472706550
Binary11000010010101100111001000101100010011110111000110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30959C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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