Shades of Calypso #357C8C
Tints of Calypso #357C8C
RGB
CMYK
RGB Variations
Color information
#357C8C (or 0x357C8C) is known color: Calypso. HEX triplet: 35, 7C and 8C. RGB value is (53,124,140). Sum of RGB (Red+Green+Blue) = 53+124+140=317 (41% of max value = 765). Red value is 53 (21.09% from 255 or 16.72% from 317); Green value is 124 (48.83% from 255 or 39.12% from 317); Blue value is 140 (55.08% from 255 or 44.16% from 317); Max value from RGB is 140 - color contains mainly: blue. Hex color #357C8C is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #357C8C is #CA8373. Grayscale: #686868. Windows color (decimal): -13271924 or 9206837. OLE color: 9206837.
HSL color Cylindrical-coordinate representation of color #357C8C: hue angle of 191.03º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #357C8C is Cyan = 0.62, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 53 | 124 | 140 | - |
| CMYK | 0.62 | 0.11 | 0 | 0.45 |
| HSL | 191.03º | 0.45% | 0.38% | - |
| HSV(B) | 191.03º | 0.62% | 0.55% | - |
| XYZ | 13.41 | 17.07 | 27.4 | - |
| YUV | 104.6 | 147.98 | 91.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 124 | 140 | 0.62 | 0.11 | 0 | 0.45 | 191.03 | 0.45 | 0.38 |
| Hex | 35 | 7C | 8C | 3E | B | 0 | 2D | BF | 2D | 26 |
| Octal | 65 | 174 | 214 | 76 | 13 | 0 | 55 | 277 | 55 | 46 |
| Binary | 110101 | 1111100 | 10001100 | 111110 | 1011 | 0 | 101101 | 10111111 | 101101 | 100110 |
Color Harmonies of #357C8C
Complementary color
Monochromatic Colors of #357C8C
Black with #357C8C
Text Example
Text Example
White with #357C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #357C8C; }
p { color: rgb(53,124,140); }
H1.HeaderClassName
{
color: #357C8C;
}
.AnyTagClassName
{
color: #357C8C;
}
</style>
background-color css
<style>
a { background-color: #357C8C; }
a { background-color: rgb(53,124,140); }
div.DivClassName
{
background-color: #357C8C;
}
.BgClassName
{
background-color: #357C8C;
}
</style>
border-color css
<style>
span { border-color: #357C8C; }
span { border-color: rgb(53,124,140); }
td.TdClassName
{
border-color: #357C8C;
}
.TagClassName
{
border-color: #357C8C;
}
</style>