Shades of Atoll #25747C
Tints of Atoll #25747C
RGB
CMYK
RGB Variations
Color information
#25747C (or 0x25747C) is known color: Atoll. HEX triplet: 25, 74 and 7C. RGB value is (37,116,124). Sum of RGB (Red+Green+Blue) = 37+116+124=277 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.36% from 277); Green value is 116 (45.70% from 255 or 41.88% from 277); Blue value is 124 (48.83% from 255 or 44.77% from 277); Max value from RGB is 124 - color contains mainly: blue. Hex color #25747C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25747C is #DA8B83. Grayscale: #5D5D5D. Windows color (decimal): -14322564 or 8156197. OLE color: 8156197.
HSL color Cylindrical-coordinate representation of color #25747C: hue angle of 185.52º 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 #25747C is Cyan = 0.70, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 37 | 116 | 124 | - |
| CMYK | 0.70 | 0.06 | 0 | 0.51 |
| HSL | 185.52º | 0.54% | 0.32% | - |
| HSV(B) | 185.52º | 0.7% | 0.49% | - |
| XYZ | 10.65 | 14.34 | 21.28 | - |
| YUV | 93.29 | 145.33 | 87.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 116 | 124 | 0.70 | 0.06 | 0 | 0.51 | 185.52 | 0.54 | 0.32 |
| Hex | 25 | 74 | 7C | 46 | 6 | 0 | 33 | BA | 36 | 20 |
| Octal | 45 | 164 | 174 | 106 | 6 | 0 | 63 | 272 | 66 | 40 |
| Binary | 100101 | 1110100 | 1111100 | 1000110 | 110 | 0 | 110011 | 10111010 | 110110 | 100000 |
Color Harmonies of #25747C
Complementary color
Monochromatic Colors of #25747C
Black with #25747C
Text Example
Text Example
White with #25747C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25747C; }
p { color: rgb(37,116,124); }
H1.HeaderClassName
{
color: #25747C;
}
.AnyTagClassName
{
color: #25747C;
}
</style>
background-color css
<style>
a { background-color: #25747C; }
a { background-color: rgb(37,116,124); }
div.DivClassName
{
background-color: #25747C;
}
.BgClassName
{
background-color: #25747C;
}
</style>
border-color css
<style>
span { border-color: #25747C; }
span { border-color: rgb(37,116,124); }
td.TdClassName
{
border-color: #25747C;
}
.TagClassName
{
border-color: #25747C;
}
</style>