Shades of Calypso #43718D
Tints of Calypso #43718D
RGB
CMYK
RGB Variations
Color information
#43718D (or 0x43718D) is known color: Calypso. HEX triplet: 43, 71 and 8D. RGB value is (67,113,141). Sum of RGB (Red+Green+Blue) = 67+113+141=321 (42% of max value = 765). Red value is 67 (26.56% from 255 or 20.87% from 321); Green value is 113 (44.53% from 255 or 35.20% from 321); Blue value is 141 (55.47% from 255 or 43.93% from 321); Max value from RGB is 141 - color contains mainly: blue. Hex color #43718D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #43718D is #BC8E72. Grayscale: #666666. Windows color (decimal): -12357235 or 9269571. OLE color: 9269571.
HSL color Cylindrical-coordinate representation of color #43718D: hue angle of 202.7º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #43718D is Cyan = 0.52, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 67 | 113 | 141 | - |
| CMYK | 0.52 | 0.20 | 0 | 0.45 |
| HSL | 202.7º | 0.36% | 0.41% | - |
| HSV(B) | 202.7º | 0.52% | 0.55% | - |
| XYZ | 13.03 | 14.93 | 27.39 | - |
| YUV | 102.44 | 149.76 | 102.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 113 | 141 | 0.52 | 0.20 | 0 | 0.45 | 202.7 | 0.36 | 0.41 |
| Hex | 43 | 71 | 8D | 34 | 14 | 0 | 2D | CB | 24 | 29 |
| Octal | 103 | 161 | 215 | 64 | 24 | 0 | 55 | 313 | 44 | 51 |
| Binary | 1000011 | 1110001 | 10001101 | 110100 | 10100 | 0 | 101101 | 11001011 | 100100 | 101001 |
Color Harmonies of #43718D
Complementary color
Monochromatic Colors of #43718D
Black with #43718D
Text Example
Text Example
White with #43718D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43718D; }
p { color: rgb(67,113,141); }
H1.HeaderClassName
{
color: #43718D;
}
.AnyTagClassName
{
color: #43718D;
}
</style>
background-color css
<style>
a { background-color: #43718D; }
a { background-color: rgb(67,113,141); }
div.DivClassName
{
background-color: #43718D;
}
.BgClassName
{
background-color: #43718D;
}
</style>
border-color css
<style>
span { border-color: #43718D; }
span { border-color: rgb(67,113,141); }
td.TdClassName
{
border-color: #43718D;
}
.TagClassName
{
border-color: #43718D;
}
</style>