Shades of Atoll #25747B
Tints of Atoll #25747B
RGB
CMYK
RGB Variations
Color information
#25747B (or 0x25747B) is known color: Atoll. HEX triplet: 25, 74 and 7B. RGB value is (37,116,123). Sum of RGB (Red+Green+Blue) = 37+116+123=276 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.41% from 276); Green value is 116 (45.70% from 255 or 42.03% from 276); Blue value is 123 (48.44% from 255 or 44.57% from 276); Max value from RGB is 123 - color contains mainly: blue. Hex color #25747B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #25747B is #DA8B84. Grayscale: #5D5D5D. Windows color (decimal): -14322565 or 8090661. OLE color: 8090661.
HSL color Cylindrical-coordinate representation of color #25747B: hue angle of 184.88º degrees, saturation: 0.54, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #25747B is Cyan = 0.70, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 37 | 116 | 123 | - |
| CMYK | 0.70 | 0.06 | 0 | 0.52 |
| HSL | 184.88º | 0.54% | 0.31% | - |
| HSV(B) | 184.88º | 0.7% | 0.48% | - |
| XYZ | 10.58 | 14.31 | 20.94 | - |
| YUV | 93.18 | 144.83 | 87.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 116 | 123 | 0.70 | 0.06 | 0 | 0.52 | 184.88 | 0.54 | 0.31 |
| Hex | 25 | 74 | 7B | 46 | 6 | 0 | 34 | B9 | 36 | 1F |
| Octal | 45 | 164 | 173 | 106 | 6 | 0 | 64 | 271 | 66 | 37 |
| Binary | 100101 | 1110100 | 1111011 | 1000110 | 110 | 0 | 110100 | 10111001 | 110110 | 11111 |
Color Harmonies of #25747B
Complementary color
Monochromatic Colors of #25747B
Black with #25747B
Text Example
Text Example
White with #25747B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25747B; }
p { color: rgb(37,116,123); }
H1.HeaderClassName
{
color: #25747B;
}
.AnyTagClassName
{
color: #25747B;
}
</style>
background-color css
<style>
a { background-color: #25747B; }
a { background-color: rgb(37,116,123); }
div.DivClassName
{
background-color: #25747B;
}
.BgClassName
{
background-color: #25747B;
}
</style>
border-color css
<style>
span { border-color: #25747B; }
span { border-color: rgb(37,116,123); }
td.TdClassName
{
border-color: #25747B;
}
.TagClassName
{
border-color: #25747B;
}
</style>