Shades of Atoll #367A7D
Tints of Atoll #367A7D
RGB
CMYK
RGB Variations
Color information
#367A7D (or 0x367A7D) is known color: Atoll. HEX triplet: 36, 7A and 7D. RGB value is (54,122,125). Sum of RGB (Red+Green+Blue) = 54+122+125=301 (39% of max value = 765). Red value is 54 (21.48% from 255 or 17.94% from 301); Green value is 122 (48.05% from 255 or 40.53% from 301); Blue value is 125 (49.22% from 255 or 41.53% from 301); Max value from RGB is 125 - color contains mainly: blue. Hex color #367A7D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #367A7D is #C98582. Grayscale: #656565. Windows color (decimal): -13206915 or 8223286. OLE color: 8223286.
HSL color Cylindrical-coordinate representation of color #367A7D: hue angle of 182.54º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #367A7D is Cyan = 0.57, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 54 | 122 | 125 | - |
| CMYK | 0.57 | 0.02 | 0 | 0.51 |
| HSL | 182.54º | 0.4% | 0.35% | - |
| HSV(B) | 182.54º | 0.57% | 0.49% | - |
| XYZ | 12.18 | 16.18 | 21.88 | - |
| YUV | 102.01 | 140.97 | 93.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 122 | 125 | 0.57 | 0.02 | 0 | 0.51 | 182.54 | 0.4 | 0.35 |
| Hex | 36 | 7A | 7D | 39 | 2 | 0 | 33 | B7 | 28 | 23 |
| Octal | 66 | 172 | 175 | 71 | 2 | 0 | 63 | 267 | 50 | 43 |
| Binary | 110110 | 1111010 | 1111101 | 111001 | 10 | 0 | 110011 | 10110111 | 101000 | 100011 |
Color Harmonies of #367A7D
Complementary color
Monochromatic Colors of #367A7D
Black with #367A7D
Text Example
Text Example
White with #367A7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #367A7D; }
p { color: rgb(54,122,125); }
H1.HeaderClassName
{
color: #367A7D;
}
.AnyTagClassName
{
color: #367A7D;
}
</style>
background-color css
<style>
a { background-color: #367A7D; }
a { background-color: rgb(54,122,125); }
div.DivClassName
{
background-color: #367A7D;
}
.BgClassName
{
background-color: #367A7D;
}
</style>
border-color css
<style>
span { border-color: #367A7D; }
span { border-color: rgb(54,122,125); }
td.TdClassName
{
border-color: #367A7D;
}
.TagClassName
{
border-color: #367A7D;
}
</style>