#30939B

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

Shades of Scooter #30939B

Tints of Scooter #30939B

Color information

#30939B (or 0x30939B) is unknown color: approx Scooter. HEX triplet: 30, 93 and 9B. RGB value is (48,147,155). Sum of RGB (Red+Green+Blue) = 48+147+155=350 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.71% from 350); Green value is 147 (57.81% from 255 or 42% from 350); Blue value is 155 (60.94% from 255 or 44.29% from 350); Max value from RGB is 155 - color contains mainly: blue. Hex color #30939B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30939B is #CF6C64. Grayscale: #767676. Windows color (decimal): -13593701 or 10195760. OLE color: 10195760.

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

Color convert

RGB48147155-
CMYK0.690.0500.39
HSL184.49º52.71%39.8%-
HSV(B)184.49º69.03%60.78%-
XYZ17.5723.8634.69-
YUV118.31148.777.85-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 13.71%
GREEN value IS 147 (57.81% from 255) = 42%
BLUE value IS 155 (60.94% from 255) = 44.29%
R=13.71%
G=42%
B=44.29%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal481471550.690.0500.39184.4952.7139.8
Hex30939B455027b83528
Octal6022323310550472706550
Binary11000010010011100110111000101101010011110111000110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30939B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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