Shades of Venice Blue #2A587C
Tints of Venice Blue #2A587C
RGB
CMYK
RGB Variations
Color information
#2A587C (or 0x2A587C) is known color: Venice Blue. HEX triplet: 2A, 58 and 7C. RGB value is (42,88,124). Sum of RGB (Red+Green+Blue) = 42+88+124=254 (33% of max value = 765). Red value is 42 (16.80% from 255 or 16.54% from 254); Green value is 88 (34.77% from 255 or 34.65% from 254); Blue value is 124 (48.83% from 255 or 48.82% from 254); Max value from RGB is 124 - color contains mainly: blue. Hex color #2A587C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A587C is #D5A783. Grayscale: #4E4E4E. Windows color (decimal): -14002052 or 8149034. OLE color: 8149034.
HSL color Cylindrical-coordinate representation of color #2A587C: hue angle of 206.34º degrees, saturation: 0.49, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2A587C is Cyan = 0.66, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 42 | 88 | 124 | - |
| CMYK | 0.66 | 0.29 | 0 | 0.51 |
| HSL | 206.34º | 0.49% | 0.33% | - |
| HSV(B) | 206.34º | 0.66% | 0.49% | - |
| XYZ | 8.08 | 8.93 | 20.37 | - |
| YUV | 78.35 | 153.76 | 102.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 88 | 124 | 0.66 | 0.29 | 0 | 0.51 | 206.34 | 0.49 | 0.33 |
| Hex | 2A | 58 | 7C | 42 | 1D | 0 | 33 | CE | 31 | 21 |
| Octal | 52 | 130 | 174 | 102 | 35 | 0 | 63 | 316 | 61 | 41 |
| Binary | 101010 | 1011000 | 1111100 | 1000010 | 11101 | 0 | 110011 | 11001110 | 110001 | 100001 |
Color Harmonies of #2A587C
Complementary color
Monochromatic Colors of #2A587C
Black with #2A587C
Text Example
Text Example
White with #2A587C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A587C; }
p { color: rgb(42,88,124); }
H1.HeaderClassName
{
color: #2A587C;
}
.AnyTagClassName
{
color: #2A587C;
}
</style>
background-color css
<style>
a { background-color: #2A587C; }
a { background-color: rgb(42,88,124); }
div.DivClassName
{
background-color: #2A587C;
}
.BgClassName
{
background-color: #2A587C;
}
</style>
border-color css
<style>
span { border-color: #2A587C; }
span { border-color: rgb(42,88,124); }
td.TdClassName
{
border-color: #2A587C;
}
.TagClassName
{
border-color: #2A587C;
}
</style>