Shades of Medium Blue #2A03CC
Tints of Medium Blue #2A03CC
RGB
CMYK
RGB Variations
Color information
#2A03CC (or 0x2A03CC) is known color: Medium Blue. HEX triplet: 2A, 03 and CC. RGB value is (42,3,204). Sum of RGB (Red+Green+Blue) = 42+3+204=249 (32% of max value = 765). Red value is 42 (16.80% from 255 or 16.87% from 249); Green value is 3 (1.56% from 255 or 1.20% from 249); Blue value is 204 (80.08% from 255 or 81.93% from 249); Max value from RGB is 204 - color contains mainly: blue. Hex color #2A03CC is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2A03CC is #D5FC33. Grayscale: #242424. Windows color (decimal): -14023732 or 13370154. OLE color: 13370154.
HSL color Cylindrical-coordinate representation of color #2A03CC: hue angle of 251.64º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2A03CC is Cyan = 0.79, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 42 | 3 | 204 | - |
| CMYK | 0.79 | 0.99 | 0 | 0.2 |
| HSL | 251.64º | 0.97% | 0.41% | - |
| HSV(B) | 251.64º | 0.99% | 0.8% | - |
| XYZ | 11.89 | 4.92 | 57.45 | - |
| YUV | 37.58 | 221.92 | 131.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 3 | 204 | 0.79 | 0.99 | 0 | 0.2 | 251.64 | 0.97 | 0.41 |
| Hex | 2A | 3 | CC | 4F | 63 | 0 | 14 | FC | 61 | 29 |
| Octal | 52 | 3 | 314 | 117 | 143 | 0 | 24 | 374 | 141 | 51 |
| Binary | 101010 | 11 | 11001100 | 1001111 | 1100011 | 0 | 10100 | 11111100 | 1100001 | 101001 |
Color Harmonies of #2A03CC
Complementary color
Monochromatic Colors of #2A03CC
Black with #2A03CC
Text Example
Text Example
White with #2A03CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A03CC; }
p { color: rgb(42,3,204); }
H1.HeaderClassName
{
color: #2A03CC;
}
.AnyTagClassName
{
color: #2A03CC;
}
</style>
background-color css
<style>
a { background-color: #2A03CC; }
a { background-color: rgb(42,3,204); }
div.DivClassName
{
background-color: #2A03CC;
}
.BgClassName
{
background-color: #2A03CC;
}
</style>
border-color css
<style>
span { border-color: #2A03CC; }
span { border-color: rgb(42,3,204); }
td.TdClassName
{
border-color: #2A03CC;
}
.TagClassName
{
border-color: #2A03CC;
}
</style>