Shades of Venice Blue #30597B
Tints of Venice Blue #30597B
RGB
CMYK
RGB Variations
Color information
#30597B (or 0x30597B) is known color: Venice Blue. HEX triplet: 30, 59 and 7B. RGB value is (48,89,123). Sum of RGB (Red+Green+Blue) = 48+89+123=260 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.46% from 260); Green value is 89 (35.16% from 255 or 34.23% from 260); Blue value is 123 (48.44% from 255 or 47.31% from 260); Max value from RGB is 123 - color contains mainly: blue. Hex color #30597B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30597B is #CFA684. Grayscale: #505050. Windows color (decimal): -13608581 or 8083760. OLE color: 8083760.
HSL color Cylindrical-coordinate representation of color #30597B: hue angle of 207.2º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #30597B is Cyan = 0.61, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 48 | 89 | 123 | - |
| CMYK | 0.61 | 0.28 | 0 | 0.52 |
| HSL | 207.2º | 0.44% | 0.34% | - |
| HSV(B) | 207.2º | 0.61% | 0.48% | - |
| XYZ | 8.37 | 9.2 | 20.07 | - |
| YUV | 80.62 | 151.92 | 104.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 89 | 123 | 0.61 | 0.28 | 0 | 0.52 | 207.2 | 0.44 | 0.34 |
| Hex | 30 | 59 | 7B | 3D | 1C | 0 | 34 | CF | 2C | 22 |
| Octal | 60 | 131 | 173 | 75 | 34 | 0 | 64 | 317 | 54 | 42 |
| Binary | 110000 | 1011001 | 1111011 | 111101 | 11100 | 0 | 110100 | 11001111 | 101100 | 100010 |
Color Harmonies of #30597B
Complementary color
Monochromatic Colors of #30597B
Black with #30597B
Text Example
Text Example
White with #30597B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30597B; }
p { color: rgb(48,89,123); }
H1.HeaderClassName
{
color: #30597B;
}
.AnyTagClassName
{
color: #30597B;
}
</style>
background-color css
<style>
a { background-color: #30597B; }
a { background-color: rgb(48,89,123); }
div.DivClassName
{
background-color: #30597B;
}
.BgClassName
{
background-color: #30597B;
}
</style>
border-color css
<style>
span { border-color: #30597B; }
span { border-color: rgb(48,89,123); }
td.TdClassName
{
border-color: #30597B;
}
.TagClassName
{
border-color: #30597B;
}
</style>