Shades of Venice Blue #30577B
Tints of Venice Blue #30577B
RGB
CMYK
RGB Variations
Color information
#30577B (or 0x30577B) is known color: Venice Blue. HEX triplet: 30, 57 and 7B. RGB value is (48,87,123). Sum of RGB (Red+Green+Blue) = 48+87+123=258 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.60% from 258); Green value is 87 (34.38% from 255 or 33.72% from 258); Blue value is 123 (48.44% from 255 or 47.67% from 258); Max value from RGB is 123 - color contains mainly: blue. Hex color #30577B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30577B is #CFA884. Grayscale: #4F4F4F. Windows color (decimal): -13609093 or 8083248. OLE color: 8083248.
HSL color Cylindrical-coordinate representation of color #30577B: hue angle of 208.8º 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 #30577B is Cyan = 0.61, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 48 | 87 | 123 | - |
| CMYK | 0.61 | 0.29 | 0 | 0.52 |
| HSL | 208.8º | 0.44% | 0.34% | - |
| HSV(B) | 208.8º | 0.61% | 0.48% | - |
| XYZ | 8.2 | 8.87 | 20.02 | - |
| YUV | 79.44 | 152.58 | 105.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 87 | 123 | 0.61 | 0.29 | 0 | 0.52 | 208.8 | 0.44 | 0.34 |
| Hex | 30 | 57 | 7B | 3D | 1D | 0 | 34 | D1 | 2C | 22 |
| Octal | 60 | 127 | 173 | 75 | 35 | 0 | 64 | 321 | 54 | 42 |
| Binary | 110000 | 1010111 | 1111011 | 111101 | 11101 | 0 | 110100 | 11010001 | 101100 | 100010 |
Color Harmonies of #30577B
Complementary color
Monochromatic Colors of #30577B
Black with #30577B
Text Example
Text Example
White with #30577B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30577B; }
p { color: rgb(48,87,123); }
H1.HeaderClassName
{
color: #30577B;
}
.AnyTagClassName
{
color: #30577B;
}
</style>
background-color css
<style>
a { background-color: #30577B; }
a { background-color: rgb(48,87,123); }
div.DivClassName
{
background-color: #30577B;
}
.BgClassName
{
background-color: #30577B;
}
</style>
border-color css
<style>
span { border-color: #30577B; }
span { border-color: rgb(48,87,123); }
td.TdClassName
{
border-color: #30577B;
}
.TagClassName
{
border-color: #30577B;
}
</style>