Shades of Calypso #367C88
Tints of Calypso #367C88
RGB
CMYK
RGB Variations
Color information
#367C88 (or 0x367C88) is known color: Calypso. HEX triplet: 36, 7C and 88. RGB value is (54,124,136). Sum of RGB (Red+Green+Blue) = 54+124+136=314 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.20% from 314); Green value is 124 (48.83% from 255 or 39.49% from 314); Blue value is 136 (53.52% from 255 or 43.31% from 314); Max value from RGB is 136 - color contains mainly: blue. Hex color #367C88 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367C88 is #C98377. Grayscale: #686868. Windows color (decimal): -13206392 or 8944694. OLE color: 8944694.
HSL color Cylindrical-coordinate representation of color #367C88: hue angle of 188.78º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #367C88 is Cyan = 0.60, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 54 | 124 | 136 | - |
| CMYK | 0.60 | 0.09 | 0 | 0.47 |
| HSL | 188.78º | 0.43% | 0.37% | - |
| HSV(B) | 188.78º | 0.6% | 0.53% | - |
| XYZ | 13.17 | 16.98 | 25.88 | - |
| YUV | 104.44 | 145.81 | 92.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 124 | 136 | 0.60 | 0.09 | 0 | 0.47 | 188.78 | 0.43 | 0.37 |
| Hex | 36 | 7C | 88 | 3C | 9 | 0 | 2F | BD | 2B | 25 |
| Octal | 66 | 174 | 210 | 74 | 11 | 0 | 57 | 275 | 53 | 45 |
| Binary | 110110 | 1111100 | 10001000 | 111100 | 1001 | 0 | 101111 | 10111101 | 101011 | 100101 |
Color Harmonies of #367C88
Complementary color
Monochromatic Colors of #367C88
Black with #367C88
Text Example
Text Example
White with #367C88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #367C88; }
p { color: rgb(54,124,136); }
H1.HeaderClassName
{
color: #367C88;
}
.AnyTagClassName
{
color: #367C88;
}
</style>
background-color css
<style>
a { background-color: #367C88; }
a { background-color: rgb(54,124,136); }
div.DivClassName
{
background-color: #367C88;
}
.BgClassName
{
background-color: #367C88;
}
</style>
border-color css
<style>
span { border-color: #367C88; }
span { border-color: rgb(54,124,136); }
td.TdClassName
{
border-color: #367C88;
}
.TagClassName
{
border-color: #367C88;
}
</style>