Shades of Atoll #257C84
Tints of Atoll #257C84
RGB
CMYK
RGB Variations
Color information
#257C84 (or 0x257C84) is known color: Atoll. HEX triplet: 25, 7C and 84. RGB value is (37,124,132). Sum of RGB (Red+Green+Blue) = 37+124+132=293 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.63% from 293); Green value is 124 (48.83% from 255 or 42.32% from 293); Blue value is 132 (51.95% from 255 or 45.05% from 293); Max value from RGB is 132 - color contains mainly: blue. Hex color #257C84 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #257C84 is #DA837B. Grayscale: #626262. Windows color (decimal): -14320508 or 8682533. OLE color: 8682533.
HSL color Cylindrical-coordinate representation of color #257C84: hue angle of 185.05º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #257C84 is Cyan = 0.72, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 37 | 124 | 132 | - |
| CMYK | 0.72 | 0.06 | 0 | 0.48 |
| HSL | 185.05º | 0.56% | 0.33% | - |
| HSV(B) | 185.05º | 0.72% | 0.52% | - |
| XYZ | 12.14 | 16.47 | 24.37 | - |
| YUV | 98.9 | 146.68 | 83.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 124 | 132 | 0.72 | 0.06 | 0 | 0.48 | 185.05 | 0.56 | 0.33 |
| Hex | 25 | 7C | 84 | 48 | 6 | 0 | 30 | B9 | 38 | 21 |
| Octal | 45 | 174 | 204 | 110 | 6 | 0 | 60 | 271 | 70 | 41 |
| Binary | 100101 | 1111100 | 10000100 | 1001000 | 110 | 0 | 110000 | 10111001 | 111000 | 100001 |
Color Harmonies of #257C84
Complementary color
Monochromatic Colors of #257C84
Black with #257C84
Text Example
Text Example
White with #257C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257C84; }
p { color: rgb(37,124,132); }
H1.HeaderClassName
{
color: #257C84;
}
.AnyTagClassName
{
color: #257C84;
}
</style>
background-color css
<style>
a { background-color: #257C84; }
a { background-color: rgb(37,124,132); }
div.DivClassName
{
background-color: #257C84;
}
.BgClassName
{
background-color: #257C84;
}
</style>
border-color css
<style>
span { border-color: #257C84; }
span { border-color: rgb(37,124,132); }
td.TdClassName
{
border-color: #257C84;
}
.TagClassName
{
border-color: #257C84;
}
</style>