Shades of Casal #3A5862
Tints of Casal #3A5862
RGB
CMYK
RGB Variations
Color information
#3A5862 (or 0x3A5862) is known color: Casal. HEX triplet: 3A, 58 and 62. RGB value is (58,88,98). Sum of RGB (Red+Green+Blue) = 58+88+98=244 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.77% from 244); Green value is 88 (34.77% from 255 or 36.07% from 244); Blue value is 98 (38.67% from 255 or 40.16% from 244); Max value from RGB is 98 - color contains mainly: blue. Hex color #3A5862 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A5862 is #C5A79D. Grayscale: #505050. Windows color (decimal): -12953502 or 6445114. OLE color: 6445114.
HSL color Cylindrical-coordinate representation of color #3A5862: hue angle of 195º degrees, saturation: 0.26, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #3A5862 is Cyan = 0.41, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 58 | 88 | 98 | - |
| CMYK | 0.41 | 0.10 | 0 | 0.62 |
| HSL | 195º | 0.26% | 0.31% | - |
| HSV(B) | 195º | 0.41% | 0.38% | - |
| XYZ | 7.44 | 8.76 | 12.85 | - |
| YUV | 80.17 | 138.06 | 112.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 88 | 98 | 0.41 | 0.10 | 0 | 0.62 | 195 | 0.26 | 0.31 |
| Hex | 3A | 58 | 62 | 29 | A | 0 | 3E | C3 | 1A | 1F |
| Octal | 72 | 130 | 142 | 51 | 12 | 0 | 76 | 303 | 32 | 37 |
| Binary | 111010 | 1011000 | 1100010 | 101001 | 1010 | 0 | 111110 | 11000011 | 11010 | 11111 |
Color Harmonies of #3A5862
Complementary color
Monochromatic Colors of #3A5862
Black with #3A5862
Text Example
Text Example
White with #3A5862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A5862; }
p { color: rgb(58,88,98); }
H1.HeaderClassName
{
color: #3A5862;
}
.AnyTagClassName
{
color: #3A5862;
}
</style>
background-color css
<style>
a { background-color: #3A5862; }
a { background-color: rgb(58,88,98); }
div.DivClassName
{
background-color: #3A5862;
}
.BgClassName
{
background-color: #3A5862;
}
</style>
border-color css
<style>
span { border-color: #3A5862; }
span { border-color: rgb(58,88,98); }
td.TdClassName
{
border-color: #3A5862;
}
.TagClassName
{
border-color: #3A5862;
}
</style>