#30959B

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

Shades of Scooter #30959B

Tints of Scooter #30959B

Color information

#30959B (or 0x30959B) is unknown color: approx Scooter. HEX triplet: 30, 95 and 9B. RGB value is (48,149,155). Sum of RGB (Red+Green+Blue) = 48+149+155=352 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.64% from 352); Green value is 149 (58.59% from 255 or 42.33% from 352); Blue value is 155 (60.94% from 255 or 44.03% from 352); Max value from RGB is 155 - color contains mainly: blue. Hex color #30959B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #30959B is #CF6A64. Grayscale: #777777. Windows color (decimal): -13593189 or 10196272. OLE color: 10196272.

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

Color convert

RGB48149155-
CMYK0.690.0400.39
HSL183.36º52.71%39.8%-
HSV(B)183.36º69.03%60.78%-
XYZ17.8824.4934.79-
YUV119.48148.0477.01-

RGB Variations

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

RGB

RED value IS 48 (19.14% from 255) = 13.64%
GREEN value IS 149 (58.59% from 255) = 42.33%
BLUE value IS 155 (60.94% from 255) = 44.03%
R=13.64%
G=42.33%
B=44.03%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal481491550.690.0400.39183.3652.7139.8
Hex30959B454027b73528
Octal6022523310540472676550
Binary11000010010101100110111000101100010011110110111110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #30959B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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