#30909F

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

Shades of Scooter #30909F

Tints of Scooter #30909F

Color information

#30909F (or 0x30909F) is unknown color: approx Scooter. HEX triplet: 30, 90 and 9F. RGB value is (48,144,159). Sum of RGB (Red+Green+Blue) = 48+144+159=351 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.68% from 351); Green value is 144 (56.64% from 255 or 41.03% from 351); Blue value is 159 (62.5% from 255 or 45.30% from 351); Max value from RGB is 159 - color contains mainly: blue. Hex color #30909F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30909F is #CF6F60. Grayscale: #747474. Windows color (decimal): -13594465 or 10457136. OLE color: 10457136.

HSL color Cylindrical-coordinate representation of color #30909F: hue angle of 188.11º 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 #30909F is Cyan = 0.70, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB48144159-
CMYK0.700.0900.38
HSL188.11º53.62%40.59%-
HSV(B)188.11º69.81%62.35%-
XYZ17.4523.0836.34-
YUV117.01151.778.78-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 13.68%
GREEN value IS 144 (56.64% from 255) = 41.03%
BLUE value IS 159 (62.5% from 255) = 45.30%
R=13.68%
G=41.03%
B=45.30%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal481441590.700.0900.38188.1153.6240.59
Hex30909F469026bc3629
Octal60220237106110462746651
Binary110000100100001001111110001101001010011010111100110110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30909F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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