#30969F

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

Shades of Scooter #30969F

Tints of Scooter #30969F

Color information

#30969F (or 0x30969F) is unknown color: approx Scooter. HEX triplet: 30, 96 and 9F. RGB value is (48,150,159). Sum of RGB (Red+Green+Blue) = 48+150+159=357 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.45% from 357); Green value is 150 (58.98% from 255 or 42.02% from 357); Blue value is 159 (62.5% from 255 or 44.54% from 357); Max value from RGB is 159 - color contains mainly: blue. Hex color #30969F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30969F is #CF6960. Grayscale: #787878. Windows color (decimal): -13592929 or 10458672. OLE color: 10458672.

HSL color Cylindrical-coordinate representation of color #30969F: hue angle of 184.86º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #30969F is Cyan = 0.70, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB48150159-
CMYK0.700.0600.38
HSL184.86º53.62%40.59%-
HSV(B)184.86º69.81%62.35%-
XYZ18.3824.9436.65-
YUV120.53149.7176.27-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 13.45%
GREEN value IS 150 (58.98% from 255) = 42.02%
BLUE value IS 159 (62.5% from 255) = 44.54%
R=13.45%
G=42.02%
B=44.54%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal481501590.700.0600.38184.8653.6240.59
Hex30969F466026b93629
Octal6022623710660462716651
Binary11000010010110100111111000110110010011010111001110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30969F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30969F; }

 p { color: rgb(48,150,159); }

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

<style>
 a { background-color: #30969F; }

 a { background-color: rgb(48,150,159); }

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

<style>
 span { border-color: #30969F; }

 span { border-color: rgb(48,150,159); }

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