Shades of Casal #335B64
Tints of Casal #335B64
RGB
CMYK
RGB Variations
Color information
#335B64 (or 0x335B64) is known color: Casal. HEX triplet: 33, 5B and 64. RGB value is (51,91,100). Sum of RGB (Red+Green+Blue) = 51+91+100=242 (32% of max value = 765). Red value is 51 (20.31% from 255 or 21.07% from 242); Green value is 91 (35.94% from 255 or 37.60% from 242); Blue value is 100 (39.45% from 255 or 41.32% from 242); Max value from RGB is 100 - color contains mainly: blue. Hex color #335B64 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #335B64 is #CCA49B. Grayscale: #4F4F4F. Windows color (decimal): -13411484 or 6576947. OLE color: 6576947.
HSL color Cylindrical-coordinate representation of color #335B64: hue angle of 191.02º degrees, saturation: 0.32, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #335B64 is Cyan = 0.49, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 51 | 91 | 100 | - |
| CMYK | 0.49 | 0.09 | 0 | 0.61 |
| HSL | 191.02º | 0.32% | 0.3% | - |
| HSV(B) | 191.02º | 0.49% | 0.39% | - |
| XYZ | 7.41 | 9.11 | 13.42 | - |
| YUV | 80.07 | 139.25 | 107.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 91 | 100 | 0.49 | 0.09 | 0 | 0.61 | 191.02 | 0.32 | 0.3 |
| Hex | 33 | 5B | 64 | 31 | 9 | 0 | 3D | BF | 20 | 1E |
| Octal | 63 | 133 | 144 | 61 | 11 | 0 | 75 | 277 | 40 | 36 |
| Binary | 110011 | 1011011 | 1100100 | 110001 | 1001 | 0 | 111101 | 10111111 | 100000 | 11110 |
Color Harmonies of #335B64
Complementary color
Monochromatic Colors of #335B64
Black with #335B64
Text Example
Text Example
White with #335B64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #335B64; }
p { color: rgb(51,91,100); }
H1.HeaderClassName
{
color: #335B64;
}
.AnyTagClassName
{
color: #335B64;
}
</style>
background-color css
<style>
a { background-color: #335B64; }
a { background-color: rgb(51,91,100); }
div.DivClassName
{
background-color: #335B64;
}
.BgClassName
{
background-color: #335B64;
}
</style>
border-color css
<style>
span { border-color: #335B64; }
span { border-color: rgb(51,91,100); }
td.TdClassName
{
border-color: #335B64;
}
.TagClassName
{
border-color: #335B64;
}
</style>