Shades of Atoll #236C70
Tints of Atoll #236C70
RGB
CMYK
RGB Variations
Color information
#236C70 (or 0x236C70) is known color: Atoll. HEX triplet: 23, 6C and 70. RGB value is (35,108,112). Sum of RGB (Red+Green+Blue) = 35+108+112=255 (33% of max value = 765). Red value is 35 (14.06% from 255 or 13.73% from 255); Green value is 108 (42.58% from 255 or 42.35% from 255); Blue value is 112 (44.14% from 255 or 43.92% from 255); Max value from RGB is 112 - color contains mainly: blue. Hex color #236C70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #236C70 is #DC938F. Grayscale: #565656. Windows color (decimal): -14455696 or 7367715. OLE color: 7367715.
HSL color Cylindrical-coordinate representation of color #236C70: hue angle of 183.12º 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 #236C70 is Cyan = 0.69, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 35 | 108 | 112 | - |
| CMYK | 0.69 | 0.04 | 0 | 0.56 |
| HSL | 183.12º | 0.52% | 0.29% | - |
| HSV(B) | 183.12º | 0.69% | 0.44% | - |
| XYZ | 8.98 | 12.25 | 17.22 | - |
| YUV | 86.63 | 142.32 | 91.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 108 | 112 | 0.69 | 0.04 | 0 | 0.56 | 183.12 | 0.52 | 0.29 |
| Hex | 23 | 6C | 70 | 45 | 4 | 0 | 38 | B7 | 34 | 1D |
| Octal | 43 | 154 | 160 | 105 | 4 | 0 | 70 | 267 | 64 | 35 |
| Binary | 100011 | 1101100 | 1110000 | 1000101 | 100 | 0 | 111000 | 10110111 | 110100 | 11101 |
Color Harmonies of #236C70
Complementary color
Monochromatic Colors of #236C70
Black with #236C70
Text Example
Text Example
White with #236C70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #236C70; }
p { color: rgb(35,108,112); }
H1.HeaderClassName
{
color: #236C70;
}
.AnyTagClassName
{
color: #236C70;
}
</style>
background-color css
<style>
a { background-color: #236C70; }
a { background-color: rgb(35,108,112); }
div.DivClassName
{
background-color: #236C70;
}
.BgClassName
{
background-color: #236C70;
}
</style>
border-color css
<style>
span { border-color: #236C70; }
span { border-color: rgb(35,108,112); }
td.TdClassName
{
border-color: #236C70;
}
.TagClassName
{
border-color: #236C70;
}
</style>