Shades of Atoll #357C82
Tints of Atoll #357C82
RGB
CMYK
RGB Variations
Color information
#357C82 (or 0x357C82) is known color: Atoll. HEX triplet: 35, 7C and 82. RGB value is (53,124,130). Sum of RGB (Red+Green+Blue) = 53+124+130=307 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.26% from 307); Green value is 124 (48.83% from 255 or 40.39% from 307); Blue value is 130 (51.17% from 255 or 42.35% from 307); Max value from RGB is 130 - color contains mainly: blue. Hex color #357C82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357C82 is #CA837D. Grayscale: #676767. Windows color (decimal): -13271934 or 8551477. OLE color: 8551477.
HSL color Cylindrical-coordinate representation of color #357C82: hue angle of 184.68º 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 #357C82 is Cyan = 0.59, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 53 | 124 | 130 | - |
| CMYK | 0.59 | 0.05 | 0 | 0.49 |
| HSL | 184.68º | 0.42% | 0.36% | - |
| HSV(B) | 184.68º | 0.59% | 0.51% | - |
| XYZ | 12.71 | 16.78 | 23.69 | - |
| YUV | 103.46 | 142.98 | 92.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 124 | 130 | 0.59 | 0.05 | 0 | 0.49 | 184.68 | 0.42 | 0.36 |
| Hex | 35 | 7C | 82 | 3B | 5 | 0 | 31 | B9 | 2A | 24 |
| Octal | 65 | 174 | 202 | 73 | 5 | 0 | 61 | 271 | 52 | 44 |
| Binary | 110101 | 1111100 | 10000010 | 111011 | 101 | 0 | 110001 | 10111001 | 101010 | 100100 |
Color Harmonies of #357C82
Complementary color
Monochromatic Colors of #357C82
Black with #357C82
Text Example
Text Example
White with #357C82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357C82; }
p { color: rgb(53,124,130); }
H1.HeaderClassName
{
color: #357C82;
}
.AnyTagClassName
{
color: #357C82;
}
</style>
background-color css
<style>
a { background-color: #357C82; }
a { background-color: rgb(53,124,130); }
div.DivClassName
{
background-color: #357C82;
}
.BgClassName
{
background-color: #357C82;
}
</style>
border-color css
<style>
span { border-color: #357C82; }
span { border-color: rgb(53,124,130); }
td.TdClassName
{
border-color: #357C82;
}
.TagClassName
{
border-color: #357C82;
}
</style>