Shades of Atoll #33727D
Tints of Atoll #33727D
RGB
CMYK
RGB Variations
Color information
#33727D (or 0x33727D) is known color: Atoll. HEX triplet: 33, 72 and 7D. RGB value is (51,114,125). Sum of RGB (Red+Green+Blue) = 51+114+125=290 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.59% from 290); Green value is 114 (44.92% from 255 or 39.31% from 290); Blue value is 125 (49.22% from 255 or 43.10% from 290); Max value from RGB is 125 - color contains mainly: blue. Hex color #33727D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33727D is #CC8D82. Grayscale: #606060. Windows color (decimal): -13405571 or 8221235. OLE color: 8221235.
HSL color Cylindrical-coordinate representation of color #33727D: hue angle of 188.92º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #33727D is Cyan = 0.59, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 51 | 114 | 125 | - |
| CMYK | 0.59 | 0.09 | 0 | 0.51 |
| HSL | 188.92º | 0.42% | 0.35% | - |
| HSV(B) | 188.92º | 0.59% | 0.49% | - |
| XYZ | 11.08 | 14.22 | 21.56 | - |
| YUV | 96.42 | 144.13 | 95.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 114 | 125 | 0.59 | 0.09 | 0 | 0.51 | 188.92 | 0.42 | 0.35 |
| Hex | 33 | 72 | 7D | 3B | 9 | 0 | 33 | BD | 2A | 23 |
| Octal | 63 | 162 | 175 | 73 | 11 | 0 | 63 | 275 | 52 | 43 |
| Binary | 110011 | 1110010 | 1111101 | 111011 | 1001 | 0 | 110011 | 10111101 | 101010 | 100011 |
Color Harmonies of #33727D
Complementary color
Monochromatic Colors of #33727D
Black with #33727D
Text Example
Text Example
White with #33727D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33727D; }
p { color: rgb(51,114,125); }
H1.HeaderClassName
{
color: #33727D;
}
.AnyTagClassName
{
color: #33727D;
}
</style>
background-color css
<style>
a { background-color: #33727D; }
a { background-color: rgb(51,114,125); }
div.DivClassName
{
background-color: #33727D;
}
.BgClassName
{
background-color: #33727D;
}
</style>
border-color css
<style>
span { border-color: #33727D; }
span { border-color: rgb(51,114,125); }
td.TdClassName
{
border-color: #33727D;
}
.TagClassName
{
border-color: #33727D;
}
</style>