Shades of Casal #3A4E54
Tints of Casal #3A4E54
RGB
CMYK
RGB Variations
Color information
#3A4E54 (or 0x3A4E54) is known color: Casal. HEX triplet: 3A, 4E and 54. RGB value is (58,78,84). Sum of RGB (Red+Green+Blue) = 58+78+84=220 (29% of max value = 765). Red value is 58 (23.05% from 255 or 26.36% from 220); Green value is 78 (30.86% from 255 or 35.45% from 220); Blue value is 84 (33.20% from 255 or 38.18% from 220); Max value from RGB is 84 - color contains mainly: blue. Hex color #3A4E54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A4E54 is #C5B1AB. Grayscale: #484848. Windows color (decimal): -12956076 or 5525050. OLE color: 5525050.
HSL color Cylindrical-coordinate representation of color #3A4E54: hue angle of 193.85º degrees, saturation: 0.18, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #3A4E54 is Cyan = 0.31, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 58 | 78 | 84 | - |
| CMYK | 0.31 | 0.07 | 0 | 0.67 |
| HSL | 193.85º | 0.18% | 0.28% | - |
| HSV(B) | 193.85º | 0.31% | 0.33% | - |
| XYZ | 6.07 | 6.99 | 9.42 | - |
| YUV | 72.7 | 134.37 | 117.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 78 | 84 | 0.31 | 0.07 | 0 | 0.67 | 193.85 | 0.18 | 0.28 |
| Hex | 3A | 4E | 54 | 1F | 7 | 0 | 43 | C2 | 12 | 1C |
| Octal | 72 | 116 | 124 | 37 | 7 | 0 | 103 | 302 | 22 | 34 |
| Binary | 111010 | 1001110 | 1010100 | 11111 | 111 | 0 | 1000011 | 11000010 | 10010 | 11100 |
Color Harmonies of #3A4E54
Complementary color
Monochromatic Colors of #3A4E54
Black with #3A4E54
Text Example
Text Example
White with #3A4E54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A4E54; }
p { color: rgb(58,78,84); }
H1.HeaderClassName
{
color: #3A4E54;
}
.AnyTagClassName
{
color: #3A4E54;
}
</style>
background-color css
<style>
a { background-color: #3A4E54; }
a { background-color: rgb(58,78,84); }
div.DivClassName
{
background-color: #3A4E54;
}
.BgClassName
{
background-color: #3A4E54;
}
</style>
border-color css
<style>
span { border-color: #3A4E54; }
span { border-color: rgb(58,78,84); }
td.TdClassName
{
border-color: #3A4E54;
}
.TagClassName
{
border-color: #3A4E54;
}
</style>