Shades of Venice Blue #30567B
Tints of Venice Blue #30567B
RGB
CMYK
RGB Variations
Color information
#30567B (or 0x30567B) is known color: Venice Blue. HEX triplet: 30, 56 and 7B. RGB value is (48,86,123). Sum of RGB (Red+Green+Blue) = 48+86+123=257 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.68% from 257); Green value is 86 (33.98% from 255 or 33.46% from 257); Blue value is 123 (48.44% from 255 or 47.86% from 257); Max value from RGB is 123 - color contains mainly: blue. Hex color #30567B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30567B is #CFA984. Grayscale: #4E4E4E. Windows color (decimal): -13609349 or 8082992. OLE color: 8082992.
HSL color Cylindrical-coordinate representation of color #30567B: hue angle of 209.6º 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 #30567B is Cyan = 0.61, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 48 | 86 | 123 | - |
| CMYK | 0.61 | 0.30 | 0 | 0.52 |
| HSL | 209.6º | 0.44% | 0.34% | - |
| HSV(B) | 209.6º | 0.61% | 0.48% | - |
| XYZ | 8.12 | 8.71 | 19.99 | - |
| YUV | 78.86 | 152.91 | 105.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 86 | 123 | 0.61 | 0.30 | 0 | 0.52 | 209.6 | 0.44 | 0.34 |
| Hex | 30 | 56 | 7B | 3D | 1E | 0 | 34 | D2 | 2C | 22 |
| Octal | 60 | 126 | 173 | 75 | 36 | 0 | 64 | 322 | 54 | 42 |
| Binary | 110000 | 1010110 | 1111011 | 111101 | 11110 | 0 | 110100 | 11010010 | 101100 | 100010 |
Color Harmonies of #30567B
Complementary color
Monochromatic Colors of #30567B
Black with #30567B
Text Example
Text Example
White with #30567B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30567B; }
p { color: rgb(48,86,123); }
H1.HeaderClassName
{
color: #30567B;
}
.AnyTagClassName
{
color: #30567B;
}
</style>
background-color css
<style>
a { background-color: #30567B; }
a { background-color: rgb(48,86,123); }
div.DivClassName
{
background-color: #30567B;
}
.BgClassName
{
background-color: #30567B;
}
</style>
border-color css
<style>
span { border-color: #30567B; }
span { border-color: rgb(48,86,123); }
td.TdClassName
{
border-color: #30567B;
}
.TagClassName
{
border-color: #30567B;
}
</style>