Shades of Atoll #33707B
Tints of Atoll #33707B
RGB
CMYK
RGB Variations
Color information
#33707B (or 0x33707B) is known color: Atoll. HEX triplet: 33, 70 and 7B. RGB value is (51,112,123). Sum of RGB (Red+Green+Blue) = 51+112+123=286 (37% of max value = 765). Red value is 51 (20.31% from 255 or 17.83% from 286); Green value is 112 (44.14% from 255 or 39.16% from 286); Blue value is 123 (48.44% from 255 or 43.01% from 286); Max value from RGB is 123 - color contains mainly: blue. Hex color #33707B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #33707B is #CC8F84. Grayscale: #5E5E5E. Windows color (decimal): -13406085 or 8089651. OLE color: 8089651.
HSL color Cylindrical-coordinate representation of color #33707B: hue angle of 189.17º 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 #33707B is Cyan = 0.59, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 51 | 112 | 123 | - |
| CMYK | 0.59 | 0.09 | 0 | 0.52 |
| HSL | 189.17º | 0.41% | 0.34% | - |
| HSV(B) | 189.17º | 0.59% | 0.48% | - |
| XYZ | 10.73 | 13.72 | 20.82 | - |
| YUV | 95.02 | 143.79 | 96.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 112 | 123 | 0.59 | 0.09 | 0 | 0.52 | 189.17 | 0.41 | 0.34 |
| Hex | 33 | 70 | 7B | 3B | 9 | 0 | 34 | BD | 29 | 22 |
| Octal | 63 | 160 | 173 | 73 | 11 | 0 | 64 | 275 | 51 | 42 |
| Binary | 110011 | 1110000 | 1111011 | 111011 | 1001 | 0 | 110100 | 10111101 | 101001 | 100010 |
Color Harmonies of #33707B
Complementary color
Monochromatic Colors of #33707B
Black with #33707B
Text Example
Text Example
White with #33707B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #33707B; }
p { color: rgb(51,112,123); }
H1.HeaderClassName
{
color: #33707B;
}
.AnyTagClassName
{
color: #33707B;
}
</style>
background-color css
<style>
a { background-color: #33707B; }
a { background-color: rgb(51,112,123); }
div.DivClassName
{
background-color: #33707B;
}
.BgClassName
{
background-color: #33707B;
}
</style>
border-color css
<style>
span { border-color: #33707B; }
span { border-color: rgb(51,112,123); }
td.TdClassName
{
border-color: #33707B;
}
.TagClassName
{
border-color: #33707B;
}
</style>