Shades of Calypso #367A89
Tints of Calypso #367A89
RGB
CMYK
RGB Variations
Color information
#367A89 (or 0x367A89) is known color: Calypso. HEX triplet: 36, 7A and 89. RGB value is (54,122,137). Sum of RGB (Red+Green+Blue) = 54+122+137=313 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.25% from 313); Green value is 122 (48.05% from 255 or 38.98% from 313); Blue value is 137 (53.91% from 255 or 43.77% from 313); Max value from RGB is 137 - color contains mainly: blue. Hex color #367A89 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367A89 is #C98576. Grayscale: #676767. Windows color (decimal): -13206903 or 9009718. OLE color: 9009718.
HSL color Cylindrical-coordinate representation of color #367A89: hue angle of 190.84º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #367A89 is Cyan = 0.61, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 54 | 122 | 137 | - |
| CMYK | 0.61 | 0.11 | 0 | 0.46 |
| HSL | 190.84º | 0.43% | 0.37% | - |
| HSV(B) | 190.84º | 0.61% | 0.54% | - |
| XYZ | 13 | 16.51 | 26.17 | - |
| YUV | 103.38 | 146.97 | 92.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 122 | 137 | 0.61 | 0.11 | 0 | 0.46 | 190.84 | 0.43 | 0.37 |
| Hex | 36 | 7A | 89 | 3D | B | 0 | 2E | BF | 2B | 25 |
| Octal | 66 | 172 | 211 | 75 | 13 | 0 | 56 | 277 | 53 | 45 |
| Binary | 110110 | 1111010 | 10001001 | 111101 | 1011 | 0 | 101110 | 10111111 | 101011 | 100101 |
Color Harmonies of #367A89
Complementary color
Monochromatic Colors of #367A89
Black with #367A89
Text Example
Text Example
White with #367A89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #367A89; }
p { color: rgb(54,122,137); }
H1.HeaderClassName
{
color: #367A89;
}
.AnyTagClassName
{
color: #367A89;
}
</style>
background-color css
<style>
a { background-color: #367A89; }
a { background-color: rgb(54,122,137); }
div.DivClassName
{
background-color: #367A89;
}
.BgClassName
{
background-color: #367A89;
}
</style>
border-color css
<style>
span { border-color: #367A89; }
span { border-color: rgb(54,122,137); }
td.TdClassName
{
border-color: #367A89;
}
.TagClassName
{
border-color: #367A89;
}
</style>