Shades of Casal #335A62
Tints of Casal #335A62
RGB
CMYK
RGB Variations
Color information
#335A62 (or 0x335A62) is known color: Casal. HEX triplet: 33, 5A and 62. RGB value is (51,90,98). Sum of RGB (Red+Green+Blue) = 51+90+98=239 (31% of max value = 765). Red value is 51 (20.31% from 255 or 21.34% from 239); Green value is 90 (35.55% from 255 or 37.66% from 239); Blue value is 98 (38.67% from 255 or 41.00% from 239); Max value from RGB is 98 - color contains mainly: blue. Hex color #335A62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335A62 is #CCA59D. Grayscale: #4F4F4F. Windows color (decimal): -13411742 or 6445619. OLE color: 6445619.
HSL color Cylindrical-coordinate representation of color #335A62: hue angle of 190.21º degrees, saturation: 0.32, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #335A62 is Cyan = 0.48, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 51 | 90 | 98 | - |
| CMYK | 0.48 | 0.08 | 0 | 0.62 |
| HSL | 190.21º | 0.32% | 0.29% | - |
| HSV(B) | 190.21º | 0.48% | 0.38% | - |
| XYZ | 7.23 | 8.9 | 12.89 | - |
| YUV | 79.25 | 138.58 | 107.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 90 | 98 | 0.48 | 0.08 | 0 | 0.62 | 190.21 | 0.32 | 0.29 |
| Hex | 33 | 5A | 62 | 30 | 8 | 0 | 3E | BE | 20 | 1D |
| Octal | 63 | 132 | 142 | 60 | 10 | 0 | 76 | 276 | 40 | 35 |
| Binary | 110011 | 1011010 | 1100010 | 110000 | 1000 | 0 | 111110 | 10111110 | 100000 | 11101 |
Color Harmonies of #335A62
Complementary color
Monochromatic Colors of #335A62
Black with #335A62
Text Example
Text Example
White with #335A62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335A62; }
p { color: rgb(51,90,98); }
H1.HeaderClassName
{
color: #335A62;
}
.AnyTagClassName
{
color: #335A62;
}
</style>
background-color css
<style>
a { background-color: #335A62; }
a { background-color: rgb(51,90,98); }
div.DivClassName
{
background-color: #335A62;
}
.BgClassName
{
background-color: #335A62;
}
</style>
border-color css
<style>
span { border-color: #335A62; }
span { border-color: rgb(51,90,98); }
td.TdClassName
{
border-color: #335A62;
}
.TagClassName
{
border-color: #335A62;
}
</style>