Shades of Atoll #348082
Tints of Atoll #348082
RGB
CMYK
RGB Variations
Color information
#348082 (or 0x348082) is known color: Atoll. HEX triplet: 34, 80 and 82. RGB value is (52,128,130). Sum of RGB (Red+Green+Blue) = 52+128+130=310 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.77% from 310); Green value is 128 (50.39% from 255 or 41.29% from 310); Blue value is 130 (51.17% from 255 or 41.94% from 310); Max value from RGB is 130 - color contains mainly: blue. Hex color #348082 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348082 is #CB7F7D. Grayscale: #696969. Windows color (decimal): -13336446 or 8552500. OLE color: 8552500.
HSL color Cylindrical-coordinate representation of color #348082: hue angle of 181.54º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #348082 is Cyan = 0.60, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 52 | 128 | 130 | - |
| CMYK | 0.60 | 0.02 | 0 | 0.49 |
| HSL | 181.54º | 0.43% | 0.36% | - |
| HSV(B) | 181.54º | 0.6% | 0.51% | - |
| XYZ | 13.16 | 17.78 | 23.86 | - |
| YUV | 105.5 | 141.82 | 89.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 128 | 130 | 0.60 | 0.02 | 0 | 0.49 | 181.54 | 0.43 | 0.36 |
| Hex | 34 | 80 | 82 | 3C | 2 | 0 | 31 | B6 | 2B | 24 |
| Octal | 64 | 200 | 202 | 74 | 2 | 0 | 61 | 266 | 53 | 44 |
| Binary | 110100 | 10000000 | 10000010 | 111100 | 10 | 0 | 110001 | 10110110 | 101011 | 100100 |
Color Harmonies of #348082
Complementary color
Monochromatic Colors of #348082
Black with #348082
Text Example
Text Example
White with #348082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348082; }
p { color: rgb(52,128,130); }
H1.HeaderClassName
{
color: #348082;
}
.AnyTagClassName
{
color: #348082;
}
</style>
background-color css
<style>
a { background-color: #348082; }
a { background-color: rgb(52,128,130); }
div.DivClassName
{
background-color: #348082;
}
.BgClassName
{
background-color: #348082;
}
</style>
border-color css
<style>
span { border-color: #348082; }
span { border-color: rgb(52,128,130); }
td.TdClassName
{
border-color: #348082;
}
.TagClassName
{
border-color: #348082;
}
</style>