Shades of Calypso #397682
Tints of Calypso #397682
RGB
CMYK
RGB Variations
Color information
#397682 (or 0x397682) is known color: Calypso. HEX triplet: 39, 76 and 82. RGB value is (57,118,130). Sum of RGB (Red+Green+Blue) = 57+118+130=305 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.69% from 305); Green value is 118 (46.48% from 255 or 38.69% from 305); Blue value is 130 (51.17% from 255 or 42.62% from 305); Max value from RGB is 130 - color contains mainly: blue. Hex color #397682 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #397682 is #C6897D. Grayscale: #656565. Windows color (decimal): -13011326 or 8549945. OLE color: 8549945.
HSL color Cylindrical-coordinate representation of color #397682: hue angle of 189.86º 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 #397682 is Cyan = 0.56, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 57 | 118 | 130 | - |
| CMYK | 0.56 | 0.09 | 0 | 0.49 |
| HSL | 189.86º | 0.39% | 0.37% | - |
| HSV(B) | 189.86º | 0.56% | 0.51% | - |
| XYZ | 12.2 | 15.44 | 23.46 | - |
| YUV | 101.13 | 144.29 | 96.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 118 | 130 | 0.56 | 0.09 | 0 | 0.49 | 189.86 | 0.39 | 0.37 |
| Hex | 39 | 76 | 82 | 38 | 9 | 0 | 31 | BE | 27 | 25 |
| Octal | 71 | 166 | 202 | 70 | 11 | 0 | 61 | 276 | 47 | 45 |
| Binary | 111001 | 1110110 | 10000010 | 111000 | 1001 | 0 | 110001 | 10111110 | 100111 | 100101 |
Color Harmonies of #397682
Complementary color
Monochromatic Colors of #397682
Black with #397682
Text Example
Text Example
White with #397682
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #397682; }
p { color: rgb(57,118,130); }
H1.HeaderClassName
{
color: #397682;
}
.AnyTagClassName
{
color: #397682;
}
</style>
background-color css
<style>
a { background-color: #397682; }
a { background-color: rgb(57,118,130); }
div.DivClassName
{
background-color: #397682;
}
.BgClassName
{
background-color: #397682;
}
</style>
border-color css
<style>
span { border-color: #397682; }
span { border-color: rgb(57,118,130); }
td.TdClassName
{
border-color: #397682;
}
.TagClassName
{
border-color: #397682;
}
</style>