Shades of Calypso #397883
Tints of Calypso #397883
RGB
CMYK
RGB Variations
Color information
#397883 (or 0x397883) is known color: Calypso. HEX triplet: 39, 78 and 83. RGB value is (57,120,131). Sum of RGB (Red+Green+Blue) = 57+120+131=308 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.51% from 308); Green value is 120 (47.27% from 255 or 38.96% from 308); Blue value is 131 (51.56% from 255 or 42.53% from 308); Max value from RGB is 131 - color contains mainly: blue. Hex color #397883 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397883 is #C6877C. Grayscale: #666666. Windows color (decimal): -13010813 or 8615993. OLE color: 8615993.
HSL color Cylindrical-coordinate representation of color #397883: hue angle of 188.92º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #397883 is Cyan = 0.56, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 57 | 120 | 131 | - |
| CMYK | 0.56 | 0.08 | 0 | 0.49 |
| HSL | 188.92º | 0.39% | 0.37% | - |
| HSV(B) | 188.92º | 0.56% | 0.51% | - |
| XYZ | 12.5 | 15.94 | 23.89 | - |
| YUV | 102.42 | 144.13 | 95.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 120 | 131 | 0.56 | 0.08 | 0 | 0.49 | 188.92 | 0.39 | 0.37 |
| Hex | 39 | 78 | 83 | 38 | 8 | 0 | 31 | BD | 27 | 25 |
| Octal | 71 | 170 | 203 | 70 | 10 | 0 | 61 | 275 | 47 | 45 |
| Binary | 111001 | 1111000 | 10000011 | 111000 | 1000 | 0 | 110001 | 10111101 | 100111 | 100101 |
Color Harmonies of #397883
Complementary color
Monochromatic Colors of #397883
Black with #397883
Text Example
Text Example
White with #397883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397883; }
p { color: rgb(57,120,131); }
H1.HeaderClassName
{
color: #397883;
}
.AnyTagClassName
{
color: #397883;
}
</style>
background-color css
<style>
a { background-color: #397883; }
a { background-color: rgb(57,120,131); }
div.DivClassName
{
background-color: #397883;
}
.BgClassName
{
background-color: #397883;
}
</style>
border-color css
<style>
span { border-color: #397883; }
span { border-color: rgb(57,120,131); }
td.TdClassName
{
border-color: #397883;
}
.TagClassName
{
border-color: #397883;
}
</style>