Shades of Atoll #237A7D
Tints of Atoll #237A7D
RGB
CMYK
RGB Variations
Color information
#237A7D (or 0x237A7D) is known color: Atoll. HEX triplet: 23, 7A and 7D. RGB value is (35,122,125). Sum of RGB (Red+Green+Blue) = 35+122+125=282 (37% of max value = 765). Red value is 35 (14.06% from 255 or 12.41% from 282); Green value is 122 (48.05% from 255 or 43.26% from 282); Blue value is 125 (49.22% from 255 or 44.33% from 282); Max value from RGB is 125 - color contains mainly: blue. Hex color #237A7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #237A7D is #DC8582. Grayscale: #606060. Windows color (decimal): -14452099 or 8223267. OLE color: 8223267.
HSL color Cylindrical-coordinate representation of color #237A7D: hue angle of 182º 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 #237A7D is Cyan = 0.72, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 35 | 122 | 125 | - |
| CMYK | 0.72 | 0.02 | 0 | 0.51 |
| HSL | 182º | 0.56% | 0.31% | - |
| HSV(B) | 182º | 0.72% | 0.49% | - |
| XYZ | 11.35 | 15.76 | 21.85 | - |
| YUV | 96.33 | 144.18 | 84.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 122 | 125 | 0.72 | 0.02 | 0 | 0.51 | 182 | 0.56 | 0.31 |
| Hex | 23 | 7A | 7D | 48 | 2 | 0 | 33 | B6 | 38 | 1F |
| Octal | 43 | 172 | 175 | 110 | 2 | 0 | 63 | 266 | 70 | 37 |
| Binary | 100011 | 1111010 | 1111101 | 1001000 | 10 | 0 | 110011 | 10110110 | 111000 | 11111 |
Color Harmonies of #237A7D
Complementary color
Monochromatic Colors of #237A7D
Black with #237A7D
Text Example
Text Example
White with #237A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #237A7D; }
p { color: rgb(35,122,125); }
H1.HeaderClassName
{
color: #237A7D;
}
.AnyTagClassName
{
color: #237A7D;
}
</style>
background-color css
<style>
a { background-color: #237A7D; }
a { background-color: rgb(35,122,125); }
div.DivClassName
{
background-color: #237A7D;
}
.BgClassName
{
background-color: #237A7D;
}
</style>
border-color css
<style>
span { border-color: #237A7D; }
span { border-color: rgb(35,122,125); }
td.TdClassName
{
border-color: #237A7D;
}
.TagClassName
{
border-color: #237A7D;
}
</style>