Shades of Venice Blue #30557B
Tints of Venice Blue #30557B
RGB
CMYK
RGB Variations
Color information
#30557B (or 0x30557B) is known color: Venice Blue. HEX triplet: 30, 55 and 7B. RGB value is (48,85,123). Sum of RGB (Red+Green+Blue) = 48+85+123=256 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.75% from 256); Green value is 85 (33.59% from 255 or 33.20% from 256); Blue value is 123 (48.44% from 255 or 48.05% from 256); Max value from RGB is 123 - color contains mainly: blue. Hex color #30557B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30557B is #CFAA84. Grayscale: #4E4E4E. Windows color (decimal): -13609605 or 8082736. OLE color: 8082736.
HSL color Cylindrical-coordinate representation of color #30557B: hue angle of 210.4º 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 #30557B is Cyan = 0.61, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 48 | 85 | 123 | - |
| CMYK | 0.61 | 0.31 | 0 | 0.52 |
| HSL | 210.4º | 0.44% | 0.34% | - |
| HSV(B) | 210.4º | 0.61% | 0.48% | - |
| XYZ | 8.04 | 8.56 | 19.97 | - |
| YUV | 78.27 | 153.24 | 106.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 85 | 123 | 0.61 | 0.31 | 0 | 0.52 | 210.4 | 0.44 | 0.34 |
| Hex | 30 | 55 | 7B | 3D | 1F | 0 | 34 | D2 | 2C | 22 |
| Octal | 60 | 125 | 173 | 75 | 37 | 0 | 64 | 322 | 54 | 42 |
| Binary | 110000 | 1010101 | 1111011 | 111101 | 11111 | 0 | 110100 | 11010010 | 101100 | 100010 |
Color Harmonies of #30557B
Complementary color
Monochromatic Colors of #30557B
Black with #30557B
Text Example
Text Example
White with #30557B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30557B; }
p { color: rgb(48,85,123); }
H1.HeaderClassName
{
color: #30557B;
}
.AnyTagClassName
{
color: #30557B;
}
</style>
background-color css
<style>
a { background-color: #30557B; }
a { background-color: rgb(48,85,123); }
div.DivClassName
{
background-color: #30557B;
}
.BgClassName
{
background-color: #30557B;
}
</style>
border-color css
<style>
span { border-color: #30557B; }
span { border-color: rgb(48,85,123); }
td.TdClassName
{
border-color: #30557B;
}
.TagClassName
{
border-color: #30557B;
}
</style>