Shades of Atoll #257B89
Tints of Atoll #257B89
RGB
CMYK
RGB Variations
Color information
#257B89 (or 0x257B89) is known color: Atoll. HEX triplet: 25, 7B and 89. RGB value is (37,123,137). Sum of RGB (Red+Green+Blue) = 37+123+137=297 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.46% from 297); Green value is 123 (48.44% from 255 or 41.41% from 297); Blue value is 137 (53.91% from 255 or 46.13% from 297); Max value from RGB is 137 - color contains mainly: blue. Hex color #257B89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #257B89 is #DA8476. Grayscale: #626262. Windows color (decimal): -14320759 or 9009957. OLE color: 9009957.
HSL color Cylindrical-coordinate representation of color #257B89: hue angle of 188.4º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #257B89 is Cyan = 0.73, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 37 | 123 | 137 | - |
| CMYK | 0.73 | 0.10 | 0 | 0.46 |
| HSL | 188.4º | 0.57% | 0.34% | - |
| HSV(B) | 188.4º | 0.73% | 0.54% | - |
| XYZ | 12.36 | 16.37 | 26.17 | - |
| YUV | 98.88 | 149.51 | 83.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 123 | 137 | 0.73 | 0.10 | 0 | 0.46 | 188.4 | 0.57 | 0.34 |
| Hex | 25 | 7B | 89 | 49 | A | 0 | 2E | BC | 39 | 22 |
| Octal | 45 | 173 | 211 | 111 | 12 | 0 | 56 | 274 | 71 | 42 |
| Binary | 100101 | 1111011 | 10001001 | 1001001 | 1010 | 0 | 101110 | 10111100 | 111001 | 100010 |
Color Harmonies of #257B89
Complementary color
Monochromatic Colors of #257B89
Black with #257B89
Text Example
Text Example
White with #257B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257B89; }
p { color: rgb(37,123,137); }
H1.HeaderClassName
{
color: #257B89;
}
.AnyTagClassName
{
color: #257B89;
}
</style>
background-color css
<style>
a { background-color: #257B89; }
a { background-color: rgb(37,123,137); }
div.DivClassName
{
background-color: #257B89;
}
.BgClassName
{
background-color: #257B89;
}
</style>
border-color css
<style>
span { border-color: #257B89; }
span { border-color: rgb(37,123,137); }
td.TdClassName
{
border-color: #257B89;
}
.TagClassName
{
border-color: #257B89;
}
</style>