Shades of Calypso #436E86
Tints of Calypso #436E86
RGB
CMYK
RGB Variations
Color information
#436E86 (or 0x436E86) is known color: Calypso. HEX triplet: 43, 6E and 86. RGB value is (67,110,134). Sum of RGB (Red+Green+Blue) = 67+110+134=311 (41% of max value = 765). Red value is 67 (26.56% from 255 or 21.54% from 311); Green value is 110 (43.36% from 255 or 35.37% from 311); Blue value is 134 (52.73% from 255 or 43.09% from 311); Max value from RGB is 134 - color contains mainly: blue. Hex color #436E86 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #436E86 is #BC9179. Grayscale: #636363. Windows color (decimal): -12358010 or 8810051. OLE color: 8810051.
HSL color Cylindrical-coordinate representation of color #436E86: hue angle of 201.49º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #436E86 is Cyan = 0.5, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 67 | 110 | 134 | - |
| CMYK | 0.5 | 0.18 | 0 | 0.47 |
| HSL | 201.49º | 0.33% | 0.39% | - |
| HSV(B) | 201.49º | 0.5% | 0.53% | - |
| XYZ | 12.19 | 14.07 | 24.63 | - |
| YUV | 99.88 | 147.25 | 104.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 110 | 134 | 0.5 | 0.18 | 0 | 0.47 | 201.49 | 0.33 | 0.39 |
| Hex | 43 | 6E | 86 | 32 | 12 | 0 | 2F | C9 | 21 | 27 |
| Octal | 103 | 156 | 206 | 62 | 22 | 0 | 57 | 311 | 41 | 47 |
| Binary | 1000011 | 1101110 | 10000110 | 110010 | 10010 | 0 | 101111 | 11001001 | 100001 | 100111 |
Color Harmonies of #436E86
Complementary color
Monochromatic Colors of #436E86
Black with #436E86
Text Example
Text Example
White with #436E86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #436E86; }
p { color: rgb(67,110,134); }
H1.HeaderClassName
{
color: #436E86;
}
.AnyTagClassName
{
color: #436E86;
}
</style>
background-color css
<style>
a { background-color: #436E86; }
a { background-color: rgb(67,110,134); }
div.DivClassName
{
background-color: #436E86;
}
.BgClassName
{
background-color: #436E86;
}
</style>
border-color css
<style>
span { border-color: #436E86; }
span { border-color: rgb(67,110,134); }
td.TdClassName
{
border-color: #436E86;
}
.TagClassName
{
border-color: #436E86;
}
</style>