Shades of Venice Blue #375370
Tints of Venice Blue #375370
RGB
CMYK
RGB Variations
Color information
#375370 (or 0x375370) is known color: Venice Blue. HEX triplet: 37, 53 and 70. RGB value is (55,83,112). Sum of RGB (Red+Green+Blue) = 55+83+112=250 (33% of max value = 765). Red value is 55 (21.88% from 255 or 22% from 250); Green value is 83 (32.81% from 255 or 33.2% from 250); Blue value is 112 (44.14% from 255 or 44.8% from 250); Max value from RGB is 112 - color contains mainly: blue. Hex color #375370 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #375370 is #C8AC8F. Grayscale: #4D4D4D. Windows color (decimal): -13151376 or 7361335. OLE color: 7361335.
HSL color Cylindrical-coordinate representation of color #375370: hue angle of 210.53º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #375370 is Cyan = 0.51, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 55 | 83 | 112 | - |
| CMYK | 0.51 | 0.26 | 0 | 0.56 |
| HSL | 210.53º | 0.34% | 0.33% | - |
| HSV(B) | 210.53º | 0.51% | 0.44% | - |
| XYZ | 7.59 | 8.17 | 16.51 | - |
| YUV | 77.93 | 147.22 | 111.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 55 | 83 | 112 | 0.51 | 0.26 | 0 | 0.56 | 210.53 | 0.34 | 0.33 |
| Hex | 37 | 53 | 70 | 33 | 1A | 0 | 38 | D3 | 22 | 21 |
| Octal | 67 | 123 | 160 | 63 | 32 | 0 | 70 | 323 | 42 | 41 |
| Binary | 110111 | 1010011 | 1110000 | 110011 | 11010 | 0 | 111000 | 11010011 | 100010 | 100001 |
Color Harmonies of #375370
Complementary color
Monochromatic Colors of #375370
Black with #375370
Text Example
Text Example
White with #375370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #375370; }
p { color: rgb(55,83,112); }
H1.HeaderClassName
{
color: #375370;
}
.AnyTagClassName
{
color: #375370;
}
</style>
background-color css
<style>
a { background-color: #375370; }
a { background-color: rgb(55,83,112); }
div.DivClassName
{
background-color: #375370;
}
.BgClassName
{
background-color: #375370;
}
</style>
border-color css
<style>
span { border-color: #375370; }
span { border-color: rgb(55,83,112); }
td.TdClassName
{
border-color: #375370;
}
.TagClassName
{
border-color: #375370;
}
</style>