Shades of Venice Blue #30577C
Tints of Venice Blue #30577C
RGB
CMYK
RGB Variations
Color information
#30577C (or 0x30577C) is known color: Venice Blue. HEX triplet: 30, 57 and 7C. RGB value is (48,87,124). Sum of RGB (Red+Green+Blue) = 48+87+124=259 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.53% from 259); Green value is 87 (34.38% from 255 or 33.59% from 259); Blue value is 124 (48.83% from 255 or 47.88% from 259); Max value from RGB is 124 - color contains mainly: blue. Hex color #30577C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30577C is #CFA883. Grayscale: #4F4F4F. Windows color (decimal): -13609092 or 8148784. OLE color: 8148784.
HSL color Cylindrical-coordinate representation of color #30577C: hue angle of 209.21º degrees, saturation: 0.44, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #30577C is Cyan = 0.61, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 48 | 87 | 124 | - |
| CMYK | 0.61 | 0.30 | 0 | 0.51 |
| HSL | 209.21º | 0.44% | 0.34% | - |
| HSV(B) | 209.21º | 0.61% | 0.49% | - |
| XYZ | 8.27 | 8.9 | 20.35 | - |
| YUV | 79.56 | 153.08 | 105.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 87 | 124 | 0.61 | 0.30 | 0 | 0.51 | 209.21 | 0.44 | 0.34 |
| Hex | 30 | 57 | 7C | 3D | 1E | 0 | 33 | D1 | 2C | 22 |
| Octal | 60 | 127 | 174 | 75 | 36 | 0 | 63 | 321 | 54 | 42 |
| Binary | 110000 | 1010111 | 1111100 | 111101 | 11110 | 0 | 110011 | 11010001 | 101100 | 100010 |
Color Harmonies of #30577C
Complementary color
Monochromatic Colors of #30577C
Black with #30577C
Text Example
Text Example
White with #30577C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30577C; }
p { color: rgb(48,87,124); }
H1.HeaderClassName
{
color: #30577C;
}
.AnyTagClassName
{
color: #30577C;
}
</style>
background-color css
<style>
a { background-color: #30577C; }
a { background-color: rgb(48,87,124); }
div.DivClassName
{
background-color: #30577C;
}
.BgClassName
{
background-color: #30577C;
}
</style>
border-color css
<style>
span { border-color: #30577C; }
span { border-color: rgb(48,87,124); }
td.TdClassName
{
border-color: #30577C;
}
.TagClassName
{
border-color: #30577C;
}
</style>