Shades of Blue #2329EF
Tints of Blue #2329EF
RGB
CMYK
RGB Variations
Color information
#2329EF (or 0x2329EF) is known color: Blue. HEX triplet: 23, 29 and EF. RGB value is (35,41,239). Sum of RGB (Red+Green+Blue) = 35+41+239=315 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.11% from 315); Green value is 41 (16.41% from 255 or 13.02% from 315); Blue value is 239 (93.75% from 255 or 75.87% from 315); Max value from RGB is 239 - color contains mainly: blue. Hex color #2329EF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2329EF is #DCD610. Grayscale: #3C3C3C. Windows color (decimal): -14472721 or 15673635. OLE color: 15673635.
HSL color Cylindrical-coordinate representation of color #2329EF: hue angle of 238.24º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2329EF is Cyan = 0.85, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 35 | 41 | 239 | - |
| CMYK | 0.85 | 0.83 | 0 | 0.06 |
| HSL | 238.24º | 0.86% | 0.54% | - |
| HSV(B) | 238.24º | 0.85% | 0.94% | - |
| XYZ | 17.07 | 8.18 | 82.34 | - |
| YUV | 61.78 | 228.01 | 108.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 41 | 239 | 0.85 | 0.83 | 0 | 0.06 | 238.24 | 0.86 | 0.54 |
| Hex | 23 | 29 | EF | 55 | 53 | 0 | 6 | EE | 56 | 36 |
| Octal | 43 | 51 | 357 | 125 | 123 | 0 | 6 | 356 | 126 | 66 |
| Binary | 100011 | 101001 | 11101111 | 1010101 | 1010011 | 0 | 110 | 11101110 | 1010110 | 110110 |
Color Harmonies of #2329EF
Complementary color
Monochromatic Colors of #2329EF
Black with #2329EF
Text Example
Text Example
White with #2329EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2329EF; }
p { color: rgb(35,41,239); }
H1.HeaderClassName
{
color: #2329EF;
}
.AnyTagClassName
{
color: #2329EF;
}
</style>
background-color css
<style>
a { background-color: #2329EF; }
a { background-color: rgb(35,41,239); }
div.DivClassName
{
background-color: #2329EF;
}
.BgClassName
{
background-color: #2329EF;
}
</style>
border-color css
<style>
span { border-color: #2329EF; }
span { border-color: rgb(35,41,239); }
td.TdClassName
{
border-color: #2329EF;
}
.TagClassName
{
border-color: #2329EF;
}
</style>