Shades of Atoll #37807B
Tints of Atoll #37807B
RGB
CMYK
RGB Variations
Color information
#37807B (or 0x37807B) is known color: Atoll. HEX triplet: 37, 80 and 7B. RGB value is (55,128,123). Sum of RGB (Red+Green+Blue) = 55+128+123=306 (40% of max value = 765). Red value is 55 (21.88% from 255 or 17.97% from 306); Green value is 128 (50.39% from 255 or 41.83% from 306); Blue value is 123 (48.44% from 255 or 40.20% from 306); Max value from RGB is 128 - color contains mainly: green. Hex color #37807B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #37807B is #C87F84. Grayscale: #696969. Windows color (decimal): -13139845 or 8093751. OLE color: 8093751.
HSL color Cylindrical-coordinate representation of color #37807B: hue angle of 175.89º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #37807B is Cyan = 0.57, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 55 | 128 | 123 | - |
| CMYK | 0.57 | 0 | 0.04 | 0.50 |
| HSL | 175.89º | 0.4% | 0.36% | - |
| HSV(B) | 175.89º | 0.57% | 0.5% | - |
| XYZ | 12.87 | 17.68 | 21.47 | - |
| YUV | 105.6 | 137.82 | 91.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 128 | 123 | 0.57 | 0 | 0.04 | 0.50 | 175.89 | 0.4 | 0.36 |
| Hex | 37 | 80 | 7B | 39 | 0 | 4 | 32 | B0 | 28 | 24 |
| Octal | 67 | 200 | 173 | 71 | 0 | 4 | 62 | 260 | 50 | 44 |
| Binary | 110111 | 10000000 | 1111011 | 111001 | 0 | 100 | 110010 | 10110000 | 101000 | 100100 |
Color Harmonies of #37807B
Complementary color
Monochromatic Colors of #37807B
Black with #37807B
Text Example
Text Example
White with #37807B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #37807B; }
p { color: rgb(55,128,123); }
H1.HeaderClassName
{
color: #37807B;
}
.AnyTagClassName
{
color: #37807B;
}
</style>
background-color css
<style>
a { background-color: #37807B; }
a { background-color: rgb(55,128,123); }
div.DivClassName
{
background-color: #37807B;
}
.BgClassName
{
background-color: #37807B;
}
</style>
border-color css
<style>
span { border-color: #37807B; }
span { border-color: rgb(55,128,123); }
td.TdClassName
{
border-color: #37807B;
}
.TagClassName
{
border-color: #37807B;
}
</style>