Shades of Casal #325A61
Tints of Casal #325A61
RGB
CMYK
RGB Variations
Color information
#325A61 (or 0x325A61) is known color: Casal. HEX triplet: 32, 5A and 61. RGB value is (50,90,97). Sum of RGB (Red+Green+Blue) = 50+90+97=237 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.10% from 237); Green value is 90 (35.55% from 255 or 37.97% from 237); Blue value is 97 (38.28% from 255 or 40.93% from 237); Max value from RGB is 97 - color contains mainly: blue. Hex color #325A61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #325A61 is #CDA59E. Grayscale: #4E4E4E. Windows color (decimal): -13477279 or 6380082. OLE color: 6380082.
HSL color Cylindrical-coordinate representation of color #325A61: hue angle of 188.94º 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 #325A61 is Cyan = 0.48, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 50 | 90 | 97 | - |
| CMYK | 0.48 | 0.07 | 0 | 0.62 |
| HSL | 188.94º | 0.32% | 0.29% | - |
| HSV(B) | 188.94º | 0.48% | 0.38% | - |
| XYZ | 7.13 | 8.85 | 12.64 | - |
| YUV | 78.84 | 138.25 | 107.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 50 | 90 | 97 | 0.48 | 0.07 | 0 | 0.62 | 188.94 | 0.32 | 0.29 |
| Hex | 32 | 5A | 61 | 30 | 7 | 0 | 3E | BD | 20 | 1D |
| Octal | 62 | 132 | 141 | 60 | 7 | 0 | 76 | 275 | 40 | 35 |
| Binary | 110010 | 1011010 | 1100001 | 110000 | 111 | 0 | 111110 | 10111101 | 100000 | 11101 |
Color Harmonies of #325A61
Complementary color
Monochromatic Colors of #325A61
Black with #325A61
Text Example
Text Example
White with #325A61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #325A61; }
p { color: rgb(50,90,97); }
H1.HeaderClassName
{
color: #325A61;
}
.AnyTagClassName
{
color: #325A61;
}
</style>
background-color css
<style>
a { background-color: #325A61; }
a { background-color: rgb(50,90,97); }
div.DivClassName
{
background-color: #325A61;
}
.BgClassName
{
background-color: #325A61;
}
</style>
border-color css
<style>
span { border-color: #325A61; }
span { border-color: rgb(50,90,97); }
td.TdClassName
{
border-color: #325A61;
}
.TagClassName
{
border-color: #325A61;
}
</style>