Shades of Atoll #25818D
Tints of Atoll #25818D
RGB
CMYK
RGB Variations
Color information
#25818D (or 0x25818D) is known color: Atoll. HEX triplet: 25, 81 and 8D. RGB value is (37,129,141). Sum of RGB (Red+Green+Blue) = 37+129+141=307 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.05% from 307); Green value is 129 (50.78% from 255 or 42.02% from 307); Blue value is 141 (55.47% from 255 or 45.93% from 307); Max value from RGB is 141 - color contains mainly: blue. Hex color #25818D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #25818D is #DA7E72. Grayscale: #666666. Windows color (decimal): -14319219 or 9273637. OLE color: 9273637.
HSL color Cylindrical-coordinate representation of color #25818D: hue angle of 186.92º degrees, saturation: 0.58, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #25818D is Cyan = 0.74, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 37 | 129 | 141 | - |
| CMYK | 0.74 | 0.09 | 0 | 0.45 |
| HSL | 186.92º | 0.58% | 0.35% | - |
| HSV(B) | 186.92º | 0.74% | 0.55% | - |
| XYZ | 13.42 | 18.02 | 27.97 | - |
| YUV | 102.86 | 149.52 | 81.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 129 | 141 | 0.74 | 0.09 | 0 | 0.45 | 186.92 | 0.58 | 0.35 |
| Hex | 25 | 81 | 8D | 4A | 9 | 0 | 2D | BB | 3A | 23 |
| Octal | 45 | 201 | 215 | 112 | 11 | 0 | 55 | 273 | 72 | 43 |
| Binary | 100101 | 10000001 | 10001101 | 1001010 | 1001 | 0 | 101101 | 10111011 | 111010 | 100011 |
Color Harmonies of #25818D
Complementary color
Monochromatic Colors of #25818D
Black with #25818D
Text Example
Text Example
White with #25818D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25818D; }
p { color: rgb(37,129,141); }
H1.HeaderClassName
{
color: #25818D;
}
.AnyTagClassName
{
color: #25818D;
}
</style>
background-color css
<style>
a { background-color: #25818D; }
a { background-color: rgb(37,129,141); }
div.DivClassName
{
background-color: #25818D;
}
.BgClassName
{
background-color: #25818D;
}
</style>
border-color css
<style>
span { border-color: #25818D; }
span { border-color: rgb(37,129,141); }
td.TdClassName
{
border-color: #25818D;
}
.TagClassName
{
border-color: #25818D;
}
</style>