Shades of Venice Blue #305877
Tints of Venice Blue #305877
RGB
CMYK
RGB Variations
Color information
#305877 (or 0x305877) is known color: Venice Blue. HEX triplet: 30, 58 and 77. RGB value is (48,88,119). Sum of RGB (Red+Green+Blue) = 48+88+119=255 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.82% from 255); Green value is 88 (34.77% from 255 or 34.51% from 255); Blue value is 119 (46.88% from 255 or 46.67% from 255); Max value from RGB is 119 - color contains mainly: blue. Hex color #305877 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305877 is #CFA788. Grayscale: #4F4F4F. Windows color (decimal): -13608841 or 7821360. OLE color: 7821360.
HSL color Cylindrical-coordinate representation of color #305877: hue angle of 206.2º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #305877 is Cyan = 0.60, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 48 | 88 | 119 | - |
| CMYK | 0.60 | 0.26 | 0 | 0.53 |
| HSL | 206.2º | 0.43% | 0.33% | - |
| HSV(B) | 206.2º | 0.6% | 0.47% | - |
| XYZ | 8.04 | 8.94 | 18.75 | - |
| YUV | 79.57 | 150.25 | 105.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 88 | 119 | 0.60 | 0.26 | 0 | 0.53 | 206.2 | 0.43 | 0.33 |
| Hex | 30 | 58 | 77 | 3C | 1A | 0 | 35 | CE | 2B | 21 |
| Octal | 60 | 130 | 167 | 74 | 32 | 0 | 65 | 316 | 53 | 41 |
| Binary | 110000 | 1011000 | 1110111 | 111100 | 11010 | 0 | 110101 | 11001110 | 101011 | 100001 |
Color Harmonies of #305877
Complementary color
Monochromatic Colors of #305877
Black with #305877
Text Example
Text Example
White with #305877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305877; }
p { color: rgb(48,88,119); }
H1.HeaderClassName
{
color: #305877;
}
.AnyTagClassName
{
color: #305877;
}
</style>
background-color css
<style>
a { background-color: #305877; }
a { background-color: rgb(48,88,119); }
div.DivClassName
{
background-color: #305877;
}
.BgClassName
{
background-color: #305877;
}
</style>
border-color css
<style>
span { border-color: #305877; }
span { border-color: rgb(48,88,119); }
td.TdClassName
{
border-color: #305877;
}
.TagClassName
{
border-color: #305877;
}
</style>