Shades of Calypso #40738E
Tints of Calypso #40738E
RGB
CMYK
RGB Variations
Color information
#40738E (or 0x40738E) is known color: Calypso. HEX triplet: 40, 73 and 8E. RGB value is (64,115,142). Sum of RGB (Red+Green+Blue) = 64+115+142=321 (42% of max value = 765). Red value is 64 (25.39% from 255 or 19.94% from 321); Green value is 115 (45.31% from 255 or 35.83% from 321); Blue value is 142 (55.86% from 255 or 44.24% from 321); Max value from RGB is 142 - color contains mainly: blue. Hex color #40738E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #40738E is #BF8C71. Grayscale: #666666. Windows color (decimal): -12553330 or 9335616. OLE color: 9335616.
HSL color Cylindrical-coordinate representation of color #40738E: hue angle of 200.77º degrees, saturation: 0.38, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #40738E is Cyan = 0.55, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 64 | 115 | 142 | - |
| CMYK | 0.55 | 0.19 | 0 | 0.44 |
| HSL | 200.77º | 0.38% | 0.4% | - |
| HSV(B) | 200.77º | 0.55% | 0.56% | - |
| XYZ | 13.13 | 15.3 | 27.85 | - |
| YUV | 102.83 | 150.1 | 100.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 115 | 142 | 0.55 | 0.19 | 0 | 0.44 | 200.77 | 0.38 | 0.4 |
| Hex | 40 | 73 | 8E | 37 | 13 | 0 | 2C | C9 | 26 | 28 |
| Octal | 100 | 163 | 216 | 67 | 23 | 0 | 54 | 311 | 46 | 50 |
| Binary | 1000000 | 1110011 | 10001110 | 110111 | 10011 | 0 | 101100 | 11001001 | 100110 | 101000 |
Color Harmonies of #40738E
Complementary color
Monochromatic Colors of #40738E
Black with #40738E
Text Example
Text Example
White with #40738E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40738E; }
p { color: rgb(64,115,142); }
H1.HeaderClassName
{
color: #40738E;
}
.AnyTagClassName
{
color: #40738E;
}
</style>
background-color css
<style>
a { background-color: #40738E; }
a { background-color: rgb(64,115,142); }
div.DivClassName
{
background-color: #40738E;
}
.BgClassName
{
background-color: #40738E;
}
</style>
border-color css
<style>
span { border-color: #40738E; }
span { border-color: rgb(64,115,142); }
td.TdClassName
{
border-color: #40738E;
}
.TagClassName
{
border-color: #40738E;
}
</style>