Shades of Venice Blue #2A527C
Tints of Venice Blue #2A527C
RGB
CMYK
RGB Variations
Color information
#2A527C (or 0x2A527C) is known color: Venice Blue. HEX triplet: 2A, 52 and 7C. RGB value is (42,82,124). Sum of RGB (Red+Green+Blue) = 42+82+124=248 (32% of max value = 765). Red value is 42 (16.80% from 255 or 16.94% from 248); Green value is 82 (32.42% from 255 or 33.06% from 248); Blue value is 124 (48.83% from 255 or 50% from 248); Max value from RGB is 124 - color contains mainly: blue. Hex color #2A527C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2A527C is #D5AD83. Grayscale: #4A4A4A. Windows color (decimal): -14003588 or 8147498. OLE color: 8147498.
HSL color Cylindrical-coordinate representation of color #2A527C: hue angle of 210.73º 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 #2A527C is Cyan = 0.66, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 42 | 82 | 124 | - |
| CMYK | 0.66 | 0.34 | 0 | 0.51 |
| HSL | 210.73º | 0.49% | 0.33% | - |
| HSV(B) | 210.73º | 0.66% | 0.49% | - |
| XYZ | 7.61 | 7.98 | 20.21 | - |
| YUV | 74.83 | 155.75 | 104.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 82 | 124 | 0.66 | 0.34 | 0 | 0.51 | 210.73 | 0.49 | 0.33 |
| Hex | 2A | 52 | 7C | 42 | 22 | 0 | 33 | D3 | 31 | 21 |
| Octal | 52 | 122 | 174 | 102 | 42 | 0 | 63 | 323 | 61 | 41 |
| Binary | 101010 | 1010010 | 1111100 | 1000010 | 100010 | 0 | 110011 | 11010011 | 110001 | 100001 |
Color Harmonies of #2A527C
Complementary color
Monochromatic Colors of #2A527C
Black with #2A527C
Text Example
Text Example
White with #2A527C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A527C; }
p { color: rgb(42,82,124); }
H1.HeaderClassName
{
color: #2A527C;
}
.AnyTagClassName
{
color: #2A527C;
}
</style>
background-color css
<style>
a { background-color: #2A527C; }
a { background-color: rgb(42,82,124); }
div.DivClassName
{
background-color: #2A527C;
}
.BgClassName
{
background-color: #2A527C;
}
</style>
border-color css
<style>
span { border-color: #2A527C; }
span { border-color: rgb(42,82,124); }
td.TdClassName
{
border-color: #2A527C;
}
.TagClassName
{
border-color: #2A527C;
}
</style>