Shades of Calypso #3A748F
Tints of Calypso #3A748F
RGB
CMYK
RGB Variations
Color information
#3A748F (or 0x3A748F) is known color: Calypso. HEX triplet: 3A, 74 and 8F. RGB value is (58,116,143). Sum of RGB (Red+Green+Blue) = 58+116+143=317 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.30% from 317); Green value is 116 (45.70% from 255 or 36.59% from 317); Blue value is 143 (56.25% from 255 or 45.11% from 317); Max value from RGB is 143 - color contains mainly: blue. Hex color #3A748F is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3A748F is #C58B70. Grayscale: #656565. Windows color (decimal): -12946289 or 9401402. OLE color: 9401402.
HSL color Cylindrical-coordinate representation of color #3A748F: hue angle of 199.06º degrees, saturation: 0.42, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3A748F is Cyan = 0.59, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 58 | 116 | 143 | - |
| CMYK | 0.59 | 0.19 | 0 | 0.44 |
| HSL | 199.06º | 0.42% | 0.39% | - |
| HSV(B) | 199.06º | 0.59% | 0.56% | - |
| XYZ | 12.95 | 15.37 | 28.27 | - |
| YUV | 101.74 | 151.28 | 96.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 116 | 143 | 0.59 | 0.19 | 0 | 0.44 | 199.06 | 0.42 | 0.39 |
| Hex | 3A | 74 | 8F | 3B | 13 | 0 | 2C | C7 | 2A | 27 |
| Octal | 72 | 164 | 217 | 73 | 23 | 0 | 54 | 307 | 52 | 47 |
| Binary | 111010 | 1110100 | 10001111 | 111011 | 10011 | 0 | 101100 | 11000111 | 101010 | 100111 |
Color Harmonies of #3A748F
Complementary color
Monochromatic Colors of #3A748F
Black with #3A748F
Text Example
Text Example
White with #3A748F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A748F; }
p { color: rgb(58,116,143); }
H1.HeaderClassName
{
color: #3A748F;
}
.AnyTagClassName
{
color: #3A748F;
}
</style>
background-color css
<style>
a { background-color: #3A748F; }
a { background-color: rgb(58,116,143); }
div.DivClassName
{
background-color: #3A748F;
}
.BgClassName
{
background-color: #3A748F;
}
</style>
border-color css
<style>
span { border-color: #3A748F; }
span { border-color: rgb(58,116,143); }
td.TdClassName
{
border-color: #3A748F;
}
.TagClassName
{
border-color: #3A748F;
}
</style>