Shades of Atoll #347F89
Tints of Atoll #347F89
RGB
CMYK
RGB Variations
Color information
#347F89 (or 0x347F89) is known color: Atoll. HEX triplet: 34, 7F and 89. RGB value is (52,127,137). Sum of RGB (Red+Green+Blue) = 52+127+137=316 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.46% from 316); Green value is 127 (50% from 255 or 40.19% from 316); Blue value is 137 (53.91% from 255 or 43.35% from 316); Max value from RGB is 137 - color contains mainly: blue. Hex color #347F89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #347F89 is #CB8076. Grayscale: #696969. Windows color (decimal): -13336695 or 9010996. OLE color: 9010996.
HSL color Cylindrical-coordinate representation of color #347F89: hue angle of 187.06º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #347F89 is Cyan = 0.62, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 52 | 127 | 137 | - |
| CMYK | 0.62 | 0.07 | 0 | 0.46 |
| HSL | 187.06º | 0.45% | 0.37% | - |
| HSV(B) | 187.06º | 0.62% | 0.54% | - |
| XYZ | 13.52 | 17.71 | 26.37 | - |
| YUV | 105.72 | 145.65 | 89.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 127 | 137 | 0.62 | 0.07 | 0 | 0.46 | 187.06 | 0.45 | 0.37 |
| Hex | 34 | 7F | 89 | 3E | 7 | 0 | 2E | BB | 2D | 25 |
| Octal | 64 | 177 | 211 | 76 | 7 | 0 | 56 | 273 | 55 | 45 |
| Binary | 110100 | 1111111 | 10001001 | 111110 | 111 | 0 | 101110 | 10111011 | 101101 | 100101 |
Color Harmonies of #347F89
Complementary color
Monochromatic Colors of #347F89
Black with #347F89
Text Example
Text Example
White with #347F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #347F89; }
p { color: rgb(52,127,137); }
H1.HeaderClassName
{
color: #347F89;
}
.AnyTagClassName
{
color: #347F89;
}
</style>
background-color css
<style>
a { background-color: #347F89; }
a { background-color: rgb(52,127,137); }
div.DivClassName
{
background-color: #347F89;
}
.BgClassName
{
background-color: #347F89;
}
</style>
border-color css
<style>
span { border-color: #347F89; }
span { border-color: rgb(52,127,137); }
td.TdClassName
{
border-color: #347F89;
}
.TagClassName
{
border-color: #347F89;
}
</style>