#33717B

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

Shades of Atoll #33717B

Tints of Atoll #33717B

Color information

#33717B (or 0x33717B) is unknown color: approx Atoll. HEX triplet: 33, 71 and 7B. RGB value is (51,113,123). Sum of RGB (Red+Green+Blue) = 51+113+123=287 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.77% from 287); Green value is 113 (44.53% from 255 or 39.37% from 287); Blue value is 123 (48.44% from 255 or 42.86% from 287); Max value from RGB is 123 - color contains mainly: blue. Hex color #33717B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33717B is #CC8E84. Grayscale: #5F5F5F. Windows color (decimal): -13405829 or 8089907. OLE color: 8089907.

HSL color Cylindrical-coordinate representation of color #33717B: hue angle of 188.33º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #33717B is Cyan = 0.59, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB51113123-
CMYK0.590.0800.52
HSL188.33º41.38%34.12%-
HSV(B)188.33º58.54%48.24%-
XYZ10.8513.9420.86-
YUV95.6143.4696.19-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.77%
GREEN value IS 113 (44.53% from 255) = 39.37%
BLUE value IS 123 (48.44% from 255) = 42.86%
R=17.77%
G=39.37%
B=42.86%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal511131230.590.0800.52188.3341.3834.12
Hex33717B3B8034bc2922
Octal6316117373100642745142
Binary110011111000111110111110111000011010010111100101001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33717B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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