#33959C

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

Shades of Scooter #33959C

Tints of Scooter #33959C

Color information

#33959C (or 0x33959C) is unknown color: approx Scooter. HEX triplet: 33, 95 and 9C. RGB value is (51,149,156). Sum of RGB (Red+Green+Blue) = 51+149+156=356 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.33% from 356); Green value is 149 (58.59% from 255 or 41.85% from 356); Blue value is 156 (61.33% from 255 or 43.82% from 356); Max value from RGB is 156 - color contains mainly: blue. Hex color #33959C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #33959C is #CC6A63. Grayscale: #787878. Windows color (decimal): -13396580 or 10261811. OLE color: 10261811.

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

Color convert

RGB51149156-
CMYK0.670.0400.39
HSL184º50.72%40.59%-
HSV(B)184º67.31%61.18%-
XYZ18.1124.635.25-
YUV120.5148.0378.43-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 14.33%
GREEN value IS 149 (58.59% from 255) = 41.85%
BLUE value IS 156 (61.33% from 255) = 43.82%
R=14.33%
G=41.85%
B=43.82%

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
Decimal511491560.670.0400.3918450.7240.59
Hex33959C434027b83329
Octal6322523410340472706351
Binary11001110010101100111001000011100010011110111000110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33959C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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