Shades of Atoll #257C8A
Tints of Atoll #257C8A
RGB
CMYK
RGB Variations
Color information
#257C8A (or 0x257C8A) is known color: Atoll. HEX triplet: 25, 7C and 8A. RGB value is (37,124,138). Sum of RGB (Red+Green+Blue) = 37+124+138=299 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.37% from 299); Green value is 124 (48.83% from 255 or 41.47% from 299); Blue value is 138 (54.30% from 255 or 46.15% from 299); Max value from RGB is 138 - color contains mainly: blue. Hex color #257C8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #257C8A is #DA8375. Grayscale: #636363. Windows color (decimal): -14320502 or 9075749. OLE color: 9075749.
HSL color Cylindrical-coordinate representation of color #257C8A: hue angle of 188.32º degrees, saturation: 0.58, 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 #257C8A is Cyan = 0.73, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 37 | 124 | 138 | - |
| CMYK | 0.73 | 0.10 | 0 | 0.46 |
| HSL | 188.32º | 0.58% | 0.34% | - |
| HSV(B) | 188.32º | 0.73% | 0.54% | - |
| XYZ | 12.56 | 16.64 | 26.6 | - |
| YUV | 99.58 | 149.68 | 83.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 124 | 138 | 0.73 | 0.10 | 0 | 0.46 | 188.32 | 0.58 | 0.34 |
| Hex | 25 | 7C | 8A | 49 | A | 0 | 2E | BC | 3A | 22 |
| Octal | 45 | 174 | 212 | 111 | 12 | 0 | 56 | 274 | 72 | 42 |
| Binary | 100101 | 1111100 | 10001010 | 1001001 | 1010 | 0 | 101110 | 10111100 | 111010 | 100010 |
Color Harmonies of #257C8A
Complementary color
Monochromatic Colors of #257C8A
Black with #257C8A
Text Example
Text Example
White with #257C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257C8A; }
p { color: rgb(37,124,138); }
H1.HeaderClassName
{
color: #257C8A;
}
.AnyTagClassName
{
color: #257C8A;
}
</style>
background-color css
<style>
a { background-color: #257C8A; }
a { background-color: rgb(37,124,138); }
div.DivClassName
{
background-color: #257C8A;
}
.BgClassName
{
background-color: #257C8A;
}
</style>
border-color css
<style>
span { border-color: #257C8A; }
span { border-color: rgb(37,124,138); }
td.TdClassName
{
border-color: #257C8A;
}
.TagClassName
{
border-color: #257C8A;
}
</style>