Shades of Atoll #257B7C
Tints of Atoll #257B7C
RGB
CMYK
RGB Variations
Color information
#257B7C (or 0x257B7C) is known color: Atoll. HEX triplet: 25, 7B and 7C. RGB value is (37,123,124). Sum of RGB (Red+Green+Blue) = 37+123+124=284 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.03% from 284); Green value is 123 (48.44% from 255 or 43.31% from 284); Blue value is 124 (48.83% from 255 or 43.66% from 284); Max value from RGB is 124 - color contains mainly: blue. Hex color #257B7C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #257B7C is #DA8483. Grayscale: #616161. Windows color (decimal): -14320772 or 8157989. OLE color: 8157989.
HSL color Cylindrical-coordinate representation of color #257B7C: hue angle of 180.69º degrees, saturation: 0.54, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #257B7C is Cyan = 0.70, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 37 | 123 | 124 | - |
| CMYK | 0.70 | 0.01 | 0 | 0.51 |
| HSL | 180.69º | 0.54% | 0.32% | - |
| HSV(B) | 180.69º | 0.7% | 0.49% | - |
| XYZ | 11.48 | 16.01 | 21.55 | - |
| YUV | 97.4 | 143.01 | 84.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 123 | 124 | 0.70 | 0.01 | 0 | 0.51 | 180.69 | 0.54 | 0.32 |
| Hex | 25 | 7B | 7C | 46 | 1 | 0 | 33 | B5 | 36 | 20 |
| Octal | 45 | 173 | 174 | 106 | 1 | 0 | 63 | 265 | 66 | 40 |
| Binary | 100101 | 1111011 | 1111100 | 1000110 | 1 | 0 | 110011 | 10110101 | 110110 | 100000 |
Color Harmonies of #257B7C
Complementary color
Monochromatic Colors of #257B7C
Black with #257B7C
Text Example
Text Example
White with #257B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257B7C; }
p { color: rgb(37,123,124); }
H1.HeaderClassName
{
color: #257B7C;
}
.AnyTagClassName
{
color: #257B7C;
}
</style>
background-color css
<style>
a { background-color: #257B7C; }
a { background-color: rgb(37,123,124); }
div.DivClassName
{
background-color: #257B7C;
}
.BgClassName
{
background-color: #257B7C;
}
</style>
border-color css
<style>
span { border-color: #257B7C; }
span { border-color: rgb(37,123,124); }
td.TdClassName
{
border-color: #257B7C;
}
.TagClassName
{
border-color: #257B7C;
}
</style>