Shades of Atoll #237B7D
Tints of Atoll #237B7D
RGB
CMYK
RGB Variations
Color information
#237B7D (or 0x237B7D) is known color: Atoll. HEX triplet: 23, 7B and 7D. RGB value is (35,123,125). Sum of RGB (Red+Green+Blue) = 35+123+125=283 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.37% from 283); Green value is 123 (48.44% from 255 or 43.46% from 283); Blue value is 125 (49.22% from 255 or 44.17% from 283); Max value from RGB is 125 - color contains mainly: blue. Hex color #237B7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #237B7D is #DC8482. Grayscale: #606060. Windows color (decimal): -14451843 or 8223523. OLE color: 8223523.
HSL color Cylindrical-coordinate representation of color #237B7D: hue angle of 181.33º degrees, saturation: 0.56, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #237B7D is Cyan = 0.72, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 35 | 123 | 125 | - |
| CMYK | 0.72 | 0.02 | 0 | 0.51 |
| HSL | 181.33º | 0.56% | 0.31% | - |
| HSV(B) | 181.33º | 0.72% | 0.49% | - |
| XYZ | 11.48 | 16 | 21.89 | - |
| YUV | 96.92 | 143.85 | 83.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 123 | 125 | 0.72 | 0.02 | 0 | 0.51 | 181.33 | 0.56 | 0.31 |
| Hex | 23 | 7B | 7D | 48 | 2 | 0 | 33 | B5 | 38 | 1F |
| Octal | 43 | 173 | 175 | 110 | 2 | 0 | 63 | 265 | 70 | 37 |
| Binary | 100011 | 1111011 | 1111101 | 1001000 | 10 | 0 | 110011 | 10110101 | 111000 | 11111 |
Color Harmonies of #237B7D
Complementary color
Monochromatic Colors of #237B7D
Black with #237B7D
Text Example
Text Example
White with #237B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #237B7D; }
p { color: rgb(35,123,125); }
H1.HeaderClassName
{
color: #237B7D;
}
.AnyTagClassName
{
color: #237B7D;
}
</style>
background-color css
<style>
a { background-color: #237B7D; }
a { background-color: rgb(35,123,125); }
div.DivClassName
{
background-color: #237B7D;
}
.BgClassName
{
background-color: #237B7D;
}
</style>
border-color css
<style>
span { border-color: #237B7D; }
span { border-color: rgb(35,123,125); }
td.TdClassName
{
border-color: #237B7D;
}
.TagClassName
{
border-color: #237B7D;
}
</style>