Shades of Atoll #357D81
Tints of Atoll #357D81
RGB
CMYK
RGB Variations
Color information
#357D81 (or 0x357D81) is known color: Atoll. HEX triplet: 35, 7D and 81. RGB value is (53,125,129). Sum of RGB (Red+Green+Blue) = 53+125+129=307 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.26% from 307); Green value is 125 (49.22% from 255 or 40.72% from 307); Blue value is 129 (50.78% from 255 or 42.02% from 307); Max value from RGB is 129 - color contains mainly: blue. Hex color #357D81 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357D81 is #CA827E. Grayscale: #676767. Windows color (decimal): -13271679 or 8486197. OLE color: 8486197.
HSL color Cylindrical-coordinate representation of color #357D81: hue angle of 183.16º 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 #357D81 is Cyan = 0.59, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 53 | 125 | 129 | - |
| CMYK | 0.59 | 0.03 | 0 | 0.49 |
| HSL | 183.16º | 0.42% | 0.36% | - |
| HSV(B) | 183.16º | 0.59% | 0.51% | - |
| XYZ | 12.76 | 17.01 | 23.38 | - |
| YUV | 103.93 | 142.15 | 91.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 125 | 129 | 0.59 | 0.03 | 0 | 0.49 | 183.16 | 0.42 | 0.36 |
| Hex | 35 | 7D | 81 | 3B | 3 | 0 | 31 | B7 | 2A | 24 |
| Octal | 65 | 175 | 201 | 73 | 3 | 0 | 61 | 267 | 52 | 44 |
| Binary | 110101 | 1111101 | 10000001 | 111011 | 11 | 0 | 110001 | 10110111 | 101010 | 100100 |
Color Harmonies of #357D81
Complementary color
Monochromatic Colors of #357D81
Black with #357D81
Text Example
Text Example
White with #357D81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357D81; }
p { color: rgb(53,125,129); }
H1.HeaderClassName
{
color: #357D81;
}
.AnyTagClassName
{
color: #357D81;
}
</style>
background-color css
<style>
a { background-color: #357D81; }
a { background-color: rgb(53,125,129); }
div.DivClassName
{
background-color: #357D81;
}
.BgClassName
{
background-color: #357D81;
}
</style>
border-color css
<style>
span { border-color: #357D81; }
span { border-color: rgb(53,125,129); }
td.TdClassName
{
border-color: #357D81;
}
.TagClassName
{
border-color: #357D81;
}
</style>