Shades of Casal #30565E
Tints of Casal #30565E
RGB
CMYK
RGB Variations
Color information
#30565E (or 0x30565E) is known color: Casal. HEX triplet: 30, 56 and 5E. RGB value is (48,86,94). Sum of RGB (Red+Green+Blue) = 48+86+94=228 (30% of max value = 765). Red value is 48 (19.14% from 255 or 21.05% from 228); Green value is 86 (33.98% from 255 or 37.72% from 228); Blue value is 94 (37.11% from 255 or 41.23% from 228); Max value from RGB is 94 - color contains mainly: blue. Hex color #30565E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30565E is #CFA9A1. Grayscale: #4B4B4B. Windows color (decimal): -13609378 or 6182448. OLE color: 6182448.
HSL color Cylindrical-coordinate representation of color #30565E: hue angle of 190.43º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #30565E is Cyan = 0.49, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 48 | 86 | 94 | - |
| CMYK | 0.49 | 0.09 | 0 | 0.63 |
| HSL | 190.43º | 0.32% | 0.28% | - |
| HSV(B) | 190.43º | 0.49% | 0.37% | - |
| XYZ | 6.57 | 8.09 | 11.81 | - |
| YUV | 75.55 | 138.41 | 108.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 86 | 94 | 0.49 | 0.09 | 0 | 0.63 | 190.43 | 0.32 | 0.28 |
| Hex | 30 | 56 | 5E | 31 | 9 | 0 | 3F | BE | 20 | 1C |
| Octal | 60 | 126 | 136 | 61 | 11 | 0 | 77 | 276 | 40 | 34 |
| Binary | 110000 | 1010110 | 1011110 | 110001 | 1001 | 0 | 111111 | 10111110 | 100000 | 11100 |
Color Harmonies of #30565E
Complementary color
Monochromatic Colors of #30565E
Black with #30565E
Text Example
Text Example
White with #30565E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30565E; }
p { color: rgb(48,86,94); }
H1.HeaderClassName
{
color: #30565E;
}
.AnyTagClassName
{
color: #30565E;
}
</style>
background-color css
<style>
a { background-color: #30565E; }
a { background-color: rgb(48,86,94); }
div.DivClassName
{
background-color: #30565E;
}
.BgClassName
{
background-color: #30565E;
}
</style>
border-color css
<style>
span { border-color: #30565E; }
span { border-color: rgb(48,86,94); }
td.TdClassName
{
border-color: #30565E;
}
.TagClassName
{
border-color: #30565E;
}
</style>