Shades of Blue #2322EE
Tints of Blue #2322EE
RGB
CMYK
RGB Variations
Color information
#2322EE (or 0x2322EE) is known color: Blue. HEX triplet: 23, 22 and EE. RGB value is (35,34,238). Sum of RGB (Red+Green+Blue) = 35+34+238=307 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.40% from 307); Green value is 34 (13.67% from 255 or 11.07% from 307); Blue value is 238 (93.36% from 255 or 77.52% from 307); Max value from RGB is 238 - color contains mainly: blue. Hex color #2322EE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2322EE is #DCDD11. Grayscale: #383838. Windows color (decimal): -14474514 or 15606307. OLE color: 15606307.
HSL color Cylindrical-coordinate representation of color #2322EE: hue angle of 240.29º degrees, saturation: 0.86, 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 #2322EE is Cyan = 0.85, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 35 | 34 | 238 | - |
| CMYK | 0.85 | 0.86 | 0 | 0.07 |
| HSL | 240.29º | 0.86% | 0.53% | - |
| HSV(B) | 240.29º | 0.86% | 0.93% | - |
| XYZ | 16.7 | 7.67 | 81.49 | - |
| YUV | 57.56 | 229.83 | 111.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 34 | 238 | 0.85 | 0.86 | 0 | 0.07 | 240.29 | 0.86 | 0.53 |
| Hex | 23 | 22 | EE | 55 | 56 | 0 | 7 | F0 | 56 | 35 |
| Octal | 43 | 42 | 356 | 125 | 126 | 0 | 7 | 360 | 126 | 65 |
| Binary | 100011 | 100010 | 11101110 | 1010101 | 1010110 | 0 | 111 | 11110000 | 1010110 | 110101 |
Color Harmonies of #2322EE
Complementary color
Monochromatic Colors of #2322EE
Black with #2322EE
Text Example
Text Example
White with #2322EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2322EE; }
p { color: rgb(35,34,238); }
H1.HeaderClassName
{
color: #2322EE;
}
.AnyTagClassName
{
color: #2322EE;
}
</style>
background-color css
<style>
a { background-color: #2322EE; }
a { background-color: rgb(35,34,238); }
div.DivClassName
{
background-color: #2322EE;
}
.BgClassName
{
background-color: #2322EE;
}
</style>
border-color css
<style>
span { border-color: #2322EE; }
span { border-color: rgb(35,34,238); }
td.TdClassName
{
border-color: #2322EE;
}
.TagClassName
{
border-color: #2322EE;
}
</style>