Shades of Calypso #436F82
Tints of Calypso #436F82
RGB
CMYK
RGB Variations
Color information
#436F82 (or 0x436F82) is known color: Calypso. HEX triplet: 43, 6F and 82. RGB value is (67,111,130). Sum of RGB (Red+Green+Blue) = 67+111+130=308 (40% of max value = 765). Red value is 67 (26.56% from 255 or 21.75% from 308); Green value is 111 (43.75% from 255 or 36.04% from 308); Blue value is 130 (51.17% from 255 or 42.21% from 308); Max value from RGB is 130 - color contains mainly: blue. Hex color #436F82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #436F82 is #BC907D. Grayscale: #636363. Windows color (decimal): -12357758 or 8548163. OLE color: 8548163.
HSL color Cylindrical-coordinate representation of color #436F82: hue angle of 198.1º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #436F82 is Cyan = 0.48, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 67 | 111 | 130 | - |
| CMYK | 0.48 | 0.15 | 0 | 0.49 |
| HSL | 198.1º | 0.32% | 0.39% | - |
| HSV(B) | 198.1º | 0.48% | 0.51% | - |
| XYZ | 12.03 | 14.17 | 23.22 | - |
| YUV | 100.01 | 144.92 | 104.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 111 | 130 | 0.48 | 0.15 | 0 | 0.49 | 198.1 | 0.32 | 0.39 |
| Hex | 43 | 6F | 82 | 30 | F | 0 | 31 | C6 | 20 | 27 |
| Octal | 103 | 157 | 202 | 60 | 17 | 0 | 61 | 306 | 40 | 47 |
| Binary | 1000011 | 1101111 | 10000010 | 110000 | 1111 | 0 | 110001 | 11000110 | 100000 | 100111 |
Color Harmonies of #436F82
Complementary color
Monochromatic Colors of #436F82
Black with #436F82
Text Example
Text Example
White with #436F82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #436F82; }
p { color: rgb(67,111,130); }
H1.HeaderClassName
{
color: #436F82;
}
.AnyTagClassName
{
color: #436F82;
}
</style>
background-color css
<style>
a { background-color: #436F82; }
a { background-color: rgb(67,111,130); }
div.DivClassName
{
background-color: #436F82;
}
.BgClassName
{
background-color: #436F82;
}
</style>
border-color css
<style>
span { border-color: #436F82; }
span { border-color: rgb(67,111,130); }
td.TdClassName
{
border-color: #436F82;
}
.TagClassName
{
border-color: #436F82;
}
</style>