Shades of Atoll #236D70
Tints of Atoll #236D70
RGB
CMYK
RGB Variations
Color information
#236D70 (or 0x236D70) is known color: Atoll. HEX triplet: 23, 6D and 70. RGB value is (35,109,112). Sum of RGB (Red+Green+Blue) = 35+109+112=256 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.67% from 256); Green value is 109 (42.97% from 255 or 42.58% from 256); Blue value is 112 (44.14% from 255 or 43.75% from 256); Max value from RGB is 112 - color contains mainly: blue. Hex color #236D70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #236D70 is #DC928F. Grayscale: #575757. Windows color (decimal): -14455440 or 7367971. OLE color: 7367971.
HSL color Cylindrical-coordinate representation of color #236D70: hue angle of 182.34º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #236D70 is Cyan = 0.69, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 35 | 109 | 112 | - |
| CMYK | 0.69 | 0.03 | 0 | 0.56 |
| HSL | 182.34º | 0.52% | 0.29% | - |
| HSV(B) | 182.34º | 0.69% | 0.44% | - |
| XYZ | 9.09 | 12.46 | 17.26 | - |
| YUV | 87.22 | 141.98 | 90.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 109 | 112 | 0.69 | 0.03 | 0 | 0.56 | 182.34 | 0.52 | 0.29 |
| Hex | 23 | 6D | 70 | 45 | 3 | 0 | 38 | B6 | 34 | 1D |
| Octal | 43 | 155 | 160 | 105 | 3 | 0 | 70 | 266 | 64 | 35 |
| Binary | 100011 | 1101101 | 1110000 | 1000101 | 11 | 0 | 111000 | 10110110 | 110100 | 11101 |
Color Harmonies of #236D70
Complementary color
Monochromatic Colors of #236D70
Black with #236D70
Text Example
Text Example
White with #236D70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #236D70; }
p { color: rgb(35,109,112); }
H1.HeaderClassName
{
color: #236D70;
}
.AnyTagClassName
{
color: #236D70;
}
</style>
background-color css
<style>
a { background-color: #236D70; }
a { background-color: rgb(35,109,112); }
div.DivClassName
{
background-color: #236D70;
}
.BgClassName
{
background-color: #236D70;
}
</style>
border-color css
<style>
span { border-color: #236D70; }
span { border-color: rgb(35,109,112); }
td.TdClassName
{
border-color: #236D70;
}
.TagClassName
{
border-color: #236D70;
}
</style>