Shades of Calypso #367A8A
Tints of Calypso #367A8A
RGB
CMYK
RGB Variations
Color information
#367A8A (or 0x367A8A) is known color: Calypso. HEX triplet: 36, 7A and 8A. RGB value is (54,122,138). Sum of RGB (Red+Green+Blue) = 54+122+138=314 (41% of max value = 765). Red value is 54 (21.48% from 255 or 17.20% from 314); Green value is 122 (48.05% from 255 or 38.85% from 314); Blue value is 138 (54.30% from 255 or 43.95% from 314); Max value from RGB is 138 - color contains mainly: blue. Hex color #367A8A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #367A8A is #C98575. Grayscale: #676767. Windows color (decimal): -13206902 or 9075254. OLE color: 9075254.
HSL color Cylindrical-coordinate representation of color #367A8A: hue angle of 191.43º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #367A8A is Cyan = 0.61, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 54 | 122 | 138 | - |
| CMYK | 0.61 | 0.12 | 0 | 0.46 |
| HSL | 191.43º | 0.44% | 0.38% | - |
| HSV(B) | 191.43º | 0.61% | 0.54% | - |
| XYZ | 13.07 | 16.54 | 26.55 | - |
| YUV | 103.49 | 147.47 | 92.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 122 | 138 | 0.61 | 0.12 | 0 | 0.46 | 191.43 | 0.44 | 0.38 |
| Hex | 36 | 7A | 8A | 3D | C | 0 | 2E | BF | 2C | 26 |
| Octal | 66 | 172 | 212 | 75 | 14 | 0 | 56 | 277 | 54 | 46 |
| Binary | 110110 | 1111010 | 10001010 | 111101 | 1100 | 0 | 101110 | 10111111 | 101100 | 100110 |
Color Harmonies of #367A8A
Complementary color
Monochromatic Colors of #367A8A
Black with #367A8A
Text Example
Text Example
White with #367A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #367A8A; }
p { color: rgb(54,122,138); }
H1.HeaderClassName
{
color: #367A8A;
}
.AnyTagClassName
{
color: #367A8A;
}
</style>
background-color css
<style>
a { background-color: #367A8A; }
a { background-color: rgb(54,122,138); }
div.DivClassName
{
background-color: #367A8A;
}
.BgClassName
{
background-color: #367A8A;
}
</style>
border-color css
<style>
span { border-color: #367A8A; }
span { border-color: rgb(54,122,138); }
td.TdClassName
{
border-color: #367A8A;
}
.TagClassName
{
border-color: #367A8A;
}
</style>