Shades of Calypso #436E8C
Tints of Calypso #436E8C
RGB
CMYK
RGB Variations
Color information
#436E8C (or 0x436E8C) is known color: Calypso. HEX triplet: 43, 6E and 8C. RGB value is (67,110,140). Sum of RGB (Red+Green+Blue) = 67+110+140=317 (41% of max value = 765). Red value is 67 (26.56% from 255 or 21.14% from 317); Green value is 110 (43.36% from 255 or 34.70% from 317); Blue value is 140 (55.08% from 255 or 44.16% from 317); Max value from RGB is 140 - color contains mainly: blue. Hex color #436E8C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #436E8C is #BC9173. Grayscale: #646464. Windows color (decimal): -12358004 or 9203267. OLE color: 9203267.
HSL color Cylindrical-coordinate representation of color #436E8C: hue angle of 204.66º degrees, saturation: 0.35, 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 #436E8C is Cyan = 0.52, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 67 | 110 | 140 | - |
| CMYK | 0.52 | 0.21 | 0 | 0.45 |
| HSL | 204.66º | 0.35% | 0.41% | - |
| HSV(B) | 204.66º | 0.52% | 0.55% | - |
| XYZ | 12.62 | 14.24 | 26.89 | - |
| YUV | 100.56 | 150.25 | 104.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 110 | 140 | 0.52 | 0.21 | 0 | 0.45 | 204.66 | 0.35 | 0.41 |
| Hex | 43 | 6E | 8C | 34 | 15 | 0 | 2D | CD | 23 | 29 |
| Octal | 103 | 156 | 214 | 64 | 25 | 0 | 55 | 315 | 43 | 51 |
| Binary | 1000011 | 1101110 | 10001100 | 110100 | 10101 | 0 | 101101 | 11001101 | 100011 | 101001 |
Color Harmonies of #436E8C
Complementary color
Monochromatic Colors of #436E8C
Black with #436E8C
Text Example
Text Example
White with #436E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #436E8C; }
p { color: rgb(67,110,140); }
H1.HeaderClassName
{
color: #436E8C;
}
.AnyTagClassName
{
color: #436E8C;
}
</style>
background-color css
<style>
a { background-color: #436E8C; }
a { background-color: rgb(67,110,140); }
div.DivClassName
{
background-color: #436E8C;
}
.BgClassName
{
background-color: #436E8C;
}
</style>
border-color css
<style>
span { border-color: #436E8C; }
span { border-color: rgb(67,110,140); }
td.TdClassName
{
border-color: #436E8C;
}
.TagClassName
{
border-color: #436E8C;
}
</style>