Shades of Casal #30555D
Tints of Casal #30555D
RGB
CMYK
RGB Variations
Color information
#30555D (or 0x30555D) is known color: Casal. HEX triplet: 30, 55 and 5D. RGB value is (48,85,93). Sum of RGB (Red+Green+Blue) = 48+85+93=226 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.24% from 226); Green value is 85 (33.59% from 255 or 37.61% from 226); Blue value is 93 (36.72% from 255 or 41.15% from 226); Max value from RGB is 93 - color contains mainly: blue. Hex color #30555D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30555D is #CFAAA2. Grayscale: #4A4A4A. Windows color (decimal): -13609635 or 6116656. OLE color: 6116656.
HSL color Cylindrical-coordinate representation of color #30555D: hue angle of 190.67º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #30555D is Cyan = 0.48, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 48 | 85 | 93 | - |
| CMYK | 0.48 | 0.09 | 0 | 0.64 |
| HSL | 190.67º | 0.32% | 0.28% | - |
| HSV(B) | 190.67º | 0.48% | 0.36% | - |
| XYZ | 6.44 | 7.92 | 11.54 | - |
| YUV | 74.85 | 138.24 | 108.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 85 | 93 | 0.48 | 0.09 | 0 | 0.64 | 190.67 | 0.32 | 0.28 |
| Hex | 30 | 55 | 5D | 30 | 9 | 0 | 40 | BF | 20 | 1C |
| Octal | 60 | 125 | 135 | 60 | 11 | 0 | 100 | 277 | 40 | 34 |
| Binary | 110000 | 1010101 | 1011101 | 110000 | 1001 | 0 | 1000000 | 10111111 | 100000 | 11100 |
Color Harmonies of #30555D
Complementary color
Monochromatic Colors of #30555D
Black with #30555D
Text Example
Text Example
White with #30555D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30555D; }
p { color: rgb(48,85,93); }
H1.HeaderClassName
{
color: #30555D;
}
.AnyTagClassName
{
color: #30555D;
}
</style>
background-color css
<style>
a { background-color: #30555D; }
a { background-color: rgb(48,85,93); }
div.DivClassName
{
background-color: #30555D;
}
.BgClassName
{
background-color: #30555D;
}
</style>
border-color css
<style>
span { border-color: #30555D; }
span { border-color: rgb(48,85,93); }
td.TdClassName
{
border-color: #30555D;
}
.TagClassName
{
border-color: #30555D;
}
</style>