Shades of Venice Blue #2A5374
Tints of Venice Blue #2A5374
RGB
CMYK
RGB Variations
Color information
#2A5374 (or 0x2A5374) is known color: Venice Blue. HEX triplet: 2A, 53 and 74. RGB value is (42,83,116). Sum of RGB (Red+Green+Blue) = 42+83+116=241 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.43% from 241); Green value is 83 (32.81% from 255 or 34.44% from 241); Blue value is 116 (45.70% from 255 or 48.13% from 241); Max value from RGB is 116 - color contains mainly: blue. Hex color #2A5374 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A5374 is #D5AC8B. Grayscale: #4A4A4A. Windows color (decimal): -14003340 or 7623466. OLE color: 7623466.
HSL color Cylindrical-coordinate representation of color #2A5374: hue angle of 206.76º 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 #2A5374 is Cyan = 0.64, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 42 | 83 | 116 | - |
| CMYK | 0.64 | 0.28 | 0 | 0.55 |
| HSL | 206.76º | 0.47% | 0.31% | - |
| HSV(B) | 206.76º | 0.64% | 0.45% | - |
| XYZ | 7.2 | 7.94 | 17.68 | - |
| YUV | 74.5 | 151.42 | 104.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 83 | 116 | 0.64 | 0.28 | 0 | 0.55 | 206.76 | 0.47 | 0.31 |
| Hex | 2A | 53 | 74 | 40 | 1C | 0 | 37 | CF | 2F | 1F |
| Octal | 52 | 123 | 164 | 100 | 34 | 0 | 67 | 317 | 57 | 37 |
| Binary | 101010 | 1010011 | 1110100 | 1000000 | 11100 | 0 | 110111 | 11001111 | 101111 | 11111 |
Color Harmonies of #2A5374
Complementary color
Monochromatic Colors of #2A5374
Black with #2A5374
Text Example
Text Example
White with #2A5374
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A5374; }
p { color: rgb(42,83,116); }
H1.HeaderClassName
{
color: #2A5374;
}
.AnyTagClassName
{
color: #2A5374;
}
</style>
background-color css
<style>
a { background-color: #2A5374; }
a { background-color: rgb(42,83,116); }
div.DivClassName
{
background-color: #2A5374;
}
.BgClassName
{
background-color: #2A5374;
}
</style>
border-color css
<style>
span { border-color: #2A5374; }
span { border-color: rgb(42,83,116); }
td.TdClassName
{
border-color: #2A5374;
}
.TagClassName
{
border-color: #2A5374;
}
</style>