#30809C

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

Shades of Scooter #30809C

Tints of Scooter #30809C

Color information

#30809C (or 0x30809C) is unknown color: approx Scooter. HEX triplet: 30, 80 and 9C. RGB value is (48,128,156). Sum of RGB (Red+Green+Blue) = 48+128+156=332 (43% of max value = 765). Red value is 48 (19.14% from 255 or 14.46% from 332); Green value is 128 (50.39% from 255 or 38.55% from 332); Blue value is 156 (61.33% from 255 or 46.99% from 332); Max value from RGB is 156 - color contains mainly: blue. Hex color #30809C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30809C is #CF7F63. Grayscale: #6B6B6B. Windows color (decimal): -13598564 or 10256432. OLE color: 10256432.

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

Color convert

RGB48128156-
CMYK0.690.1800.39
HSL195.56º52.94%40%-
HSV(B)195.56º69.23%61.18%-
XYZ14.9418.4734.23-
YUV107.27155.585.72-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 14.46%
GREEN value IS 128 (50.39% from 255) = 38.55%
BLUE value IS 156 (61.33% from 255) = 46.99%
R=14.46%
G=38.55%
B=46.99%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal481281560.690.1800.39195.5652.9440
Hex30809C4512027c43528
Octal60200234105220473046550
Binary1100001000000010011100100010110010010011111000100110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30809C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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