Shades of Medium Blue #031ACB
Tints of Medium Blue #031ACB
RGB
CMYK
RGB Variations
Color information
#031ACB (or 0x031ACB) is known color: Medium Blue. HEX triplet: 03, 1A and CB. RGB value is (3,26,203). Sum of RGB (Red+Green+Blue) = 3+26+203=232 (30% of max value = 765). Red value is 3 (1.56% from 255 or 1.29% from 232); Green value is 26 (10.55% from 255 or 11.21% from 232); Blue value is 203 (79.69% from 255 or 87.5% from 232); Max value from RGB is 203 - color contains mainly: blue. Hex color #031ACB is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #031ACB is #FCE534. Grayscale: #262626. Windows color (decimal): -16573749 or 13310467. OLE color: 13310467.
HSL color Cylindrical-coordinate representation of color #031ACB: hue angle of 233.1º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #031ACB is Cyan = 0.99, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 3 | 26 | 203 | - |
| CMYK | 0.99 | 0.87 | 0 | 0.20 |
| HSL | 233.1º | 0.97% | 0.4% | - |
| HSV(B) | 233.1º | 0.99% | 0.8% | - |
| XYZ | 11.19 | 5.07 | 56.89 | - |
| YUV | 39.3 | 220.38 | 102.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 26 | 203 | 0.99 | 0.87 | 0 | 0.20 | 233.1 | 0.97 | 0.4 |
| Hex | 3 | 1A | CB | 63 | 57 | 0 | 14 | E9 | 61 | 28 |
| Octal | 3 | 32 | 313 | 143 | 127 | 0 | 24 | 351 | 141 | 50 |
| Binary | 11 | 11010 | 11001011 | 1100011 | 1010111 | 0 | 10100 | 11101001 | 1100001 | 101000 |
Color Harmonies of #031ACB
Complementary color
Monochromatic Colors of #031ACB
Black with #031ACB
Text Example
Text Example
White with #031ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #031ACB; }
p { color: rgb(3,26,203); }
H1.HeaderClassName
{
color: #031ACB;
}
.AnyTagClassName
{
color: #031ACB;
}
</style>
background-color css
<style>
a { background-color: #031ACB; }
a { background-color: rgb(3,26,203); }
div.DivClassName
{
background-color: #031ACB;
}
.BgClassName
{
background-color: #031ACB;
}
</style>
border-color css
<style>
span { border-color: #031ACB; }
span { border-color: rgb(3,26,203); }
td.TdClassName
{
border-color: #031ACB;
}
.TagClassName
{
border-color: #031ACB;
}
</style>