Shades of Atoll #347E88
Tints of Atoll #347E88
RGB
CMYK
RGB Variations
Color information
#347E88 (or 0x347E88) is known color: Atoll. HEX triplet: 34, 7E and 88. RGB value is (52,126,136). Sum of RGB (Red+Green+Blue) = 52+126+136=314 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.56% from 314); Green value is 126 (49.61% from 255 or 40.13% from 314); Blue value is 136 (53.52% from 255 or 43.31% from 314); Max value from RGB is 136 - color contains mainly: blue. Hex color #347E88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #347E88 is #CB8177. Grayscale: #686868. Windows color (decimal): -13336952 or 8945204. OLE color: 8945204.
HSL color Cylindrical-coordinate representation of color #347E88: hue angle of 187.14º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #347E88 is Cyan = 0.62, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 52 | 126 | 136 | - |
| CMYK | 0.62 | 0.07 | 0 | 0.47 |
| HSL | 187.14º | 0.45% | 0.37% | - |
| HSV(B) | 187.14º | 0.62% | 0.53% | - |
| XYZ | 13.32 | 17.43 | 25.95 | - |
| YUV | 105.01 | 145.48 | 90.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 126 | 136 | 0.62 | 0.07 | 0 | 0.47 | 187.14 | 0.45 | 0.37 |
| Hex | 34 | 7E | 88 | 3E | 7 | 0 | 2F | BB | 2D | 25 |
| Octal | 64 | 176 | 210 | 76 | 7 | 0 | 57 | 273 | 55 | 45 |
| Binary | 110100 | 1111110 | 10001000 | 111110 | 111 | 0 | 101111 | 10111011 | 101101 | 100101 |
Color Harmonies of #347E88
Complementary color
Monochromatic Colors of #347E88
Black with #347E88
Text Example
Text Example
White with #347E88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #347E88; }
p { color: rgb(52,126,136); }
H1.HeaderClassName
{
color: #347E88;
}
.AnyTagClassName
{
color: #347E88;
}
</style>
background-color css
<style>
a { background-color: #347E88; }
a { background-color: rgb(52,126,136); }
div.DivClassName
{
background-color: #347E88;
}
.BgClassName
{
background-color: #347E88;
}
</style>
border-color css
<style>
span { border-color: #347E88; }
span { border-color: rgb(52,126,136); }
td.TdClassName
{
border-color: #347E88;
}
.TagClassName
{
border-color: #347E88;
}
</style>