Shades of Venice Blue #305777
Tints of Venice Blue #305777
RGB
CMYK
RGB Variations
Color information
#305777 (or 0x305777) is known color: Venice Blue. HEX triplet: 30, 57 and 77. RGB value is (48,87,119). Sum of RGB (Red+Green+Blue) = 48+87+119=254 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.90% from 254); Green value is 87 (34.38% from 255 or 34.25% from 254); Blue value is 119 (46.88% from 255 or 46.85% from 254); Max value from RGB is 119 - color contains mainly: blue. Hex color #305777 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305777 is #CFA888. Grayscale: #4E4E4E. Windows color (decimal): -13609097 or 7821104. OLE color: 7821104.
HSL color Cylindrical-coordinate representation of color #305777: hue angle of 207.04º 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 #305777 is Cyan = 0.60, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 48 | 87 | 119 | - |
| CMYK | 0.60 | 0.27 | 0 | 0.53 |
| HSL | 207.04º | 0.43% | 0.33% | - |
| HSV(B) | 207.04º | 0.6% | 0.47% | - |
| XYZ | 7.96 | 8.78 | 18.73 | - |
| YUV | 78.99 | 150.58 | 105.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 87 | 119 | 0.60 | 0.27 | 0 | 0.53 | 207.04 | 0.43 | 0.33 |
| Hex | 30 | 57 | 77 | 3C | 1B | 0 | 35 | CF | 2B | 21 |
| Octal | 60 | 127 | 167 | 74 | 33 | 0 | 65 | 317 | 53 | 41 |
| Binary | 110000 | 1010111 | 1110111 | 111100 | 11011 | 0 | 110101 | 11001111 | 101011 | 100001 |
Color Harmonies of #305777
Complementary color
Monochromatic Colors of #305777
Black with #305777
Text Example
Text Example
White with #305777
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305777; }
p { color: rgb(48,87,119); }
H1.HeaderClassName
{
color: #305777;
}
.AnyTagClassName
{
color: #305777;
}
</style>
background-color css
<style>
a { background-color: #305777; }
a { background-color: rgb(48,87,119); }
div.DivClassName
{
background-color: #305777;
}
.BgClassName
{
background-color: #305777;
}
</style>
border-color css
<style>
span { border-color: #305777; }
span { border-color: rgb(48,87,119); }
td.TdClassName
{
border-color: #305777;
}
.TagClassName
{
border-color: #305777;
}
</style>