Shades of Atoll #257E8A
Tints of Atoll #257E8A
RGB
CMYK
RGB Variations
Color information
#257E8A (or 0x257E8A) is known color: Atoll. HEX triplet: 25, 7E and 8A. RGB value is (37,126,138). Sum of RGB (Red+Green+Blue) = 37+126+138=301 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.29% from 301); Green value is 126 (49.61% from 255 or 41.86% from 301); Blue value is 138 (54.30% from 255 or 45.85% from 301); Max value from RGB is 138 - color contains mainly: blue. Hex color #257E8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #257E8A is #DA8175. Grayscale: #646464. Windows color (decimal): -14319990 or 9076261. OLE color: 9076261.
HSL color Cylindrical-coordinate representation of color #257E8A: hue angle of 187.13º 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 #257E8A is Cyan = 0.73, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 37 | 126 | 138 | - |
| CMYK | 0.73 | 0.09 | 0 | 0.46 |
| HSL | 187.13º | 0.58% | 0.34% | - |
| HSV(B) | 187.13º | 0.73% | 0.54% | - |
| XYZ | 12.81 | 17.15 | 26.68 | - |
| YUV | 100.76 | 149.01 | 82.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 126 | 138 | 0.73 | 0.09 | 0 | 0.46 | 187.13 | 0.58 | 0.34 |
| Hex | 25 | 7E | 8A | 49 | 9 | 0 | 2E | BB | 3A | 22 |
| Octal | 45 | 176 | 212 | 111 | 11 | 0 | 56 | 273 | 72 | 42 |
| Binary | 100101 | 1111110 | 10001010 | 1001001 | 1001 | 0 | 101110 | 10111011 | 111010 | 100010 |
Color Harmonies of #257E8A
Complementary color
Monochromatic Colors of #257E8A
Black with #257E8A
Text Example
Text Example
White with #257E8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257E8A; }
p { color: rgb(37,126,138); }
H1.HeaderClassName
{
color: #257E8A;
}
.AnyTagClassName
{
color: #257E8A;
}
</style>
background-color css
<style>
a { background-color: #257E8A; }
a { background-color: rgb(37,126,138); }
div.DivClassName
{
background-color: #257E8A;
}
.BgClassName
{
background-color: #257E8A;
}
</style>
border-color css
<style>
span { border-color: #257E8A; }
span { border-color: rgb(37,126,138); }
td.TdClassName
{
border-color: #257E8A;
}
.TagClassName
{
border-color: #257E8A;
}
</style>