Shades of Venice Blue #305775
Tints of Venice Blue #305775
RGB
CMYK
RGB Variations
Color information
#305775 (or 0x305775) is known color: Venice Blue. HEX triplet: 30, 57 and 75. RGB value is (48,87,117). Sum of RGB (Red+Green+Blue) = 48+87+117=252 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.05% from 252); Green value is 87 (34.38% from 255 or 34.52% from 252); Blue value is 117 (46.09% from 255 or 46.43% from 252); Max value from RGB is 117 - color contains mainly: blue. Hex color #305775 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305775 is #CFA88A. Grayscale: #4E4E4E. Windows color (decimal): -13609099 or 7690032. OLE color: 7690032.
HSL color Cylindrical-coordinate representation of color #305775: hue angle of 206.09º degrees, saturation: 0.42, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #305775 is Cyan = 0.59, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 48 | 87 | 117 | - |
| CMYK | 0.59 | 0.26 | 0 | 0.54 |
| HSL | 206.09º | 0.42% | 0.32% | - |
| HSV(B) | 206.09º | 0.59% | 0.46% | - |
| XYZ | 7.84 | 8.73 | 18.1 | - |
| YUV | 78.76 | 149.58 | 106.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 87 | 117 | 0.59 | 0.26 | 0 | 0.54 | 206.09 | 0.42 | 0.32 |
| Hex | 30 | 57 | 75 | 3B | 1A | 0 | 36 | CE | 2A | 20 |
| Octal | 60 | 127 | 165 | 73 | 32 | 0 | 66 | 316 | 52 | 40 |
| Binary | 110000 | 1010111 | 1110101 | 111011 | 11010 | 0 | 110110 | 11001110 | 101010 | 100000 |
Color Harmonies of #305775
Complementary color
Monochromatic Colors of #305775
Black with #305775
Text Example
Text Example
White with #305775
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305775; }
p { color: rgb(48,87,117); }
H1.HeaderClassName
{
color: #305775;
}
.AnyTagClassName
{
color: #305775;
}
</style>
background-color css
<style>
a { background-color: #305775; }
a { background-color: rgb(48,87,117); }
div.DivClassName
{
background-color: #305775;
}
.BgClassName
{
background-color: #305775;
}
</style>
border-color css
<style>
span { border-color: #305775; }
span { border-color: rgb(48,87,117); }
td.TdClassName
{
border-color: #305775;
}
.TagClassName
{
border-color: #305775;
}
</style>