Shades of Calypso #3B758E
Tints of Calypso #3B758E
RGB
CMYK
RGB Variations
Color information
#3B758E (or 0x3B758E) is known color: Calypso. HEX triplet: 3B, 75 and 8E. RGB value is (59,117,142). Sum of RGB (Red+Green+Blue) = 59+117+142=318 (42% of max value = 765). Red value is 59 (23.44% from 255 or 18.55% from 318); Green value is 117 (46.09% from 255 or 36.79% from 318); Blue value is 142 (55.86% from 255 or 44.65% from 318); Max value from RGB is 142 - color contains mainly: blue. Hex color #3B758E is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B758E is #C48A71. Grayscale: #666666. Windows color (decimal): -12880498 or 9336123. OLE color: 9336123.
HSL color Cylindrical-coordinate representation of color #3B758E: hue angle of 198.07º degrees, saturation: 0.41, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3B758E is Cyan = 0.58, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 59 | 117 | 142 | - |
| CMYK | 0.58 | 0.18 | 0 | 0.44 |
| HSL | 198.07º | 0.41% | 0.39% | - |
| HSV(B) | 198.07º | 0.58% | 0.56% | - |
| XYZ | 13.05 | 15.61 | 27.92 | - |
| YUV | 102.51 | 150.28 | 96.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 117 | 142 | 0.58 | 0.18 | 0 | 0.44 | 198.07 | 0.41 | 0.39 |
| Hex | 3B | 75 | 8E | 3A | 12 | 0 | 2C | C6 | 29 | 27 |
| Octal | 73 | 165 | 216 | 72 | 22 | 0 | 54 | 306 | 51 | 47 |
| Binary | 111011 | 1110101 | 10001110 | 111010 | 10010 | 0 | 101100 | 11000110 | 101001 | 100111 |
Color Harmonies of #3B758E
Complementary color
Monochromatic Colors of #3B758E
Black with #3B758E
Text Example
Text Example
White with #3B758E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B758E; }
p { color: rgb(59,117,142); }
H1.HeaderClassName
{
color: #3B758E;
}
.AnyTagClassName
{
color: #3B758E;
}
</style>
background-color css
<style>
a { background-color: #3B758E; }
a { background-color: rgb(59,117,142); }
div.DivClassName
{
background-color: #3B758E;
}
.BgClassName
{
background-color: #3B758E;
}
</style>
border-color css
<style>
span { border-color: #3B758E; }
span { border-color: rgb(59,117,142); }
td.TdClassName
{
border-color: #3B758E;
}
.TagClassName
{
border-color: #3B758E;
}
</style>