Shades of Atoll #357C81
Tints of Atoll #357C81
RGB
CMYK
RGB Variations
Color information
#357C81 (or 0x357C81) is known color: Atoll. HEX triplet: 35, 7C and 81. RGB value is (53,124,129). Sum of RGB (Red+Green+Blue) = 53+124+129=306 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.32% from 306); Green value is 124 (48.83% from 255 or 40.52% from 306); Blue value is 129 (50.78% from 255 or 42.16% from 306); Max value from RGB is 129 - color contains mainly: blue. Hex color #357C81 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357C81 is #CA837E. Grayscale: #676767. Windows color (decimal): -13271935 or 8485941. OLE color: 8485941.
HSL color Cylindrical-coordinate representation of color #357C81: hue angle of 183.95º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #357C81 is Cyan = 0.59, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 53 | 124 | 129 | - |
| CMYK | 0.59 | 0.04 | 0 | 0.49 |
| HSL | 183.95º | 0.42% | 0.36% | - |
| HSV(B) | 183.95º | 0.59% | 0.51% | - |
| XYZ | 12.64 | 16.76 | 23.34 | - |
| YUV | 103.34 | 142.48 | 92.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 124 | 129 | 0.59 | 0.04 | 0 | 0.49 | 183.95 | 0.42 | 0.36 |
| Hex | 35 | 7C | 81 | 3B | 4 | 0 | 31 | B8 | 2A | 24 |
| Octal | 65 | 174 | 201 | 73 | 4 | 0 | 61 | 270 | 52 | 44 |
| Binary | 110101 | 1111100 | 10000001 | 111011 | 100 | 0 | 110001 | 10111000 | 101010 | 100100 |
Color Harmonies of #357C81
Complementary color
Monochromatic Colors of #357C81
Black with #357C81
Text Example
Text Example
White with #357C81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357C81; }
p { color: rgb(53,124,129); }
H1.HeaderClassName
{
color: #357C81;
}
.AnyTagClassName
{
color: #357C81;
}
</style>
background-color css
<style>
a { background-color: #357C81; }
a { background-color: rgb(53,124,129); }
div.DivClassName
{
background-color: #357C81;
}
.BgClassName
{
background-color: #357C81;
}
</style>
border-color css
<style>
span { border-color: #357C81; }
span { border-color: rgb(53,124,129); }
td.TdClassName
{
border-color: #357C81;
}
.TagClassName
{
border-color: #357C81;
}
</style>