Shades of Atoll #357B7A
Tints of Atoll #357B7A
RGB
CMYK
RGB Variations
Color information
#357B7A (or 0x357B7A) is known color: Atoll. HEX triplet: 35, 7B and 7A. RGB value is (53,123,122). Sum of RGB (Red+Green+Blue) = 53+123+122=298 (39% of max value = 765). Red value is 53 (21.09% from 255 or 17.79% from 298); Green value is 123 (48.44% from 255 or 41.28% from 298); Blue value is 122 (48.05% from 255 or 40.94% from 298); Max value from RGB is 123 - color contains mainly: green. Hex color #357B7A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #357B7A is #CA8485. Grayscale: #656565. Windows color (decimal): -13272198 or 8026933. OLE color: 8026933.
HSL color Cylindrical-coordinate representation of color #357B7A: hue angle of 179.14º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #357B7A is Cyan = 0.57, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 53 | 123 | 122 | - |
| CMYK | 0.57 | 0 | 0.01 | 0.52 |
| HSL | 179.14º | 0.4% | 0.35% | - |
| HSV(B) | 179.14º | 0.57% | 0.48% | - |
| XYZ | 12.06 | 16.33 | 20.93 | - |
| YUV | 101.96 | 139.31 | 93.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 123 | 122 | 0.57 | 0 | 0.01 | 0.52 | 179.14 | 0.4 | 0.35 |
| Hex | 35 | 7B | 7A | 39 | 0 | 1 | 34 | B3 | 28 | 23 |
| Octal | 65 | 173 | 172 | 71 | 0 | 1 | 64 | 263 | 50 | 43 |
| Binary | 110101 | 1111011 | 1111010 | 111001 | 0 | 1 | 110100 | 10110011 | 101000 | 100011 |
Color Harmonies of #357B7A
Complementary color
Monochromatic Colors of #357B7A
Black with #357B7A
Text Example
Text Example
White with #357B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357B7A; }
p { color: rgb(53,123,122); }
H1.HeaderClassName
{
color: #357B7A;
}
.AnyTagClassName
{
color: #357B7A;
}
</style>
background-color css
<style>
a { background-color: #357B7A; }
a { background-color: rgb(53,123,122); }
div.DivClassName
{
background-color: #357B7A;
}
.BgClassName
{
background-color: #357B7A;
}
</style>
border-color css
<style>
span { border-color: #357B7A; }
span { border-color: rgb(53,123,122); }
td.TdClassName
{
border-color: #357B7A;
}
.TagClassName
{
border-color: #357B7A;
}
</style>