Shades of Calypso #417285
Tints of Calypso #417285
RGB
CMYK
RGB Variations
Color information
#417285 (or 0x417285) is known color: Calypso. HEX triplet: 41, 72 and 85. RGB value is (65,114,133). Sum of RGB (Red+Green+Blue) = 65+114+133=312 (41% of max value = 765). Red value is 65 (25.78% from 255 or 20.83% from 312); Green value is 114 (44.92% from 255 or 36.54% from 312); Blue value is 133 (52.34% from 255 or 42.63% from 312); Max value from RGB is 133 - color contains mainly: blue. Hex color #417285 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #417285 is #BE8D7A. Grayscale: #656565. Windows color (decimal): -12488059 or 8745537. OLE color: 8745537.
HSL color Cylindrical-coordinate representation of color #417285: hue angle of 196.76º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #417285 is Cyan = 0.51, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 65 | 114 | 133 | - |
| CMYK | 0.51 | 0.14 | 0 | 0.48 |
| HSL | 196.76º | 0.34% | 0.39% | - |
| HSV(B) | 196.76º | 0.51% | 0.52% | - |
| XYZ | 12.43 | 14.85 | 24.4 | - |
| YUV | 101.52 | 145.77 | 101.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 114 | 133 | 0.51 | 0.14 | 0 | 0.48 | 196.76 | 0.34 | 0.39 |
| Hex | 41 | 72 | 85 | 33 | E | 0 | 30 | C5 | 22 | 27 |
| Octal | 101 | 162 | 205 | 63 | 16 | 0 | 60 | 305 | 42 | 47 |
| Binary | 1000001 | 1110010 | 10000101 | 110011 | 1110 | 0 | 110000 | 11000101 | 100010 | 100111 |
Color Harmonies of #417285
Complementary color
Monochromatic Colors of #417285
Black with #417285
Text Example
Text Example
White with #417285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #417285; }
p { color: rgb(65,114,133); }
H1.HeaderClassName
{
color: #417285;
}
.AnyTagClassName
{
color: #417285;
}
</style>
background-color css
<style>
a { background-color: #417285; }
a { background-color: rgb(65,114,133); }
div.DivClassName
{
background-color: #417285;
}
.BgClassName
{
background-color: #417285;
}
</style>
border-color css
<style>
span { border-color: #417285; }
span { border-color: rgb(65,114,133); }
td.TdClassName
{
border-color: #417285;
}
.TagClassName
{
border-color: #417285;
}
</style>