Shades of Calypso #43718A
Tints of Calypso #43718A
RGB
CMYK
RGB Variations
Color information
#43718A (or 0x43718A) is known color: Calypso. HEX triplet: 43, 71 and 8A. RGB value is (67,113,138). Sum of RGB (Red+Green+Blue) = 67+113+138=318 (42% of max value = 765). Red value is 67 (26.56% from 255 or 21.07% from 318); Green value is 113 (44.53% from 255 or 35.53% from 318); Blue value is 138 (54.30% from 255 or 43.40% from 318); Max value from RGB is 138 - color contains mainly: blue. Hex color #43718A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #43718A is #BC8E75. Grayscale: #656565. Windows color (decimal): -12357238 or 9072963. OLE color: 9072963.
HSL color Cylindrical-coordinate representation of color #43718A: hue angle of 201.13º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #43718A is Cyan = 0.51, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 67 | 113 | 138 | - |
| CMYK | 0.51 | 0.18 | 0 | 0.46 |
| HSL | 201.13º | 0.35% | 0.4% | - |
| HSV(B) | 201.13º | 0.51% | 0.54% | - |
| XYZ | 12.81 | 14.84 | 26.23 | - |
| YUV | 102.1 | 148.26 | 102.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 113 | 138 | 0.51 | 0.18 | 0 | 0.46 | 201.13 | 0.35 | 0.4 |
| Hex | 43 | 71 | 8A | 33 | 12 | 0 | 2E | C9 | 23 | 28 |
| Octal | 103 | 161 | 212 | 63 | 22 | 0 | 56 | 311 | 43 | 50 |
| Binary | 1000011 | 1110001 | 10001010 | 110011 | 10010 | 0 | 101110 | 11001001 | 100011 | 101000 |
Color Harmonies of #43718A
Complementary color
Monochromatic Colors of #43718A
Black with #43718A
Text Example
Text Example
White with #43718A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43718A; }
p { color: rgb(67,113,138); }
H1.HeaderClassName
{
color: #43718A;
}
.AnyTagClassName
{
color: #43718A;
}
</style>
background-color css
<style>
a { background-color: #43718A; }
a { background-color: rgb(67,113,138); }
div.DivClassName
{
background-color: #43718A;
}
.BgClassName
{
background-color: #43718A;
}
</style>
border-color css
<style>
span { border-color: #43718A; }
span { border-color: rgb(67,113,138); }
td.TdClassName
{
border-color: #43718A;
}
.TagClassName
{
border-color: #43718A;
}
</style>