Shades of Calypso #38778A
Tints of Calypso #38778A
RGB
CMYK
RGB Variations
Color information
#38778A (or 0x38778A) is known color: Calypso. HEX triplet: 38, 77 and 8A. RGB value is (56,119,138). Sum of RGB (Red+Green+Blue) = 56+119+138=313 (41% of max value = 765). Red value is 56 (22.27% from 255 or 17.89% from 313); Green value is 119 (46.88% from 255 or 38.02% from 313); Blue value is 138 (54.30% from 255 or 44.09% from 313); Max value from RGB is 138 - color contains mainly: blue. Hex color #38778A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #38778A is #C78875. Grayscale: #666666. Windows color (decimal): -13076598 or 9074488. OLE color: 9074488.
HSL color Cylindrical-coordinate representation of color #38778A: hue angle of 193.9º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #38778A is Cyan = 0.59, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 56 | 119 | 138 | - |
| CMYK | 0.59 | 0.14 | 0 | 0.46 |
| HSL | 193.9º | 0.42% | 0.38% | - |
| HSV(B) | 193.9º | 0.59% | 0.54% | - |
| XYZ | 12.82 | 15.87 | 26.43 | - |
| YUV | 102.33 | 148.13 | 94.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 119 | 138 | 0.59 | 0.14 | 0 | 0.46 | 193.9 | 0.42 | 0.38 |
| Hex | 38 | 77 | 8A | 3B | E | 0 | 2E | C2 | 2A | 26 |
| Octal | 70 | 167 | 212 | 73 | 16 | 0 | 56 | 302 | 52 | 46 |
| Binary | 111000 | 1110111 | 10001010 | 111011 | 1110 | 0 | 101110 | 11000010 | 101010 | 100110 |
Color Harmonies of #38778A
Complementary color
Monochromatic Colors of #38778A
Black with #38778A
Text Example
Text Example
White with #38778A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38778A; }
p { color: rgb(56,119,138); }
H1.HeaderClassName
{
color: #38778A;
}
.AnyTagClassName
{
color: #38778A;
}
</style>
background-color css
<style>
a { background-color: #38778A; }
a { background-color: rgb(56,119,138); }
div.DivClassName
{
background-color: #38778A;
}
.BgClassName
{
background-color: #38778A;
}
</style>
border-color css
<style>
span { border-color: #38778A; }
span { border-color: rgb(56,119,138); }
td.TdClassName
{
border-color: #38778A;
}
.TagClassName
{
border-color: #38778A;
}
</style>