Shades of Atoll #258082
Tints of Atoll #258082
RGB
CMYK
RGB Variations
Color information
#258082 (or 0x258082) is known color: Atoll. HEX triplet: 25, 80 and 82. RGB value is (37,128,130). Sum of RGB (Red+Green+Blue) = 37+128+130=295 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.54% from 295); Green value is 128 (50.39% from 255 or 43.39% from 295); Blue value is 130 (51.17% from 255 or 44.07% from 295); Max value from RGB is 130 - color contains mainly: blue. Hex color #258082 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #258082 is #DA7F7D. Grayscale: #646464. Windows color (decimal): -14319486 or 8552485. OLE color: 8552485.
HSL color Cylindrical-coordinate representation of color #258082: hue angle of 181.29º degrees, saturation: 0.56, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #258082 is Cyan = 0.72, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 37 | 128 | 130 | - |
| CMYK | 0.72 | 0.02 | 0 | 0.49 |
| HSL | 181.29º | 0.56% | 0.33% | - |
| HSV(B) | 181.29º | 0.72% | 0.51% | - |
| XYZ | 12.51 | 17.44 | 23.83 | - |
| YUV | 101.02 | 144.35 | 82.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 128 | 130 | 0.72 | 0.02 | 0 | 0.49 | 181.29 | 0.56 | 0.33 |
| Hex | 25 | 80 | 82 | 48 | 2 | 0 | 31 | B5 | 38 | 21 |
| Octal | 45 | 200 | 202 | 110 | 2 | 0 | 61 | 265 | 70 | 41 |
| Binary | 100101 | 10000000 | 10000010 | 1001000 | 10 | 0 | 110001 | 10110101 | 111000 | 100001 |
Color Harmonies of #258082
Complementary color
Monochromatic Colors of #258082
Black with #258082
Text Example
Text Example
White with #258082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #258082; }
p { color: rgb(37,128,130); }
H1.HeaderClassName
{
color: #258082;
}
.AnyTagClassName
{
color: #258082;
}
</style>
background-color css
<style>
a { background-color: #258082; }
a { background-color: rgb(37,128,130); }
div.DivClassName
{
background-color: #258082;
}
.BgClassName
{
background-color: #258082;
}
</style>
border-color css
<style>
span { border-color: #258082; }
span { border-color: rgb(37,128,130); }
td.TdClassName
{
border-color: #258082;
}
.TagClassName
{
border-color: #258082;
}
</style>