Shades of Medium Blue #2A04BC
Tints of Medium Blue #2A04BC
RGB
CMYK
RGB Variations
Color information
#2A04BC (or 0x2A04BC) is known color: Medium Blue. HEX triplet: 2A, 04 and BC. RGB value is (42,4,188). Sum of RGB (Red+Green+Blue) = 42+4+188=234 (30% of max value = 765). Red value is 42 (16.80% from 255 or 17.95% from 234); Green value is 4 (1.95% from 255 or 1.71% from 234); Blue value is 188 (73.83% from 255 or 80.34% from 234); Max value from RGB is 188 - color contains mainly: blue. Hex color #2A04BC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2A04BC is #D5FB43. Grayscale: #232323. Windows color (decimal): -14023492 or 12321834. OLE color: 12321834.
HSL color Cylindrical-coordinate representation of color #2A04BC: hue angle of 252.39º degrees, saturation: 0.96, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2A04BC is Cyan = 0.78, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 42 | 4 | 188 | - |
| CMYK | 0.78 | 0.98 | 0 | 0.26 |
| HSL | 252.39º | 0.96% | 0.38% | - |
| HSV(B) | 252.39º | 0.98% | 0.74% | - |
| XYZ | 10.08 | 4.21 | 47.86 | - |
| YUV | 36.34 | 213.59 | 132.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 4 | 188 | 0.78 | 0.98 | 0 | 0.26 | 252.39 | 0.96 | 0.38 |
| Hex | 2A | 4 | BC | 4E | 62 | 0 | 1A | FC | 60 | 26 |
| Octal | 52 | 4 | 274 | 116 | 142 | 0 | 32 | 374 | 140 | 46 |
| Binary | 101010 | 100 | 10111100 | 1001110 | 1100010 | 0 | 11010 | 11111100 | 1100000 | 100110 |
Color Harmonies of #2A04BC
Complementary color
Monochromatic Colors of #2A04BC
Black with #2A04BC
Text Example
Text Example
White with #2A04BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A04BC; }
p { color: rgb(42,4,188); }
H1.HeaderClassName
{
color: #2A04BC;
}
.AnyTagClassName
{
color: #2A04BC;
}
</style>
background-color css
<style>
a { background-color: #2A04BC; }
a { background-color: rgb(42,4,188); }
div.DivClassName
{
background-color: #2A04BC;
}
.BgClassName
{
background-color: #2A04BC;
}
</style>
border-color css
<style>
span { border-color: #2A04BC; }
span { border-color: rgb(42,4,188); }
td.TdClassName
{
border-color: #2A04BC;
}
.TagClassName
{
border-color: #2A04BC;
}
</style>