Shades of Calypso #41738E
Tints of Calypso #41738E
RGB
CMYK
RGB Variations
Color information
#41738E (or 0x41738E) is known color: Calypso. HEX triplet: 41, 73 and 8E. RGB value is (65,115,142). Sum of RGB (Red+Green+Blue) = 65+115+142=322 (42% of max value = 765). Red value is 65 (25.78% from 255 or 20.19% from 322); Green value is 115 (45.31% from 255 or 35.71% from 322); Blue value is 142 (55.86% from 255 or 44.10% from 322); Max value from RGB is 142 - color contains mainly: blue. Hex color #41738E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #41738E is #BE8C71. Grayscale: #666666. Windows color (decimal): -12487794 or 9335617. OLE color: 9335617.
HSL color Cylindrical-coordinate representation of color #41738E: hue angle of 201.04º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #41738E is Cyan = 0.54, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 65 | 115 | 142 | - |
| CMYK | 0.54 | 0.19 | 0 | 0.44 |
| HSL | 201.04º | 0.37% | 0.41% | - |
| HSV(B) | 201.04º | 0.54% | 0.56% | - |
| XYZ | 13.19 | 15.34 | 27.86 | - |
| YUV | 103.13 | 149.94 | 100.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 115 | 142 | 0.54 | 0.19 | 0 | 0.44 | 201.04 | 0.37 | 0.41 |
| Hex | 41 | 73 | 8E | 36 | 13 | 0 | 2C | C9 | 25 | 29 |
| Octal | 101 | 163 | 216 | 66 | 23 | 0 | 54 | 311 | 45 | 51 |
| Binary | 1000001 | 1110011 | 10001110 | 110110 | 10011 | 0 | 101100 | 11001001 | 100101 | 101001 |
Color Harmonies of #41738E
Complementary color
Monochromatic Colors of #41738E
Black with #41738E
Text Example
Text Example
White with #41738E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41738E; }
p { color: rgb(65,115,142); }
H1.HeaderClassName
{
color: #41738E;
}
.AnyTagClassName
{
color: #41738E;
}
</style>
background-color css
<style>
a { background-color: #41738E; }
a { background-color: rgb(65,115,142); }
div.DivClassName
{
background-color: #41738E;
}
.BgClassName
{
background-color: #41738E;
}
</style>
border-color css
<style>
span { border-color: #41738E; }
span { border-color: rgb(65,115,142); }
td.TdClassName
{
border-color: #41738E;
}
.TagClassName
{
border-color: #41738E;
}
</style>