#30879C

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

Shades of Scooter #30879C

Tints of Scooter #30879C

Color information

#30879C (or 0x30879C) is unknown color: approx Scooter. HEX triplet: 30, 87 and 9C. RGB value is (48,135,156). Sum of RGB (Red+Green+Blue) = 48+135+156=339 (44% of max value = 765). Red value is 48 (19.14% from 255 or 14.16% from 339); Green value is 135 (53.12% from 255 or 39.82% from 339); Blue value is 156 (61.33% from 255 or 46.02% from 339); Max value from RGB is 156 - color contains mainly: blue. Hex color #30879C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30879C is #CF7863. Grayscale: #6F6F6F. Windows color (decimal): -13596772 or 10258224. OLE color: 10258224.

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

Color convert

RGB48135156-
CMYK0.690.1300.39
HSL191.67º52.94%40%-
HSV(B)191.67º69.23%61.18%-
XYZ15.8820.3634.54-
YUV111.38153.1882.79-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.16%
GREEN value IS 135 (53.12% from 255) = 39.82%
BLUE value IS 156 (61.33% from 255) = 46.02%
R=14.16%
G=39.82%
B=46.02%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal481351560.690.1300.39191.6752.9440
Hex30879C45D027c03528
Octal60207234105150473006550
Binary110000100001111001110010001011101010011111000000110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30879C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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