Shades of Atoll #357D83
Tints of Atoll #357D83
RGB
CMYK
RGB Variations
Color information
#357D83 (or 0x357D83) is known color: Atoll. HEX triplet: 35, 7D and 83. RGB value is (53,125,131). Sum of RGB (Red+Green+Blue) = 53+125+131=309 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.15% from 309); Green value is 125 (49.22% from 255 or 40.45% from 309); Blue value is 131 (51.56% from 255 or 42.39% from 309); Max value from RGB is 131 - color contains mainly: blue. Hex color #357D83 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357D83 is #CA827C. Grayscale: #686868. Windows color (decimal): -13271677 or 8617269. OLE color: 8617269.
HSL color Cylindrical-coordinate representation of color #357D83: hue angle of 184.62º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #357D83 is Cyan = 0.60, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 53 | 125 | 131 | - |
| CMYK | 0.60 | 0.05 | 0 | 0.49 |
| HSL | 184.62º | 0.42% | 0.36% | - |
| HSV(B) | 184.62º | 0.6% | 0.51% | - |
| XYZ | 12.9 | 17.06 | 24.09 | - |
| YUV | 104.16 | 143.15 | 91.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 125 | 131 | 0.60 | 0.05 | 0 | 0.49 | 184.62 | 0.42 | 0.36 |
| Hex | 35 | 7D | 83 | 3C | 5 | 0 | 31 | B9 | 2A | 24 |
| Octal | 65 | 175 | 203 | 74 | 5 | 0 | 61 | 271 | 52 | 44 |
| Binary | 110101 | 1111101 | 10000011 | 111100 | 101 | 0 | 110001 | 10111001 | 101010 | 100100 |
Color Harmonies of #357D83
Complementary color
Monochromatic Colors of #357D83
Black with #357D83
Text Example
Text Example
White with #357D83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357D83; }
p { color: rgb(53,125,131); }
H1.HeaderClassName
{
color: #357D83;
}
.AnyTagClassName
{
color: #357D83;
}
</style>
background-color css
<style>
a { background-color: #357D83; }
a { background-color: rgb(53,125,131); }
div.DivClassName
{
background-color: #357D83;
}
.BgClassName
{
background-color: #357D83;
}
</style>
border-color css
<style>
span { border-color: #357D83; }
span { border-color: rgb(53,125,131); }
td.TdClassName
{
border-color: #357D83;
}
.TagClassName
{
border-color: #357D83;
}
</style>