Shades of Calypso #3D7384
Tints of Calypso #3D7384
RGB
CMYK
RGB Variations
Color information
#3D7384 (or 0x3D7384) is known color: Calypso. HEX triplet: 3D, 73 and 84. RGB value is (61,115,132). Sum of RGB (Red+Green+Blue) = 61+115+132=308 (40% of max value = 765). Red value is 61 (24.22% from 255 or 19.81% from 308); Green value is 115 (45.31% from 255 or 37.34% from 308); Blue value is 132 (51.95% from 255 or 42.86% from 308); Max value from RGB is 132 - color contains mainly: blue. Hex color #3D7384 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3D7384 is #C28C7B. Grayscale: #646464. Windows color (decimal): -12749948 or 8680253. OLE color: 8680253.
HSL color Cylindrical-coordinate representation of color #3D7384: hue angle of 194.37º degrees, saturation: 0.37, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3D7384 is Cyan = 0.54, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 61 | 115 | 132 | - |
| CMYK | 0.54 | 0.13 | 0 | 0.48 |
| HSL | 194.37º | 0.37% | 0.38% | - |
| HSV(B) | 194.37º | 0.54% | 0.52% | - |
| XYZ | 12.22 | 14.92 | 24.07 | - |
| YUV | 100.79 | 145.61 | 99.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 115 | 132 | 0.54 | 0.13 | 0 | 0.48 | 194.37 | 0.37 | 0.38 |
| Hex | 3D | 73 | 84 | 36 | D | 0 | 30 | C2 | 25 | 26 |
| Octal | 75 | 163 | 204 | 66 | 15 | 0 | 60 | 302 | 45 | 46 |
| Binary | 111101 | 1110011 | 10000100 | 110110 | 1101 | 0 | 110000 | 11000010 | 100101 | 100110 |
Color Harmonies of #3D7384
Complementary color
Monochromatic Colors of #3D7384
Black with #3D7384
Text Example
Text Example
White with #3D7384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D7384; }
p { color: rgb(61,115,132); }
H1.HeaderClassName
{
color: #3D7384;
}
.AnyTagClassName
{
color: #3D7384;
}
</style>
background-color css
<style>
a { background-color: #3D7384; }
a { background-color: rgb(61,115,132); }
div.DivClassName
{
background-color: #3D7384;
}
.BgClassName
{
background-color: #3D7384;
}
</style>
border-color css
<style>
span { border-color: #3D7384; }
span { border-color: rgb(61,115,132); }
td.TdClassName
{
border-color: #3D7384;
}
.TagClassName
{
border-color: #3D7384;
}
</style>