Shades of Atoll #32737E
Tints of Atoll #32737E
RGB
CMYK
RGB Variations
Color information
#32737E (or 0x32737E) is known color: Atoll. HEX triplet: 32, 73 and 7E. RGB value is (50,115,126). Sum of RGB (Red+Green+Blue) = 50+115+126=291 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.18% from 291); Green value is 115 (45.31% from 255 or 39.52% from 291); Blue value is 126 (49.61% from 255 or 43.30% from 291); Max value from RGB is 126 - color contains mainly: blue. Hex color #32737E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #32737E is #CD8C81. Grayscale: #606060. Windows color (decimal): -13470850 or 8287026. OLE color: 8287026.
HSL color Cylindrical-coordinate representation of color #32737E: hue angle of 188.68º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #32737E is Cyan = 0.60, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 50 | 115 | 126 | - |
| CMYK | 0.60 | 0.09 | 0 | 0.51 |
| HSL | 188.68º | 0.43% | 0.35% | - |
| HSV(B) | 188.68º | 0.6% | 0.49% | - |
| XYZ | 11.21 | 14.45 | 21.94 | - |
| YUV | 96.82 | 144.47 | 94.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 115 | 126 | 0.60 | 0.09 | 0 | 0.51 | 188.68 | 0.43 | 0.35 |
| Hex | 32 | 73 | 7E | 3C | 9 | 0 | 33 | BD | 2B | 23 |
| Octal | 62 | 163 | 176 | 74 | 11 | 0 | 63 | 275 | 53 | 43 |
| Binary | 110010 | 1110011 | 1111110 | 111100 | 1001 | 0 | 110011 | 10111101 | 101011 | 100011 |
Color Harmonies of #32737E
Complementary color
Monochromatic Colors of #32737E
Black with #32737E
Text Example
Text Example
White with #32737E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #32737E; }
p { color: rgb(50,115,126); }
H1.HeaderClassName
{
color: #32737E;
}
.AnyTagClassName
{
color: #32737E;
}
</style>
background-color css
<style>
a { background-color: #32737E; }
a { background-color: rgb(50,115,126); }
div.DivClassName
{
background-color: #32737E;
}
.BgClassName
{
background-color: #32737E;
}
</style>
border-color css
<style>
span { border-color: #32737E; }
span { border-color: rgb(50,115,126); }
td.TdClassName
{
border-color: #32737E;
}
.TagClassName
{
border-color: #32737E;
}
</style>