Shades of Atoll #338285
Tints of Atoll #338285
RGB
CMYK
RGB Variations
Color information
#338285 (or 0x338285) is known color: Atoll. HEX triplet: 33, 82 and 85. RGB value is (51,130,133). Sum of RGB (Red+Green+Blue) = 51+130+133=314 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.24% from 314); Green value is 130 (51.17% from 255 or 41.40% from 314); Blue value is 133 (52.34% from 255 or 42.36% from 314); Max value from RGB is 133 - color contains mainly: blue. Hex color #338285 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #338285 is #CC7D7A. Grayscale: #6A6A6A. Windows color (decimal): -13401467 or 8749619. OLE color: 8749619.
HSL color Cylindrical-coordinate representation of color #338285: hue angle of 182.2º 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 #338285 is Cyan = 0.62, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 51 | 130 | 133 | - |
| CMYK | 0.62 | 0.02 | 0 | 0.48 |
| HSL | 182.2º | 0.45% | 0.36% | - |
| HSV(B) | 182.2º | 0.62% | 0.52% | - |
| XYZ | 13.58 | 18.36 | 25.02 | - |
| YUV | 106.72 | 142.83 | 88.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 130 | 133 | 0.62 | 0.02 | 0 | 0.48 | 182.2 | 0.45 | 0.36 |
| Hex | 33 | 82 | 85 | 3E | 2 | 0 | 30 | B6 | 2D | 24 |
| Octal | 63 | 202 | 205 | 76 | 2 | 0 | 60 | 266 | 55 | 44 |
| Binary | 110011 | 10000010 | 10000101 | 111110 | 10 | 0 | 110000 | 10110110 | 101101 | 100100 |
Color Harmonies of #338285
Complementary color
Monochromatic Colors of #338285
Black with #338285
Text Example
Text Example
White with #338285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #338285; }
p { color: rgb(51,130,133); }
H1.HeaderClassName
{
color: #338285;
}
.AnyTagClassName
{
color: #338285;
}
</style>
background-color css
<style>
a { background-color: #338285; }
a { background-color: rgb(51,130,133); }
div.DivClassName
{
background-color: #338285;
}
.BgClassName
{
background-color: #338285;
}
</style>
border-color css
<style>
span { border-color: #338285; }
span { border-color: rgb(51,130,133); }
td.TdClassName
{
border-color: #338285;
}
.TagClassName
{
border-color: #338285;
}
</style>