Shades of Atoll #348483
Tints of Atoll #348483
RGB
CMYK
RGB Variations
Color information
#348483 (or 0x348483) is known color: Atoll. HEX triplet: 34, 84 and 83. RGB value is (52,132,131). Sum of RGB (Red+Green+Blue) = 52+132+131=315 (41% of max value = 765). Red value is 52 (20.70% from 255 or 16.51% from 315); Green value is 132 (51.95% from 255 or 41.90% from 315); Blue value is 131 (51.56% from 255 or 41.59% from 315); Max value from RGB is 132 - color contains mainly: green. Hex color #348483 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #348483 is #CB7B7C. Grayscale: #6B6B6B. Windows color (decimal): -13335421 or 8619060. OLE color: 8619060.
HSL color Cylindrical-coordinate representation of color #348483: hue angle of 179.25º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #348483 is Cyan = 0.61, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 52 | 132 | 131 | - |
| CMYK | 0.61 | 0 | 0.01 | 0.48 |
| HSL | 179.25º | 0.43% | 0.36% | - |
| HSV(B) | 179.25º | 0.61% | 0.52% | - |
| XYZ | 13.76 | 18.87 | 24.39 | - |
| YUV | 107.97 | 141 | 88.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 52 | 132 | 131 | 0.61 | 0 | 0.01 | 0.48 | 179.25 | 0.43 | 0.36 |
| Hex | 34 | 84 | 83 | 3D | 0 | 1 | 30 | B3 | 2B | 24 |
| Octal | 64 | 204 | 203 | 75 | 0 | 1 | 60 | 263 | 53 | 44 |
| Binary | 110100 | 10000100 | 10000011 | 111101 | 0 | 1 | 110000 | 10110011 | 101011 | 100100 |
Color Harmonies of #348483
Complementary color
Monochromatic Colors of #348483
Black with #348483
Text Example
Text Example
White with #348483
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #348483; }
p { color: rgb(52,132,131); }
H1.HeaderClassName
{
color: #348483;
}
.AnyTagClassName
{
color: #348483;
}
</style>
background-color css
<style>
a { background-color: #348483; }
a { background-color: rgb(52,132,131); }
div.DivClassName
{
background-color: #348483;
}
.BgClassName
{
background-color: #348483;
}
</style>
border-color css
<style>
span { border-color: #348483; }
span { border-color: rgb(52,132,131); }
td.TdClassName
{
border-color: #348483;
}
.TagClassName
{
border-color: #348483;
}
</style>