Shades of Calypso #3C748F
Tints of Calypso #3C748F
RGB
CMYK
RGB Variations
Color information
#3C748F (or 0x3C748F) is known color: Calypso. HEX triplet: 3C, 74 and 8F. RGB value is (60,116,143). Sum of RGB (Red+Green+Blue) = 60+116+143=319 (42% of max value = 765). Red value is 60 (23.83% from 255 or 18.81% from 319); Green value is 116 (45.70% from 255 or 36.36% from 319); Blue value is 143 (56.25% from 255 or 44.83% from 319); Max value from RGB is 143 - color contains mainly: blue. Hex color #3C748F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3C748F is #C38B70. Grayscale: #666666. Windows color (decimal): -12815217 or 9401404. OLE color: 9401404.
HSL color Cylindrical-coordinate representation of color #3C748F: hue angle of 199.52º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3C748F is Cyan = 0.58, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 60 | 116 | 143 | - |
| CMYK | 0.58 | 0.19 | 0 | 0.44 |
| HSL | 199.52º | 0.41% | 0.4% | - |
| HSV(B) | 199.52º | 0.58% | 0.56% | - |
| XYZ | 13.07 | 15.43 | 28.28 | - |
| YUV | 102.33 | 150.95 | 97.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 116 | 143 | 0.58 | 0.19 | 0 | 0.44 | 199.52 | 0.41 | 0.4 |
| Hex | 3C | 74 | 8F | 3A | 13 | 0 | 2C | C8 | 29 | 28 |
| Octal | 74 | 164 | 217 | 72 | 23 | 0 | 54 | 310 | 51 | 50 |
| Binary | 111100 | 1110100 | 10001111 | 111010 | 10011 | 0 | 101100 | 11001000 | 101001 | 101000 |
Color Harmonies of #3C748F
Complementary color
Monochromatic Colors of #3C748F
Black with #3C748F
Text Example
Text Example
White with #3C748F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C748F; }
p { color: rgb(60,116,143); }
H1.HeaderClassName
{
color: #3C748F;
}
.AnyTagClassName
{
color: #3C748F;
}
</style>
background-color css
<style>
a { background-color: #3C748F; }
a { background-color: rgb(60,116,143); }
div.DivClassName
{
background-color: #3C748F;
}
.BgClassName
{
background-color: #3C748F;
}
</style>
border-color css
<style>
span { border-color: #3C748F; }
span { border-color: rgb(60,116,143); }
td.TdClassName
{
border-color: #3C748F;
}
.TagClassName
{
border-color: #3C748F;
}
</style>