Shades of Medium Blue #2203D4
Tints of Medium Blue #2203D4
RGB
CMYK
RGB Variations
Color information
#2203D4 (or 0x2203D4) is known color: Medium Blue. HEX triplet: 22, 03 and D4. RGB value is (34,3,212). Sum of RGB (Red+Green+Blue) = 34+3+212=249 (32% of max value = 765). Red value is 34 (13.67% from 255 or 13.65% from 249); Green value is 3 (1.56% from 255 or 1.20% from 249); Blue value is 212 (83.20% from 255 or 85.14% from 249); Max value from RGB is 212 - color contains mainly: blue. Hex color #2203D4 is not a web safe color. Web safe color analog (approx): #3300CC. Inversed color of #2203D4 is #DDFC2B. Grayscale: #232323. Windows color (decimal): -14548012 or 13894434. OLE color: 13894434.
HSL color Cylindrical-coordinate representation of color #2203D4: hue angle of 248.9º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2203D4 is Cyan = 0.84, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 34 | 3 | 212 | - |
| CMYK | 0.84 | 0.99 | 0 | 0.17 |
| HSL | 248.9º | 0.97% | 0.42% | - |
| HSV(B) | 248.9º | 0.99% | 0.83% | - |
| XYZ | 12.58 | 5.16 | 62.62 | - |
| YUV | 36.1 | 227.27 | 126.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 3 | 212 | 0.84 | 0.99 | 0 | 0.17 | 248.9 | 0.97 | 0.42 |
| Hex | 22 | 3 | D4 | 54 | 63 | 0 | 11 | F9 | 61 | 2A |
| Octal | 42 | 3 | 324 | 124 | 143 | 0 | 21 | 371 | 141 | 52 |
| Binary | 100010 | 11 | 11010100 | 1010100 | 1100011 | 0 | 10001 | 11111001 | 1100001 | 101010 |
Color Harmonies of #2203D4
Complementary color
Monochromatic Colors of #2203D4
Black with #2203D4
Text Example
Text Example
White with #2203D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2203D4; }
p { color: rgb(34,3,212); }
H1.HeaderClassName
{
color: #2203D4;
}
.AnyTagClassName
{
color: #2203D4;
}
</style>
background-color css
<style>
a { background-color: #2203D4; }
a { background-color: rgb(34,3,212); }
div.DivClassName
{
background-color: #2203D4;
}
.BgClassName
{
background-color: #2203D4;
}
</style>
border-color css
<style>
span { border-color: #2203D4; }
span { border-color: rgb(34,3,212); }
td.TdClassName
{
border-color: #2203D4;
}
.TagClassName
{
border-color: #2203D4;
}
</style>