Shades of Atoll #25757F
Tints of Atoll #25757F
RGB
CMYK
RGB Variations
Color information
#25757F (or 0x25757F) is known color: Atoll. HEX triplet: 25, 75 and 7F. RGB value is (37,117,127). Sum of RGB (Red+Green+Blue) = 37+117+127=281 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.17% from 281); Green value is 117 (46.09% from 255 or 41.64% from 281); Blue value is 127 (50% from 255 or 45.20% from 281); Max value from RGB is 127 - color contains mainly: blue. Hex color #25757F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25757F is #DA8A80. Grayscale: #5E5E5E. Windows color (decimal): -14322305 or 8353061. OLE color: 8353061.
HSL color Cylindrical-coordinate representation of color #25757F: hue angle of 186.67º degrees, saturation: 0.55, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #25757F is Cyan = 0.71, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 37 | 117 | 127 | - |
| CMYK | 0.71 | 0.08 | 0 | 0.50 |
| HSL | 186.67º | 0.55% | 0.32% | - |
| HSV(B) | 186.67º | 0.71% | 0.5% | - |
| XYZ | 10.96 | 14.65 | 22.33 | - |
| YUV | 94.22 | 146.5 | 87.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 117 | 127 | 0.71 | 0.08 | 0 | 0.50 | 186.67 | 0.55 | 0.32 |
| Hex | 25 | 75 | 7F | 47 | 8 | 0 | 32 | BB | 37 | 20 |
| Octal | 45 | 165 | 177 | 107 | 10 | 0 | 62 | 273 | 67 | 40 |
| Binary | 100101 | 1110101 | 1111111 | 1000111 | 1000 | 0 | 110010 | 10111011 | 110111 | 100000 |
Color Harmonies of #25757F
Complementary color
Monochromatic Colors of #25757F
Black with #25757F
Text Example
Text Example
White with #25757F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25757F; }
p { color: rgb(37,117,127); }
H1.HeaderClassName
{
color: #25757F;
}
.AnyTagClassName
{
color: #25757F;
}
</style>
background-color css
<style>
a { background-color: #25757F; }
a { background-color: rgb(37,117,127); }
div.DivClassName
{
background-color: #25757F;
}
.BgClassName
{
background-color: #25757F;
}
</style>
border-color css
<style>
span { border-color: #25757F; }
span { border-color: rgb(37,117,127); }
td.TdClassName
{
border-color: #25757F;
}
.TagClassName
{
border-color: #25757F;
}
</style>