#30929B

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

Shades of Scooter #30929B

Tints of Scooter #30929B

Color information

#30929B (or 0x30929B) is unknown color: approx Scooter. HEX triplet: 30, 92 and 9B. RGB value is (48,146,155). Sum of RGB (Red+Green+Blue) = 48+146+155=349 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.75% from 349); Green value is 146 (57.42% from 255 or 41.83% from 349); Blue value is 155 (60.94% from 255 or 44.41% from 349); Max value from RGB is 155 - color contains mainly: blue. Hex color #30929B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30929B is #CF6D64. Grayscale: #757575. Windows color (decimal): -13593957 or 10195504. OLE color: 10195504.

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

Color convert

RGB48146155-
CMYK0.690.0600.39
HSL185.05º52.71%39.8%-
HSV(B)185.05º69.03%60.78%-
XYZ17.4123.5534.64-
YUV117.72149.0378.27-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 13.75%
GREEN value IS 146 (57.42% from 255) = 41.83%
BLUE value IS 155 (60.94% from 255) = 44.41%
R=13.75%
G=41.83%
B=44.41%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal481461550.690.0600.39185.0552.7139.8
Hex30929B456027b93528
Octal6022223310560472716550
Binary11000010010010100110111000101110010011110111001110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30929B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #30929B; }

 p { color: rgb(48,146,155); }

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

<style>
 a { background-color: #30929B; }

 a { background-color: rgb(48,146,155); }

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

<style>
 span { border-color: #30929B; }

 span { border-color: rgb(48,146,155); }

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