Shades of Atoll #348288
Tints of Atoll #348288
RGB
CMYK
RGB Variations
Color information
#348288 (or 0x348288) is known color: Atoll. HEX triplet: 34, 82 and 88. RGB value is (52,130,136). Sum of RGB (Red+Green+Blue) = 52+130+136=318 (42% of max value = 765). Red value is 52 (20.70% from 255 or 16.35% from 318); Green value is 130 (51.17% from 255 or 40.88% from 318); Blue value is 136 (53.52% from 255 or 42.77% from 318); Max value from RGB is 136 - color contains mainly: blue. Hex color #348288 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348288 is #CB7D77. Grayscale: #6B6B6B. Windows color (decimal): -13335928 or 8946228. OLE color: 8946228.
HSL color Cylindrical-coordinate representation of color #348288: hue angle of 184.29º 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 #348288 is Cyan = 0.62, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 52 | 130 | 136 | - |
| CMYK | 0.62 | 0.04 | 0 | 0.47 |
| HSL | 184.29º | 0.45% | 0.37% | - |
| HSV(B) | 184.29º | 0.62% | 0.53% | - |
| XYZ | 13.84 | 18.47 | 26.13 | - |
| YUV | 107.36 | 144.16 | 88.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 130 | 136 | 0.62 | 0.04 | 0 | 0.47 | 184.29 | 0.45 | 0.37 |
| Hex | 34 | 82 | 88 | 3E | 4 | 0 | 2F | B8 | 2D | 25 |
| Octal | 64 | 202 | 210 | 76 | 4 | 0 | 57 | 270 | 55 | 45 |
| Binary | 110100 | 10000010 | 10001000 | 111110 | 100 | 0 | 101111 | 10111000 | 101101 | 100101 |
Color Harmonies of #348288
Complementary color
Monochromatic Colors of #348288
Black with #348288
Text Example
Text Example
White with #348288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348288; }
p { color: rgb(52,130,136); }
H1.HeaderClassName
{
color: #348288;
}
.AnyTagClassName
{
color: #348288;
}
</style>
background-color css
<style>
a { background-color: #348288; }
a { background-color: rgb(52,130,136); }
div.DivClassName
{
background-color: #348288;
}
.BgClassName
{
background-color: #348288;
}
</style>
border-color css
<style>
span { border-color: #348288; }
span { border-color: rgb(52,130,136); }
td.TdClassName
{
border-color: #348288;
}
.TagClassName
{
border-color: #348288;
}
</style>