Shades of Calypso #43728B
Tints of Calypso #43728B
RGB
CMYK
RGB Variations
Color information
#43728B (or 0x43728B) is known color: Calypso. HEX triplet: 43, 72 and 8B. RGB value is (67,114,139). Sum of RGB (Red+Green+Blue) = 67+114+139=320 (42% of max value = 765). Red value is 67 (26.56% from 255 or 20.94% from 320); Green value is 114 (44.92% from 255 or 35.62% from 320); Blue value is 139 (54.69% from 255 or 43.44% from 320); Max value from RGB is 139 - color contains mainly: blue. Hex color #43728B is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #43728B is #BC8D74. Grayscale: #666666. Windows color (decimal): -12356981 or 9138755. OLE color: 9138755.
HSL color Cylindrical-coordinate representation of color #43728B: hue angle of 200.83º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #43728B is Cyan = 0.52, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 67 | 114 | 139 | - |
| CMYK | 0.52 | 0.18 | 0 | 0.45 |
| HSL | 200.83º | 0.35% | 0.4% | - |
| HSV(B) | 200.83º | 0.52% | 0.55% | - |
| XYZ | 12.99 | 15.09 | 26.65 | - |
| YUV | 102.8 | 148.43 | 102.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 114 | 139 | 0.52 | 0.18 | 0 | 0.45 | 200.83 | 0.35 | 0.4 |
| Hex | 43 | 72 | 8B | 34 | 12 | 0 | 2D | C9 | 23 | 28 |
| Octal | 103 | 162 | 213 | 64 | 22 | 0 | 55 | 311 | 43 | 50 |
| Binary | 1000011 | 1110010 | 10001011 | 110100 | 10010 | 0 | 101101 | 11001001 | 100011 | 101000 |
Color Harmonies of #43728B
Complementary color
Monochromatic Colors of #43728B
Black with #43728B
Text Example
Text Example
White with #43728B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43728B; }
p { color: rgb(67,114,139); }
H1.HeaderClassName
{
color: #43728B;
}
.AnyTagClassName
{
color: #43728B;
}
</style>
background-color css
<style>
a { background-color: #43728B; }
a { background-color: rgb(67,114,139); }
div.DivClassName
{
background-color: #43728B;
}
.BgClassName
{
background-color: #43728B;
}
</style>
border-color css
<style>
span { border-color: #43728B; }
span { border-color: rgb(67,114,139); }
td.TdClassName
{
border-color: #43728B;
}
.TagClassName
{
border-color: #43728B;
}
</style>