Shades of Calypso #3B6F82
Tints of Calypso #3B6F82
RGB
CMYK
RGB Variations
Color information
#3B6F82 (or 0x3B6F82) is known color: Calypso. HEX triplet: 3B, 6F and 82. RGB value is (59,111,130). Sum of RGB (Red+Green+Blue) = 59+111+130=300 (39% of max value = 765). Red value is 59 (23.44% from 255 or 19.67% from 300); Green value is 111 (43.75% from 255 or 37% from 300); Blue value is 130 (51.17% from 255 or 43.33% from 300); Max value from RGB is 130 - color contains mainly: blue. Hex color #3B6F82 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B6F82 is #C4907D. Grayscale: #616161. Windows color (decimal): -12882046 or 8548155. OLE color: 8548155.
HSL color Cylindrical-coordinate representation of color #3B6F82: hue angle of 196.06º degrees, saturation: 0.38, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3B6F82 is Cyan = 0.55, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 59 | 111 | 130 | - |
| CMYK | 0.55 | 0.15 | 0 | 0.49 |
| HSL | 196.06º | 0.38% | 0.37% | - |
| HSV(B) | 196.06º | 0.55% | 0.51% | - |
| XYZ | 11.52 | 13.91 | 23.2 | - |
| YUV | 97.62 | 146.27 | 100.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 111 | 130 | 0.55 | 0.15 | 0 | 0.49 | 196.06 | 0.38 | 0.37 |
| Hex | 3B | 6F | 82 | 37 | F | 0 | 31 | C4 | 26 | 25 |
| Octal | 73 | 157 | 202 | 67 | 17 | 0 | 61 | 304 | 46 | 45 |
| Binary | 111011 | 1101111 | 10000010 | 110111 | 1111 | 0 | 110001 | 11000100 | 100110 | 100101 |
Color Harmonies of #3B6F82
Complementary color
Monochromatic Colors of #3B6F82
Black with #3B6F82
Text Example
Text Example
White with #3B6F82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B6F82; }
p { color: rgb(59,111,130); }
H1.HeaderClassName
{
color: #3B6F82;
}
.AnyTagClassName
{
color: #3B6F82;
}
</style>
background-color css
<style>
a { background-color: #3B6F82; }
a { background-color: rgb(59,111,130); }
div.DivClassName
{
background-color: #3B6F82;
}
.BgClassName
{
background-color: #3B6F82;
}
</style>
border-color css
<style>
span { border-color: #3B6F82; }
span { border-color: rgb(59,111,130); }
td.TdClassName
{
border-color: #3B6F82;
}
.TagClassName
{
border-color: #3B6F82;
}
</style>