Shades of Casal #305A61
Tints of Casal #305A61
RGB
CMYK
RGB Variations
Color information
#305A61 (or 0x305A61) is known color: Casal. HEX triplet: 30, 5A and 61. RGB value is (48,90,97). Sum of RGB (Red+Green+Blue) = 48+90+97=235 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.43% from 235); Green value is 90 (35.55% from 255 or 38.30% from 235); Blue value is 97 (38.28% from 255 or 41.28% from 235); Max value from RGB is 97 - color contains mainly: blue. Hex color #305A61 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305A61 is #CFA59E. Grayscale: #4E4E4E. Windows color (decimal): -13608351 or 6380080. OLE color: 6380080.
HSL color Cylindrical-coordinate representation of color #305A61: hue angle of 188.57º degrees, saturation: 0.34, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #305A61 is Cyan = 0.51, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 48 | 90 | 97 | - |
| CMYK | 0.51 | 0.07 | 0 | 0.62 |
| HSL | 188.57º | 0.34% | 0.28% | - |
| HSV(B) | 188.57º | 0.51% | 0.38% | - |
| XYZ | 7.03 | 8.8 | 12.64 | - |
| YUV | 78.24 | 138.59 | 106.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 90 | 97 | 0.51 | 0.07 | 0 | 0.62 | 188.57 | 0.34 | 0.28 |
| Hex | 30 | 5A | 61 | 33 | 7 | 0 | 3E | BD | 22 | 1C |
| Octal | 60 | 132 | 141 | 63 | 7 | 0 | 76 | 275 | 42 | 34 |
| Binary | 110000 | 1011010 | 1100001 | 110011 | 111 | 0 | 111110 | 10111101 | 100010 | 11100 |
Color Harmonies of #305A61
Complementary color
Monochromatic Colors of #305A61
Black with #305A61
Text Example
Text Example
White with #305A61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305A61; }
p { color: rgb(48,90,97); }
H1.HeaderClassName
{
color: #305A61;
}
.AnyTagClassName
{
color: #305A61;
}
</style>
background-color css
<style>
a { background-color: #305A61; }
a { background-color: rgb(48,90,97); }
div.DivClassName
{
background-color: #305A61;
}
.BgClassName
{
background-color: #305A61;
}
</style>
border-color css
<style>
span { border-color: #305A61; }
span { border-color: rgb(48,90,97); }
td.TdClassName
{
border-color: #305A61;
}
.TagClassName
{
border-color: #305A61;
}
</style>