Shades of Atoll #257D83
Tints of Atoll #257D83
RGB
CMYK
RGB Variations
Color information
#257D83 (or 0x257D83) is known color: Atoll. HEX triplet: 25, 7D and 83. RGB value is (37,125,131). Sum of RGB (Red+Green+Blue) = 37+125+131=293 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.63% from 293); Green value is 125 (49.22% from 255 or 42.66% from 293); Blue value is 131 (51.56% from 255 or 44.71% from 293); Max value from RGB is 131 - color contains mainly: blue. Hex color #257D83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #257D83 is #DA827C. Grayscale: #636363. Windows color (decimal): -14320253 or 8617253. OLE color: 8617253.
HSL color Cylindrical-coordinate representation of color #257D83: hue angle of 183.83º 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 #257D83 is Cyan = 0.72, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 37 | 125 | 131 | - |
| CMYK | 0.72 | 0.05 | 0 | 0.49 |
| HSL | 183.83º | 0.56% | 0.33% | - |
| HSV(B) | 183.83º | 0.72% | 0.51% | - |
| XYZ | 12.19 | 16.7 | 24.05 | - |
| YUV | 99.37 | 145.85 | 83.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 125 | 131 | 0.72 | 0.05 | 0 | 0.49 | 183.83 | 0.56 | 0.33 |
| Hex | 25 | 7D | 83 | 48 | 5 | 0 | 31 | B8 | 38 | 21 |
| Octal | 45 | 175 | 203 | 110 | 5 | 0 | 61 | 270 | 70 | 41 |
| Binary | 100101 | 1111101 | 10000011 | 1001000 | 101 | 0 | 110001 | 10111000 | 111000 | 100001 |
Color Harmonies of #257D83
Complementary color
Monochromatic Colors of #257D83
Black with #257D83
Text Example
Text Example
White with #257D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #257D83; }
p { color: rgb(37,125,131); }
H1.HeaderClassName
{
color: #257D83;
}
.AnyTagClassName
{
color: #257D83;
}
</style>
background-color css
<style>
a { background-color: #257D83; }
a { background-color: rgb(37,125,131); }
div.DivClassName
{
background-color: #257D83;
}
.BgClassName
{
background-color: #257D83;
}
</style>
border-color css
<style>
span { border-color: #257D83; }
span { border-color: rgb(37,125,131); }
td.TdClassName
{
border-color: #257D83;
}
.TagClassName
{
border-color: #257D83;
}
</style>