Shades of Atoll #357A82
Tints of Atoll #357A82
RGB
CMYK
RGB Variations
Color information
#357A82 (or 0x357A82) is known color: Atoll. HEX triplet: 35, 7A and 82. RGB value is (53,122,130). Sum of RGB (Red+Green+Blue) = 53+122+130=305 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.38% from 305); Green value is 122 (48.05% from 255 or 40% from 305); Blue value is 130 (51.17% from 255 or 42.62% from 305); Max value from RGB is 130 - color contains mainly: blue. Hex color #357A82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357A82 is #CA857D. Grayscale: #666666. Windows color (decimal): -13272446 or 8550965. OLE color: 8550965.
HSL color Cylindrical-coordinate representation of color #357A82: hue angle of 186.23º 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 #357A82 is Cyan = 0.59, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 53 | 122 | 130 | - |
| CMYK | 0.59 | 0.06 | 0 | 0.49 |
| HSL | 186.23º | 0.42% | 0.36% | - |
| HSV(B) | 186.23º | 0.59% | 0.51% | - |
| XYZ | 12.46 | 16.29 | 23.61 | - |
| YUV | 102.28 | 143.64 | 92.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 122 | 130 | 0.59 | 0.06 | 0 | 0.49 | 186.23 | 0.42 | 0.36 |
| Hex | 35 | 7A | 82 | 3B | 6 | 0 | 31 | BA | 2A | 24 |
| Octal | 65 | 172 | 202 | 73 | 6 | 0 | 61 | 272 | 52 | 44 |
| Binary | 110101 | 1111010 | 10000010 | 111011 | 110 | 0 | 110001 | 10111010 | 101010 | 100100 |
Color Harmonies of #357A82
Complementary color
Monochromatic Colors of #357A82
Black with #357A82
Text Example
Text Example
White with #357A82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357A82; }
p { color: rgb(53,122,130); }
H1.HeaderClassName
{
color: #357A82;
}
.AnyTagClassName
{
color: #357A82;
}
</style>
background-color css
<style>
a { background-color: #357A82; }
a { background-color: rgb(53,122,130); }
div.DivClassName
{
background-color: #357A82;
}
.BgClassName
{
background-color: #357A82;
}
</style>
border-color css
<style>
span { border-color: #357A82; }
span { border-color: rgb(53,122,130); }
td.TdClassName
{
border-color: #357A82;
}
.TagClassName
{
border-color: #357A82;
}
</style>