Shades of Venice Blue #2A5574
Tints of Venice Blue #2A5574
RGB
CMYK
RGB Variations
Color information
#2A5574 (or 0x2A5574) is known color: Venice Blue. HEX triplet: 2A, 55 and 74. RGB value is (42,85,116). Sum of RGB (Red+Green+Blue) = 42+85+116=243 (32% of max value = 765). Red value is 42 (16.80% from 255 or 17.28% from 243); Green value is 85 (33.59% from 255 or 34.98% from 243); Blue value is 116 (45.70% from 255 or 47.74% from 243); Max value from RGB is 116 - color contains mainly: blue. Hex color #2A5574 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A5574 is #D5AA8B. Grayscale: #4B4B4B. Windows color (decimal): -14002828 or 7623978. OLE color: 7623978.
HSL color Cylindrical-coordinate representation of color #2A5574: hue angle of 205.14º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2A5574 is Cyan = 0.64, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 42 | 85 | 116 | - |
| CMYK | 0.64 | 0.27 | 0 | 0.55 |
| HSL | 205.14º | 0.47% | 0.31% | - |
| HSV(B) | 205.14º | 0.64% | 0.45% | - |
| XYZ | 7.36 | 8.25 | 17.73 | - |
| YUV | 75.68 | 150.75 | 103.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 85 | 116 | 0.64 | 0.27 | 0 | 0.55 | 205.14 | 0.47 | 0.31 |
| Hex | 2A | 55 | 74 | 40 | 1B | 0 | 37 | CD | 2F | 1F |
| Octal | 52 | 125 | 164 | 100 | 33 | 0 | 67 | 315 | 57 | 37 |
| Binary | 101010 | 1010101 | 1110100 | 1000000 | 11011 | 0 | 110111 | 11001101 | 101111 | 11111 |
Color Harmonies of #2A5574
Complementary color
Monochromatic Colors of #2A5574
Black with #2A5574
Text Example
Text Example
White with #2A5574
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A5574; }
p { color: rgb(42,85,116); }
H1.HeaderClassName
{
color: #2A5574;
}
.AnyTagClassName
{
color: #2A5574;
}
</style>
background-color css
<style>
a { background-color: #2A5574; }
a { background-color: rgb(42,85,116); }
div.DivClassName
{
background-color: #2A5574;
}
.BgClassName
{
background-color: #2A5574;
}
</style>
border-color css
<style>
span { border-color: #2A5574; }
span { border-color: rgb(42,85,116); }
td.TdClassName
{
border-color: #2A5574;
}
.TagClassName
{
border-color: #2A5574;
}
</style>