Shades of Casal #30525C
Tints of Casal #30525C
RGB
CMYK
RGB Variations
Color information
#30525C (or 0x30525C) is known color: Casal. HEX triplet: 30, 52 and 5C. RGB value is (48,82,92). Sum of RGB (Red+Green+Blue) = 48+82+92=222 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.62% from 222); Green value is 82 (32.42% from 255 or 36.94% from 222); Blue value is 92 (36.33% from 255 or 41.44% from 222); Max value from RGB is 92 - color contains mainly: blue. Hex color #30525C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30525C is #CFADA3. Grayscale: #484848. Windows color (decimal): -13610404 or 6050352. OLE color: 6050352.
HSL color Cylindrical-coordinate representation of color #30525C: hue angle of 193.64º degrees, saturation: 0.31, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #30525C is Cyan = 0.48, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 48 | 82 | 92 | - |
| CMYK | 0.48 | 0.11 | 0 | 0.64 |
| HSL | 193.64º | 0.31% | 0.27% | - |
| HSV(B) | 193.64º | 0.48% | 0.36% | - |
| XYZ | 6.17 | 7.44 | 11.24 | - |
| YUV | 72.97 | 138.74 | 110.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 82 | 92 | 0.48 | 0.11 | 0 | 0.64 | 193.64 | 0.31 | 0.27 |
| Hex | 30 | 52 | 5C | 30 | B | 0 | 40 | C2 | 1F | 1B |
| Octal | 60 | 122 | 134 | 60 | 13 | 0 | 100 | 302 | 37 | 33 |
| Binary | 110000 | 1010010 | 1011100 | 110000 | 1011 | 0 | 1000000 | 11000010 | 11111 | 11011 |
Color Harmonies of #30525C
Complementary color
Monochromatic Colors of #30525C
Black with #30525C
Text Example
Text Example
White with #30525C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30525C; }
p { color: rgb(48,82,92); }
H1.HeaderClassName
{
color: #30525C;
}
.AnyTagClassName
{
color: #30525C;
}
</style>
background-color css
<style>
a { background-color: #30525C; }
a { background-color: rgb(48,82,92); }
div.DivClassName
{
background-color: #30525C;
}
.BgClassName
{
background-color: #30525C;
}
</style>
border-color css
<style>
span { border-color: #30525C; }
span { border-color: rgb(48,82,92); }
td.TdClassName
{
border-color: #30525C;
}
.TagClassName
{
border-color: #30525C;
}
</style>