Shades of Venice Blue #2A517A
Tints of Venice Blue #2A517A
RGB
CMYK
RGB Variations
Color information
#2A517A (or 0x2A517A) is known color: Venice Blue. HEX triplet: 2A, 51 and 7A. RGB value is (42,81,122). Sum of RGB (Red+Green+Blue) = 42+81+122=245 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.14% from 245); Green value is 81 (32.03% from 255 or 33.06% from 245); Blue value is 122 (48.05% from 255 or 49.80% from 245); Max value from RGB is 122 - color contains mainly: blue. Hex color #2A517A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A517A is #D5AE85. Grayscale: #494949. Windows color (decimal): -14003846 or 8016170. OLE color: 8016170.
HSL color Cylindrical-coordinate representation of color #2A517A: hue angle of 210.75º degrees, saturation: 0.49, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2A517A is Cyan = 0.66, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 42 | 81 | 122 | - |
| CMYK | 0.66 | 0.34 | 0 | 0.52 |
| HSL | 210.75º | 0.49% | 0.32% | - |
| HSV(B) | 210.75º | 0.66% | 0.48% | - |
| XYZ | 7.41 | 7.78 | 19.52 | - |
| YUV | 74.01 | 155.08 | 105.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 81 | 122 | 0.66 | 0.34 | 0 | 0.52 | 210.75 | 0.49 | 0.32 |
| Hex | 2A | 51 | 7A | 42 | 22 | 0 | 34 | D3 | 31 | 20 |
| Octal | 52 | 121 | 172 | 102 | 42 | 0 | 64 | 323 | 61 | 40 |
| Binary | 101010 | 1010001 | 1111010 | 1000010 | 100010 | 0 | 110100 | 11010011 | 110001 | 100000 |
Color Harmonies of #2A517A
Complementary color
Monochromatic Colors of #2A517A
Black with #2A517A
Text Example
Text Example
White with #2A517A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A517A; }
p { color: rgb(42,81,122); }
H1.HeaderClassName
{
color: #2A517A;
}
.AnyTagClassName
{
color: #2A517A;
}
</style>
background-color css
<style>
a { background-color: #2A517A; }
a { background-color: rgb(42,81,122); }
div.DivClassName
{
background-color: #2A517A;
}
.BgClassName
{
background-color: #2A517A;
}
</style>
border-color css
<style>
span { border-color: #2A517A; }
span { border-color: rgb(42,81,122); }
td.TdClassName
{
border-color: #2A517A;
}
.TagClassName
{
border-color: #2A517A;
}
</style>