Shades of Calypso #3A758A
Tints of Calypso #3A758A
RGB
CMYK
RGB Variations
Color information
#3A758A (or 0x3A758A) is known color: Calypso. HEX triplet: 3A, 75 and 8A. RGB value is (58,117,138). Sum of RGB (Red+Green+Blue) = 58+117+138=313 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.53% from 313); Green value is 117 (46.09% from 255 or 37.38% 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 #3A758A is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A758A is #C58A75. Grayscale: #656565. Windows color (decimal): -12946038 or 9073978. OLE color: 9073978.
HSL color Cylindrical-coordinate representation of color #3A758A: hue angle of 195.75º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3A758A is Cyan = 0.58, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 58 | 117 | 138 | - |
| CMYK | 0.58 | 0.15 | 0 | 0.46 |
| HSL | 195.75º | 0.41% | 0.38% | - |
| HSV(B) | 195.75º | 0.58% | 0.54% | - |
| XYZ | 12.69 | 15.46 | 26.36 | - |
| YUV | 101.75 | 148.45 | 96.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 117 | 138 | 0.58 | 0.15 | 0 | 0.46 | 195.75 | 0.41 | 0.38 |
| Hex | 3A | 75 | 8A | 3A | F | 0 | 2E | C4 | 29 | 26 |
| Octal | 72 | 165 | 212 | 72 | 17 | 0 | 56 | 304 | 51 | 46 |
| Binary | 111010 | 1110101 | 10001010 | 111010 | 1111 | 0 | 101110 | 11000100 | 101001 | 100110 |
Color Harmonies of #3A758A
Complementary color
Monochromatic Colors of #3A758A
Black with #3A758A
Text Example
Text Example
White with #3A758A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A758A; }
p { color: rgb(58,117,138); }
H1.HeaderClassName
{
color: #3A758A;
}
.AnyTagClassName
{
color: #3A758A;
}
</style>
background-color css
<style>
a { background-color: #3A758A; }
a { background-color: rgb(58,117,138); }
div.DivClassName
{
background-color: #3A758A;
}
.BgClassName
{
background-color: #3A758A;
}
</style>
border-color css
<style>
span { border-color: #3A758A; }
span { border-color: rgb(58,117,138); }
td.TdClassName
{
border-color: #3A758A;
}
.TagClassName
{
border-color: #3A758A;
}
</style>