Shades of Atoll #338485
Tints of Atoll #338485
RGB
CMYK
RGB Variations
Color information
#338485 (or 0x338485) is known color: Atoll. HEX triplet: 33, 84 and 85. RGB value is (51,132,133). Sum of RGB (Red+Green+Blue) = 51+132+133=316 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.14% from 316); Green value is 132 (51.95% from 255 or 41.77% from 316); Blue value is 133 (52.34% from 255 or 42.09% from 316); Max value from RGB is 133 - color contains mainly: blue. Hex color #338485 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #338485 is #CC7B7A. Grayscale: #6B6B6B. Windows color (decimal): -13400955 or 8750131. OLE color: 8750131.
HSL color Cylindrical-coordinate representation of color #338485: hue angle of 180.73º degrees, saturation: 0.45, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #338485 is Cyan = 0.62, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 51 | 132 | 133 | - |
| CMYK | 0.62 | 0.01 | 0 | 0.48 |
| HSL | 180.73º | 0.45% | 0.36% | - |
| HSV(B) | 180.73º | 0.62% | 0.52% | - |
| XYZ | 13.85 | 18.9 | 25.11 | - |
| YUV | 107.9 | 142.16 | 87.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 132 | 133 | 0.62 | 0.01 | 0 | 0.48 | 180.73 | 0.45 | 0.36 |
| Hex | 33 | 84 | 85 | 3E | 1 | 0 | 30 | B5 | 2D | 24 |
| Octal | 63 | 204 | 205 | 76 | 1 | 0 | 60 | 265 | 55 | 44 |
| Binary | 110011 | 10000100 | 10000101 | 111110 | 1 | 0 | 110000 | 10110101 | 101101 | 100100 |
Color Harmonies of #338485
Complementary color
Monochromatic Colors of #338485
Black with #338485
Text Example
Text Example
White with #338485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #338485; }
p { color: rgb(51,132,133); }
H1.HeaderClassName
{
color: #338485;
}
.AnyTagClassName
{
color: #338485;
}
</style>
background-color css
<style>
a { background-color: #338485; }
a { background-color: rgb(51,132,133); }
div.DivClassName
{
background-color: #338485;
}
.BgClassName
{
background-color: #338485;
}
</style>
border-color css
<style>
span { border-color: #338485; }
span { border-color: rgb(51,132,133); }
td.TdClassName
{
border-color: #338485;
}
.TagClassName
{
border-color: #338485;
}
</style>