Shades of Atoll #256F75
Tints of Atoll #256F75
RGB
CMYK
RGB Variations
Color information
#256F75 (or 0x256F75) is known color: Atoll. HEX triplet: 25, 6F and 75. RGB value is (37,111,117). Sum of RGB (Red+Green+Blue) = 37+111+117=265 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.96% from 265); Green value is 111 (43.75% from 255 or 41.89% from 265); Blue value is 117 (46.09% from 255 or 44.15% from 265); Max value from RGB is 117 - color contains mainly: blue. Hex color #256F75 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #256F75 is #DA908A. Grayscale: #595959. Windows color (decimal): -14323851 or 7696165. OLE color: 7696165.
HSL color Cylindrical-coordinate representation of color #256F75: hue angle of 184.5º degrees, saturation: 0.52, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #256F75 is Cyan = 0.68, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 37 | 111 | 117 | - |
| CMYK | 0.68 | 0.05 | 0 | 0.54 |
| HSL | 184.5º | 0.52% | 0.3% | - |
| HSV(B) | 184.5º | 0.68% | 0.46% | - |
| XYZ | 9.66 | 13.05 | 18.84 | - |
| YUV | 89.56 | 143.48 | 90.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 111 | 117 | 0.68 | 0.05 | 0 | 0.54 | 184.5 | 0.52 | 0.3 |
| Hex | 25 | 6F | 75 | 44 | 5 | 0 | 36 | B8 | 34 | 1E |
| Octal | 45 | 157 | 165 | 104 | 5 | 0 | 66 | 270 | 64 | 36 |
| Binary | 100101 | 1101111 | 1110101 | 1000100 | 101 | 0 | 110110 | 10111000 | 110100 | 11110 |
Color Harmonies of #256F75
Complementary color
Monochromatic Colors of #256F75
Black with #256F75
Text Example
Text Example
White with #256F75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #256F75; }
p { color: rgb(37,111,117); }
H1.HeaderClassName
{
color: #256F75;
}
.AnyTagClassName
{
color: #256F75;
}
</style>
background-color css
<style>
a { background-color: #256F75; }
a { background-color: rgb(37,111,117); }
div.DivClassName
{
background-color: #256F75;
}
.BgClassName
{
background-color: #256F75;
}
</style>
border-color css
<style>
span { border-color: #256F75; }
span { border-color: rgb(37,111,117); }
td.TdClassName
{
border-color: #256F75;
}
.TagClassName
{
border-color: #256F75;
}
</style>