Shades of Venice Blue #2A5172
Tints of Venice Blue #2A5172
RGB
CMYK
RGB Variations
Color information
#2A5172 (or 0x2A5172) is known color: Venice Blue. HEX triplet: 2A, 51 and 72. RGB value is (42,81,114). Sum of RGB (Red+Green+Blue) = 42+81+114=237 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.72% from 237); Green value is 81 (32.03% from 255 or 34.18% from 237); Blue value is 114 (44.92% from 255 or 48.10% from 237); Max value from RGB is 114 - color contains mainly: blue. Hex color #2A5172 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A5172 is #D5AE8D. Grayscale: #484848. Windows color (decimal): -14003854 or 7491882. OLE color: 7491882.
HSL color Cylindrical-coordinate representation of color #2A5172: hue angle of 207.5º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #2A5172 is Cyan = 0.63, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 42 | 81 | 114 | - |
| CMYK | 0.63 | 0.29 | 0 | 0.55 |
| HSL | 207.5º | 0.46% | 0.31% | - |
| HSV(B) | 207.5º | 0.63% | 0.45% | - |
| XYZ | 6.93 | 7.59 | 17.02 | - |
| YUV | 73.1 | 151.08 | 105.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 81 | 114 | 0.63 | 0.29 | 0 | 0.55 | 207.5 | 0.46 | 0.31 |
| Hex | 2A | 51 | 72 | 3F | 1D | 0 | 37 | D0 | 2E | 1F |
| Octal | 52 | 121 | 162 | 77 | 35 | 0 | 67 | 320 | 56 | 37 |
| Binary | 101010 | 1010001 | 1110010 | 111111 | 11101 | 0 | 110111 | 11010000 | 101110 | 11111 |
Color Harmonies of #2A5172
Complementary color
Monochromatic Colors of #2A5172
Black with #2A5172
Text Example
Text Example
White with #2A5172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A5172; }
p { color: rgb(42,81,114); }
H1.HeaderClassName
{
color: #2A5172;
}
.AnyTagClassName
{
color: #2A5172;
}
</style>
background-color css
<style>
a { background-color: #2A5172; }
a { background-color: rgb(42,81,114); }
div.DivClassName
{
background-color: #2A5172;
}
.BgClassName
{
background-color: #2A5172;
}
</style>
border-color css
<style>
span { border-color: #2A5172; }
span { border-color: rgb(42,81,114); }
td.TdClassName
{
border-color: #2A5172;
}
.TagClassName
{
border-color: #2A5172;
}
</style>