Shades of Atoll #368085
Tints of Atoll #368085
RGB
CMYK
RGB Variations
Color information
#368085 (or 0x368085) is known color: Atoll. HEX triplet: 36, 80 and 85. RGB value is (54,128,133). Sum of RGB (Red+Green+Blue) = 54+128+133=315 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.14% from 315); Green value is 128 (50.39% from 255 or 40.63% from 315); Blue value is 133 (52.34% from 255 or 42.22% from 315); Max value from RGB is 133 - color contains mainly: blue. Hex color #368085 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #368085 is #C97F7A. Grayscale: #6A6A6A. Windows color (decimal): -13205371 or 8749110. OLE color: 8749110.
HSL color Cylindrical-coordinate representation of color #368085: hue angle of 183.8º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #368085 is Cyan = 0.59, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 54 | 128 | 133 | - |
| CMYK | 0.59 | 0.04 | 0 | 0.48 |
| HSL | 183.8º | 0.42% | 0.37% | - |
| HSV(B) | 183.8º | 0.59% | 0.52% | - |
| XYZ | 13.47 | 17.92 | 24.94 | - |
| YUV | 106.44 | 142.98 | 90.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 128 | 133 | 0.59 | 0.04 | 0 | 0.48 | 183.8 | 0.42 | 0.37 |
| Hex | 36 | 80 | 85 | 3B | 4 | 0 | 30 | B8 | 2A | 25 |
| Octal | 66 | 200 | 205 | 73 | 4 | 0 | 60 | 270 | 52 | 45 |
| Binary | 110110 | 10000000 | 10000101 | 111011 | 100 | 0 | 110000 | 10111000 | 101010 | 100101 |
Color Harmonies of #368085
Complementary color
Monochromatic Colors of #368085
Black with #368085
Text Example
Text Example
White with #368085
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #368085; }
p { color: rgb(54,128,133); }
H1.HeaderClassName
{
color: #368085;
}
.AnyTagClassName
{
color: #368085;
}
</style>
background-color css
<style>
a { background-color: #368085; }
a { background-color: rgb(54,128,133); }
div.DivClassName
{
background-color: #368085;
}
.BgClassName
{
background-color: #368085;
}
</style>
border-color css
<style>
span { border-color: #368085; }
span { border-color: rgb(54,128,133); }
td.TdClassName
{
border-color: #368085;
}
.TagClassName
{
border-color: #368085;
}
</style>