Shades of Venice Blue #305B76
Tints of Venice Blue #305B76
RGB
CMYK
RGB Variations
Color information
#305B76 (or 0x305B76) is known color: Venice Blue. HEX triplet: 30, 5B and 76. RGB value is (48,91,118). Sum of RGB (Red+Green+Blue) = 48+91+118=257 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.68% from 257); Green value is 91 (35.94% from 255 or 35.41% from 257); Blue value is 118 (46.48% from 255 or 45.91% from 257); Max value from RGB is 118 - color contains mainly: blue. Hex color #305B76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #305B76 is #CFA489. Grayscale: #515151. Windows color (decimal): -13608074 or 7756592. OLE color: 7756592.
HSL color Cylindrical-coordinate representation of color #305B76: hue angle of 203.14º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #305B76 is Cyan = 0.59, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 48 | 91 | 118 | - |
| CMYK | 0.59 | 0.23 | 0 | 0.54 |
| HSL | 203.14º | 0.42% | 0.33% | - |
| HSV(B) | 203.14º | 0.59% | 0.46% | - |
| XYZ | 8.23 | 9.42 | 18.52 | - |
| YUV | 81.22 | 148.75 | 104.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 91 | 118 | 0.59 | 0.23 | 0 | 0.54 | 203.14 | 0.42 | 0.33 |
| Hex | 30 | 5B | 76 | 3B | 17 | 0 | 36 | CB | 2A | 21 |
| Octal | 60 | 133 | 166 | 73 | 27 | 0 | 66 | 313 | 52 | 41 |
| Binary | 110000 | 1011011 | 1110110 | 111011 | 10111 | 0 | 110110 | 11001011 | 101010 | 100001 |
Color Harmonies of #305B76
Complementary color
Monochromatic Colors of #305B76
Black with #305B76
Text Example
Text Example
White with #305B76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #305B76; }
p { color: rgb(48,91,118); }
H1.HeaderClassName
{
color: #305B76;
}
.AnyTagClassName
{
color: #305B76;
}
</style>
background-color css
<style>
a { background-color: #305B76; }
a { background-color: rgb(48,91,118); }
div.DivClassName
{
background-color: #305B76;
}
.BgClassName
{
background-color: #305B76;
}
</style>
border-color css
<style>
span { border-color: #305B76; }
span { border-color: rgb(48,91,118); }
td.TdClassName
{
border-color: #305B76;
}
.TagClassName
{
border-color: #305B76;
}
</style>