Shades of Venice Blue #30506F
Tints of Venice Blue #30506F
RGB
CMYK
RGB Variations
Color information
#30506F (or 0x30506F) is known color: Venice Blue. HEX triplet: 30, 50 and 6F. RGB value is (48,80,111). Sum of RGB (Red+Green+Blue) = 48+80+111=239 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.08% from 239); Green value is 80 (31.64% from 255 or 33.47% from 239); Blue value is 111 (43.75% from 255 or 46.44% from 239); Max value from RGB is 111 - color contains mainly: blue. Hex color #30506F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #30506F is #CFAF90. Grayscale: #494949. Windows color (decimal): -13610897 or 7295024. OLE color: 7295024.
HSL color Cylindrical-coordinate representation of color #30506F: hue angle of 209.52º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #30506F is Cyan = 0.57, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 48 | 80 | 111 | - |
| CMYK | 0.57 | 0.28 | 0 | 0.56 |
| HSL | 209.52º | 0.4% | 0.31% | - |
| HSV(B) | 209.52º | 0.57% | 0.44% | - |
| XYZ | 6.96 | 7.51 | 16.12 | - |
| YUV | 73.97 | 148.9 | 109.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 80 | 111 | 0.57 | 0.28 | 0 | 0.56 | 209.52 | 0.4 | 0.31 |
| Hex | 30 | 50 | 6F | 39 | 1C | 0 | 38 | D2 | 28 | 1F |
| Octal | 60 | 120 | 157 | 71 | 34 | 0 | 70 | 322 | 50 | 37 |
| Binary | 110000 | 1010000 | 1101111 | 111001 | 11100 | 0 | 111000 | 11010010 | 101000 | 11111 |
Color Harmonies of #30506F
Complementary color
Monochromatic Colors of #30506F
Black with #30506F
Text Example
Text Example
White with #30506F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30506F; }
p { color: rgb(48,80,111); }
H1.HeaderClassName
{
color: #30506F;
}
.AnyTagClassName
{
color: #30506F;
}
</style>
background-color css
<style>
a { background-color: #30506F; }
a { background-color: rgb(48,80,111); }
div.DivClassName
{
background-color: #30506F;
}
.BgClassName
{
background-color: #30506F;
}
</style>
border-color css
<style>
span { border-color: #30506F; }
span { border-color: rgb(48,80,111); }
td.TdClassName
{
border-color: #30506F;
}
.TagClassName
{
border-color: #30506F;
}
</style>