Shades of Calypso #3B6A7F
Tints of Calypso #3B6A7F
RGB
CMYK
RGB Variations
Color information
#3B6A7F (or 0x3B6A7F) is known color: Calypso. HEX triplet: 3B, 6A and 7F. RGB value is (59,106,127). Sum of RGB (Red+Green+Blue) = 59+106+127=292 (38% of max value = 765). Red value is 59 (23.44% from 255 or 20.21% from 292); Green value is 106 (41.80% from 255 or 36.30% from 292); Blue value is 127 (50% from 255 or 43.49% from 292); Max value from RGB is 127 - color contains mainly: blue. Hex color #3B6A7F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B6A7F is #C49580. Grayscale: #5E5E5E. Windows color (decimal): -12883329 or 8350267. OLE color: 8350267.
HSL color Cylindrical-coordinate representation of color #3B6A7F: hue angle of 198.53º degrees, saturation: 0.37, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3B6A7F is Cyan = 0.54, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 59 | 106 | 127 | - |
| CMYK | 0.54 | 0.17 | 0 | 0.50 |
| HSL | 198.53º | 0.37% | 0.36% | - |
| HSV(B) | 198.53º | 0.54% | 0.5% | - |
| XYZ | 10.79 | 12.77 | 21.97 | - |
| YUV | 94.34 | 146.43 | 102.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 106 | 127 | 0.54 | 0.17 | 0 | 0.50 | 198.53 | 0.37 | 0.36 |
| Hex | 3B | 6A | 7F | 36 | 11 | 0 | 32 | C7 | 25 | 24 |
| Octal | 73 | 152 | 177 | 66 | 21 | 0 | 62 | 307 | 45 | 44 |
| Binary | 111011 | 1101010 | 1111111 | 110110 | 10001 | 0 | 110010 | 11000111 | 100101 | 100100 |
Color Harmonies of #3B6A7F
Complementary color
Monochromatic Colors of #3B6A7F
Black with #3B6A7F
Text Example
Text Example
White with #3B6A7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B6A7F; }
p { color: rgb(59,106,127); }
H1.HeaderClassName
{
color: #3B6A7F;
}
.AnyTagClassName
{
color: #3B6A7F;
}
</style>
background-color css
<style>
a { background-color: #3B6A7F; }
a { background-color: rgb(59,106,127); }
div.DivClassName
{
background-color: #3B6A7F;
}
.BgClassName
{
background-color: #3B6A7F;
}
</style>
border-color css
<style>
span { border-color: #3B6A7F; }
span { border-color: rgb(59,106,127); }
td.TdClassName
{
border-color: #3B6A7F;
}
.TagClassName
{
border-color: #3B6A7F;
}
</style>