#30989E

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

Shades of Scooter #30989E

Tints of Scooter #30989E

Color information

#30989E (or 0x30989E) is unknown color: approx Scooter. HEX triplet: 30, 98 and 9E. RGB value is (48,152,158). Sum of RGB (Red+Green+Blue) = 48+152+158=358 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.41% from 358); Green value is 152 (59.77% from 255 or 42.46% from 358); Blue value is 158 (62.11% from 255 or 44.13% from 358); Max value from RGB is 158 - color contains mainly: blue. Hex color #30989E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30989E is #CF6761. Grayscale: #797979. Windows color (decimal): -13592418 or 10393648. OLE color: 10393648.

HSL color Cylindrical-coordinate representation of color #30989E: hue angle of 183.27º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #30989E is Cyan = 0.70, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB48152158-
CMYK0.700.0400.38
HSL183.27º53.4%40.39%-
HSV(B)183.27º69.62%61.96%-
XYZ18.6225.5536.3-
YUV121.59148.5475.51-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 13.41%
GREEN value IS 152 (59.77% from 255) = 42.46%
BLUE value IS 158 (62.11% from 255) = 44.13%
R=13.41%
G=42.46%
B=44.13%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal481521580.700.0400.38183.2753.440.39
Hex30989E464026b73528
Octal6023023610640462676550
Binary11000010011000100111101000110100010011010110111110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30989E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30989E; }

 p { color: rgb(48,152,158); }

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

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

 a { background-color: rgb(48,152,158); }

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

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

 span { border-color: rgb(48,152,158); }

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