Shades of Blue #2203E6
Tints of Blue #2203E6
RGB
CMYK
RGB Variations
Color information
#2203E6 (or 0x2203E6) is known color: Blue. HEX triplet: 22, 03 and E6. RGB value is (34,3,230). Sum of RGB (Red+Green+Blue) = 34+3+230=267 (35% of max value = 765). Red value is 34 (13.67% from 255 or 12.73% from 267); Green value is 3 (1.56% from 255 or 1.12% from 267); Blue value is 230 (90.23% from 255 or 86.14% from 267); Max value from RGB is 230 - color contains mainly: blue. Hex color #2203E6 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2203E6 is #DDFC19. Grayscale: #252525. Windows color (decimal): -14547994 or 15074082. OLE color: 15074082.
HSL color Cylindrical-coordinate representation of color #2203E6: hue angle of 248.19º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #2203E6 is Cyan = 0.85, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 34 | 3 | 230 | - |
| CMYK | 0.85 | 0.99 | 0 | 0.10 |
| HSL | 248.19º | 0.97% | 0.46% | - |
| HSV(B) | 248.19º | 0.99% | 0.9% | - |
| XYZ | 14.98 | 6.12 | 75.25 | - |
| YUV | 38.15 | 236.27 | 125.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 3 | 230 | 0.85 | 0.99 | 0 | 0.10 | 248.19 | 0.97 | 0.46 |
| Hex | 22 | 3 | E6 | 55 | 63 | 0 | A | F8 | 61 | 2E |
| Octal | 42 | 3 | 346 | 125 | 143 | 0 | 12 | 370 | 141 | 56 |
| Binary | 100010 | 11 | 11100110 | 1010101 | 1100011 | 0 | 1010 | 11111000 | 1100001 | 101110 |
Color Harmonies of #2203E6
Complementary color
Monochromatic Colors of #2203E6
Black with #2203E6
Text Example
Text Example
White with #2203E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2203E6; }
p { color: rgb(34,3,230); }
H1.HeaderClassName
{
color: #2203E6;
}
.AnyTagClassName
{
color: #2203E6;
}
</style>
background-color css
<style>
a { background-color: #2203E6; }
a { background-color: rgb(34,3,230); }
div.DivClassName
{
background-color: #2203E6;
}
.BgClassName
{
background-color: #2203E6;
}
</style>
border-color css
<style>
span { border-color: #2203E6; }
span { border-color: rgb(34,3,230); }
td.TdClassName
{
border-color: #2203E6;
}
.TagClassName
{
border-color: #2203E6;
}
</style>