Shades of Atoll #257C82
Tints of Atoll #257C82
RGB
CMYK
RGB Variations
Color information
#257C82 (or 0x257C82) is known color: Atoll. HEX triplet: 25, 7C and 82. RGB value is (37,124,130). Sum of RGB (Red+Green+Blue) = 37+124+130=291 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.71% from 291); Green value is 124 (48.83% from 255 or 42.61% from 291); Blue value is 130 (51.17% from 255 or 44.67% from 291); Max value from RGB is 130 - color contains mainly: blue. Hex color #257C82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #257C82 is #DA837D. Grayscale: #626262. Windows color (decimal): -14320510 or 8551461. OLE color: 8551461.
HSL color Cylindrical-coordinate representation of color #257C82: hue angle of 183.87º 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 #257C82 is Cyan = 0.72, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 37 | 124 | 130 | - |
| CMYK | 0.72 | 0.05 | 0 | 0.49 |
| HSL | 183.87º | 0.56% | 0.33% | - |
| HSV(B) | 183.87º | 0.72% | 0.51% | - |
| XYZ | 12 | 16.42 | 23.66 | - |
| YUV | 98.67 | 145.68 | 84.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 124 | 130 | 0.72 | 0.05 | 0 | 0.49 | 183.87 | 0.56 | 0.33 |
| Hex | 25 | 7C | 82 | 48 | 5 | 0 | 31 | B8 | 38 | 21 |
| Octal | 45 | 174 | 202 | 110 | 5 | 0 | 61 | 270 | 70 | 41 |
| Binary | 100101 | 1111100 | 10000010 | 1001000 | 101 | 0 | 110001 | 10111000 | 111000 | 100001 |
Color Harmonies of #257C82
Complementary color
Monochromatic Colors of #257C82
Black with #257C82
Text Example
Text Example
White with #257C82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257C82; }
p { color: rgb(37,124,130); }
H1.HeaderClassName
{
color: #257C82;
}
.AnyTagClassName
{
color: #257C82;
}
</style>
background-color css
<style>
a { background-color: #257C82; }
a { background-color: rgb(37,124,130); }
div.DivClassName
{
background-color: #257C82;
}
.BgClassName
{
background-color: #257C82;
}
</style>
border-color css
<style>
span { border-color: #257C82; }
span { border-color: rgb(37,124,130); }
td.TdClassName
{
border-color: #257C82;
}
.TagClassName
{
border-color: #257C82;
}
</style>