#33717C

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

Shades of Atoll #33717C

Tints of Atoll #33717C

Color information

#33717C (or 0x33717C) is unknown color: approx Atoll. HEX triplet: 33, 71 and 7C. RGB value is (51,113,124). Sum of RGB (Red+Green+Blue) = 51+113+124=288 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.71% from 288); Green value is 113 (44.53% from 255 or 39.24% from 288); Blue value is 124 (48.83% from 255 or 43.06% from 288); Max value from RGB is 124 - color contains mainly: blue. Hex color #33717C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33717C is #CC8E83. Grayscale: #5F5F5F. Windows color (decimal): -13405828 or 8155443. OLE color: 8155443.

HSL color Cylindrical-coordinate representation of color #33717C: hue angle of 189.04º degrees, saturation: 0.42, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #33717C is Cyan = 0.59, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB51113124-
CMYK0.590.0900.51
HSL189.04º41.71%34.31%-
HSV(B)189.04º58.87%48.63%-
XYZ10.9113.9721.19-
YUV95.72143.9696.11-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.71%
GREEN value IS 113 (44.53% from 255) = 39.24%
BLUE value IS 124 (48.83% from 255) = 43.06%
R=17.71%
G=39.24%
B=43.06%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal511131240.590.0900.51189.0441.7134.31
Hex33717C3B9033bd2a22
Octal6316117473110632755242
Binary110011111000111111001110111001011001110111101101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33717C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,113,124); }

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

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

 a { background-color: rgb(51,113,124); }

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

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

 span { border-color: rgb(51,113,124); }

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