#33959B

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

Shades of Scooter #33959B

Tints of Scooter #33959B

Color information

#33959B (or 0x33959B) is unknown color: approx Scooter. HEX triplet: 33, 95 and 9B. RGB value is (51,149,155). Sum of RGB (Red+Green+Blue) = 51+149+155=355 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.37% from 355); Green value is 149 (58.59% from 255 or 41.97% from 355); Blue value is 155 (60.94% from 255 or 43.66% from 355); Max value from RGB is 155 - color contains mainly: blue. Hex color #33959B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #33959B is #CC6A64. Grayscale: #787878. Windows color (decimal): -13396581 or 10196275. OLE color: 10196275.

HSL color Cylindrical-coordinate representation of color #33959B: hue angle of 183.46º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #33959B is Cyan = 0.67, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB51149155-
CMYK0.670.0400.39
HSL183.46º50.49%40.39%-
HSV(B)183.46º67.1%60.78%-
XYZ18.0324.5734.8-
YUV120.38147.5378.51-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 14.37%
GREEN value IS 149 (58.59% from 255) = 41.97%
BLUE value IS 155 (60.94% from 255) = 43.66%
R=14.37%
G=41.97%
B=43.66%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal511491550.670.0400.39183.4650.4940.39
Hex33959B434027b73228
Octal6322523310340472676250
Binary11001110010101100110111000011100010011110110111110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33959B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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