Shades of Venice Blue #305D7B
Tints of Venice Blue #305D7B
RGB
CMYK
RGB Variations
Color information
#305D7B (or 0x305D7B) is known color: Venice Blue. HEX triplet: 30, 5D and 7B. RGB value is (48,93,123). Sum of RGB (Red+Green+Blue) = 48+93+123=264 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.18% from 264); Green value is 93 (36.72% from 255 or 35.23% from 264); Blue value is 123 (48.44% from 255 or 46.59% from 264); Max value from RGB is 123 - color contains mainly: blue. Hex color #305D7B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305D7B is #CFA284. Grayscale: #525252. Windows color (decimal): -13607557 or 8084784. OLE color: 8084784.
HSL color Cylindrical-coordinate representation of color #305D7B: hue angle of 204º 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 #305D7B is Cyan = 0.61, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 48 | 93 | 123 | - |
| CMYK | 0.61 | 0.24 | 0 | 0.52 |
| HSL | 204º | 0.44% | 0.34% | - |
| HSV(B) | 204º | 0.61% | 0.48% | - |
| XYZ | 8.71 | 9.89 | 20.19 | - |
| YUV | 82.97 | 150.59 | 103.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 93 | 123 | 0.61 | 0.24 | 0 | 0.52 | 204 | 0.44 | 0.34 |
| Hex | 30 | 5D | 7B | 3D | 18 | 0 | 34 | CC | 2C | 22 |
| Octal | 60 | 135 | 173 | 75 | 30 | 0 | 64 | 314 | 54 | 42 |
| Binary | 110000 | 1011101 | 1111011 | 111101 | 11000 | 0 | 110100 | 11001100 | 101100 | 100010 |
Color Harmonies of #305D7B
Complementary color
Monochromatic Colors of #305D7B
Black with #305D7B
Text Example
Text Example
White with #305D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305D7B; }
p { color: rgb(48,93,123); }
H1.HeaderClassName
{
color: #305D7B;
}
.AnyTagClassName
{
color: #305D7B;
}
</style>
background-color css
<style>
a { background-color: #305D7B; }
a { background-color: rgb(48,93,123); }
div.DivClassName
{
background-color: #305D7B;
}
.BgClassName
{
background-color: #305D7B;
}
</style>
border-color css
<style>
span { border-color: #305D7B; }
span { border-color: rgb(48,93,123); }
td.TdClassName
{
border-color: #305D7B;
}
.TagClassName
{
border-color: #305D7B;
}
</style>