Shades of Casal #3A4F53
Tints of Casal #3A4F53
RGB
CMYK
RGB Variations
Color information
#3A4F53 (or 0x3A4F53) is known color: Casal. HEX triplet: 3A, 4F and 53. RGB value is (58,79,83). Sum of RGB (Red+Green+Blue) = 58+79+83=220 (29% of max value = 765). Red value is 58 (23.05% from 255 or 26.36% from 220); Green value is 79 (31.25% from 255 or 35.91% from 220); Blue value is 83 (32.81% from 255 or 37.73% from 220); Max value from RGB is 83 - color contains mainly: blue. Hex color #3A4F53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A4F53 is #C5B0AC. Grayscale: #494949. Windows color (decimal): -12955821 or 5459770. OLE color: 5459770.
HSL color Cylindrical-coordinate representation of color #3A4F53: hue angle of 189.6º degrees, saturation: 0.18, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #3A4F53 is Cyan = 0.30, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 58 | 79 | 83 | - |
| CMYK | 0.30 | 0.05 | 0 | 0.67 |
| HSL | 189.6º | 0.18% | 0.28% | - |
| HSV(B) | 189.6º | 0.3% | 0.33% | - |
| XYZ | 6.1 | 7.12 | 9.24 | - |
| YUV | 73.18 | 133.54 | 117.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 79 | 83 | 0.30 | 0.05 | 0 | 0.67 | 189.6 | 0.18 | 0.28 |
| Hex | 3A | 4F | 53 | 1E | 5 | 0 | 43 | BE | 12 | 1C |
| Octal | 72 | 117 | 123 | 36 | 5 | 0 | 103 | 276 | 22 | 34 |
| Binary | 111010 | 1001111 | 1010011 | 11110 | 101 | 0 | 1000011 | 10111110 | 10010 | 11100 |
Color Harmonies of #3A4F53
Complementary color
Monochromatic Colors of #3A4F53
Black with #3A4F53
Text Example
Text Example
White with #3A4F53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A4F53; }
p { color: rgb(58,79,83); }
H1.HeaderClassName
{
color: #3A4F53;
}
.AnyTagClassName
{
color: #3A4F53;
}
</style>
background-color css
<style>
a { background-color: #3A4F53; }
a { background-color: rgb(58,79,83); }
div.DivClassName
{
background-color: #3A4F53;
}
.BgClassName
{
background-color: #3A4F53;
}
</style>
border-color css
<style>
span { border-color: #3A4F53; }
span { border-color: rgb(58,79,83); }
td.TdClassName
{
border-color: #3A4F53;
}
.TagClassName
{
border-color: #3A4F53;
}
</style>