Shades of Blue #2323EE
Tints of Blue #2323EE
RGB
CMYK
RGB Variations
Color information
#2323EE (or 0x2323EE) is known color: Blue. HEX triplet: 23, 23 and EE. RGB value is (35,35,238). Sum of RGB (Red+Green+Blue) = 35+35+238=308 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.36% from 308); Green value is 35 (14.06% from 255 or 11.36% from 308); Blue value is 238 (93.36% from 255 or 77.27% from 308); Max value from RGB is 238 - color contains mainly: blue. Hex color #2323EE is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2323EE is #DCDC11. Grayscale: #393939. Windows color (decimal): -14474258 or 15606563. OLE color: 15606563.
HSL color Cylindrical-coordinate representation of color #2323EE: hue angle of 240º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2323EE is Cyan = 0.85, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 35 | 35 | 238 | - |
| CMYK | 0.85 | 0.85 | 0 | 0.07 |
| HSL | 240º | 0.86% | 0.54% | - |
| HSV(B) | 240º | 0.85% | 0.93% | - |
| XYZ | 16.73 | 7.73 | 81.5 | - |
| YUV | 58.14 | 229.5 | 111.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 35 | 238 | 0.85 | 0.85 | 0 | 0.07 | 240 | 0.86 | 0.54 |
| Hex | 23 | 23 | EE | 55 | 55 | 0 | 7 | F0 | 56 | 36 |
| Octal | 43 | 43 | 356 | 125 | 125 | 0 | 7 | 360 | 126 | 66 |
| Binary | 100011 | 100011 | 11101110 | 1010101 | 1010101 | 0 | 111 | 11110000 | 1010110 | 110110 |
Color Harmonies of #2323EE
Complementary color
Monochromatic Colors of #2323EE
Black with #2323EE
Text Example
Text Example
White with #2323EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2323EE; }
p { color: rgb(35,35,238); }
H1.HeaderClassName
{
color: #2323EE;
}
.AnyTagClassName
{
color: #2323EE;
}
</style>
background-color css
<style>
a { background-color: #2323EE; }
a { background-color: rgb(35,35,238); }
div.DivClassName
{
background-color: #2323EE;
}
.BgClassName
{
background-color: #2323EE;
}
</style>
border-color css
<style>
span { border-color: #2323EE; }
span { border-color: rgb(35,35,238); }
td.TdClassName
{
border-color: #2323EE;
}
.TagClassName
{
border-color: #2323EE;
}
</style>