Shades of Atoll #357C7D
Tints of Atoll #357C7D
RGB
CMYK
RGB Variations
Color information
#357C7D (or 0x357C7D) is known color: Atoll. HEX triplet: 35, 7C and 7D. RGB value is (53,124,125). Sum of RGB (Red+Green+Blue) = 53+124+125=302 (40% of max value = 765). Red value is 53 (21.09% from 255 or 17.55% from 302); Green value is 124 (48.83% from 255 or 41.06% from 302); Blue value is 125 (49.22% from 255 or 41.39% from 302); Max value from RGB is 125 - color contains mainly: blue. Hex color #357C7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357C7D is #CA8382. Grayscale: #666666. Windows color (decimal): -13271939 or 8223797. OLE color: 8223797.
HSL color Cylindrical-coordinate representation of color #357C7D: hue angle of 180.83º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #357C7D is Cyan = 0.58, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 53 | 124 | 125 | - |
| CMYK | 0.58 | 0.01 | 0 | 0.51 |
| HSL | 180.83º | 0.4% | 0.35% | - |
| HSV(B) | 180.83º | 0.58% | 0.49% | - |
| XYZ | 12.38 | 16.65 | 21.96 | - |
| YUV | 102.89 | 140.48 | 92.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 124 | 125 | 0.58 | 0.01 | 0 | 0.51 | 180.83 | 0.4 | 0.35 |
| Hex | 35 | 7C | 7D | 3A | 1 | 0 | 33 | B5 | 28 | 23 |
| Octal | 65 | 174 | 175 | 72 | 1 | 0 | 63 | 265 | 50 | 43 |
| Binary | 110101 | 1111100 | 1111101 | 111010 | 1 | 0 | 110011 | 10110101 | 101000 | 100011 |
Color Harmonies of #357C7D
Complementary color
Monochromatic Colors of #357C7D
Black with #357C7D
Text Example
Text Example
White with #357C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357C7D; }
p { color: rgb(53,124,125); }
H1.HeaderClassName
{
color: #357C7D;
}
.AnyTagClassName
{
color: #357C7D;
}
</style>
background-color css
<style>
a { background-color: #357C7D; }
a { background-color: rgb(53,124,125); }
div.DivClassName
{
background-color: #357C7D;
}
.BgClassName
{
background-color: #357C7D;
}
</style>
border-color css
<style>
span { border-color: #357C7D; }
span { border-color: rgb(53,124,125); }
td.TdClassName
{
border-color: #357C7D;
}
.TagClassName
{
border-color: #357C7D;
}
</style>