Shades of Atoll #257A8B
Tints of Atoll #257A8B
RGB
CMYK
RGB Variations
Color information
#257A8B (or 0x257A8B) is known color: Atoll. HEX triplet: 25, 7A and 8B. RGB value is (37,122,139). Sum of RGB (Red+Green+Blue) = 37+122+139=298 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.42% from 298); Green value is 122 (48.05% from 255 or 40.94% from 298); Blue value is 139 (54.69% from 255 or 46.64% from 298); Max value from RGB is 139 - color contains mainly: blue. Hex color #257A8B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #257A8B is #DA8574. Grayscale: #626262. Windows color (decimal): -14321013 or 9140773. OLE color: 9140773.
HSL color Cylindrical-coordinate representation of color #257A8B: hue angle of 190º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #257A8B is Cyan = 0.73, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 37 | 122 | 139 | - |
| CMYK | 0.73 | 0.12 | 0 | 0.45 |
| HSL | 190º | 0.58% | 0.35% | - |
| HSV(B) | 190º | 0.73% | 0.55% | - |
| XYZ | 12.38 | 16.18 | 26.9 | - |
| YUV | 98.52 | 150.84 | 84.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 122 | 139 | 0.73 | 0.12 | 0 | 0.45 | 190 | 0.58 | 0.35 |
| Hex | 25 | 7A | 8B | 49 | C | 0 | 2D | BE | 3A | 23 |
| Octal | 45 | 172 | 213 | 111 | 14 | 0 | 55 | 276 | 72 | 43 |
| Binary | 100101 | 1111010 | 10001011 | 1001001 | 1100 | 0 | 101101 | 10111110 | 111010 | 100011 |
Color Harmonies of #257A8B
Complementary color
Monochromatic Colors of #257A8B
Black with #257A8B
Text Example
Text Example
White with #257A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257A8B; }
p { color: rgb(37,122,139); }
H1.HeaderClassName
{
color: #257A8B;
}
.AnyTagClassName
{
color: #257A8B;
}
</style>
background-color css
<style>
a { background-color: #257A8B; }
a { background-color: rgb(37,122,139); }
div.DivClassName
{
background-color: #257A8B;
}
.BgClassName
{
background-color: #257A8B;
}
</style>
border-color css
<style>
span { border-color: #257A8B; }
span { border-color: rgb(37,122,139); }
td.TdClassName
{
border-color: #257A8B;
}
.TagClassName
{
border-color: #257A8B;
}
</style>