Shades of Atoll #256F74
Tints of Atoll #256F74
RGB
CMYK
RGB Variations
Color information
#256F74 (or 0x256F74) is known color: Atoll. HEX triplet: 25, 6F and 74. RGB value is (37,111,116). Sum of RGB (Red+Green+Blue) = 37+111+116=264 (34% of max value = 765). Red value is 37 (14.84% from 255 or 14.02% from 264); Green value is 111 (43.75% from 255 or 42.05% from 264); Blue value is 116 (45.70% from 255 or 43.94% from 264); Max value from RGB is 116 - color contains mainly: blue. Hex color #256F74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #256F74 is #DA908B. Grayscale: #595959. Windows color (decimal): -14323852 or 7630629. OLE color: 7630629.
HSL color Cylindrical-coordinate representation of color #256F74: hue angle of 183.8º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #256F74 is Cyan = 0.68, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 37 | 111 | 116 | - |
| CMYK | 0.68 | 0.04 | 0 | 0.55 |
| HSL | 183.8º | 0.52% | 0.3% | - |
| HSV(B) | 183.8º | 0.68% | 0.45% | - |
| XYZ | 9.6 | 13.02 | 18.53 | - |
| YUV | 89.44 | 142.98 | 90.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 111 | 116 | 0.68 | 0.04 | 0 | 0.55 | 183.8 | 0.52 | 0.3 |
| Hex | 25 | 6F | 74 | 44 | 4 | 0 | 37 | B8 | 34 | 1E |
| Octal | 45 | 157 | 164 | 104 | 4 | 0 | 67 | 270 | 64 | 36 |
| Binary | 100101 | 1101111 | 1110100 | 1000100 | 100 | 0 | 110111 | 10111000 | 110100 | 11110 |
Color Harmonies of #256F74
Complementary color
Monochromatic Colors of #256F74
Black with #256F74
Text Example
Text Example
White with #256F74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256F74; }
p { color: rgb(37,111,116); }
H1.HeaderClassName
{
color: #256F74;
}
.AnyTagClassName
{
color: #256F74;
}
</style>
background-color css
<style>
a { background-color: #256F74; }
a { background-color: rgb(37,111,116); }
div.DivClassName
{
background-color: #256F74;
}
.BgClassName
{
background-color: #256F74;
}
</style>
border-color css
<style>
span { border-color: #256F74; }
span { border-color: rgb(37,111,116); }
td.TdClassName
{
border-color: #256F74;
}
.TagClassName
{
border-color: #256F74;
}
</style>