Shades of Blue #2223ED
Tints of Blue #2223ED
RGB
CMYK
RGB Variations
Color information
#2223ED (or 0x2223ED) is known color: Blue. HEX triplet: 22, 23 and ED. RGB value is (34,35,237). Sum of RGB (Red+Green+Blue) = 34+35+237=306 (40% of max value = 765). Red value is 34 (13.67% from 255 or 11.11% from 306); Green value is 35 (14.06% from 255 or 11.44% from 306); Blue value is 237 (92.97% from 255 or 77.45% from 306); Max value from RGB is 237 - color contains mainly: blue. Hex color #2223ED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2223ED is #DDDC12. Grayscale: #383838. Windows color (decimal): -14539795 or 15541026. OLE color: 15541026.
HSL color Cylindrical-coordinate representation of color #2223ED: hue angle of 239.7º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2223ED is Cyan = 0.86, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 34 | 35 | 237 | - |
| CMYK | 0.86 | 0.85 | 0 | 0.07 |
| HSL | 239.7º | 0.85% | 0.53% | - |
| HSV(B) | 239.7º | 0.86% | 0.93% | - |
| XYZ | 16.55 | 7.66 | 80.73 | - |
| YUV | 57.73 | 229.17 | 111.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 35 | 237 | 0.86 | 0.85 | 0 | 0.07 | 239.7 | 0.85 | 0.53 |
| Hex | 22 | 23 | ED | 56 | 55 | 0 | 7 | F0 | 55 | 35 |
| Octal | 42 | 43 | 355 | 126 | 125 | 0 | 7 | 360 | 125 | 65 |
| Binary | 100010 | 100011 | 11101101 | 1010110 | 1010101 | 0 | 111 | 11110000 | 1010101 | 110101 |
Color Harmonies of #2223ED
Complementary color
Monochromatic Colors of #2223ED
Black with #2223ED
Text Example
Text Example
White with #2223ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2223ED; }
p { color: rgb(34,35,237); }
H1.HeaderClassName
{
color: #2223ED;
}
.AnyTagClassName
{
color: #2223ED;
}
</style>
background-color css
<style>
a { background-color: #2223ED; }
a { background-color: rgb(34,35,237); }
div.DivClassName
{
background-color: #2223ED;
}
.BgClassName
{
background-color: #2223ED;
}
</style>
border-color css
<style>
span { border-color: #2223ED; }
span { border-color: rgb(34,35,237); }
td.TdClassName
{
border-color: #2223ED;
}
.TagClassName
{
border-color: #2223ED;
}
</style>