#33959F

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

Shades of Scooter #33959F

Tints of Scooter #33959F

Color information

#33959F (or 0x33959F) is unknown color: approx Scooter. HEX triplet: 33, 95 and 9F. RGB value is (51,149,159). Sum of RGB (Red+Green+Blue) = 51+149+159=359 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.21% from 359); Green value is 149 (58.59% from 255 or 41.50% from 359); Blue value is 159 (62.5% from 255 or 44.29% from 359); Max value from RGB is 159 - color contains mainly: blue. Hex color #33959F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #33959F is #CC6A60. Grayscale: #787878. Windows color (decimal): -13396577 or 10458419. OLE color: 10458419.

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

Color convert

RGB51149159-
CMYK0.680.0600.38
HSL185.56º51.43%41.18%-
HSV(B)185.56º67.92%62.35%-
XYZ18.3724.736.6-
YUV120.84149.5378.19-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 14.21%
GREEN value IS 149 (58.59% from 255) = 41.50%
BLUE value IS 159 (62.5% from 255) = 44.29%
R=14.21%
G=41.50%
B=44.29%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal511491590.680.0600.38185.5651.4341.18
Hex33959F446026ba3329
Octal6322523710460462726351
Binary11001110010101100111111000100110010011010111010110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33959F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,149,159); }

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

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

 a { background-color: rgb(51,149,159); }

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

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

 span { border-color: rgb(51,149,159); }

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