Shades of Blue #2329FF
Tints of Blue #2329FF
RGB
CMYK
RGB Variations
Color information
#2329FF (or 0x2329FF) is known color: Blue. HEX triplet: 23, 29 and FF. RGB value is (35,41,255). Sum of RGB (Red+Green+Blue) = 35+41+255=331 (43% of max value = 765). Red value is 35 (14.06% from 255 or 10.57% from 331); Green value is 41 (16.41% from 255 or 12.39% from 331); Blue value is 255 (100% from 255 or 77.04% from 331); Max value from RGB is 255 - color contains mainly: blue. Hex color #2329FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2329FF is #DCD600. Grayscale: #3E3E3E. Windows color (decimal): -14472705 or 16722211. OLE color: 16722211.
HSL color Cylindrical-coordinate representation of color #2329FF: hue angle of 238.36º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2329FF is Cyan = 0.86, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 35 | 41 | 255 | - |
| CMYK | 0.86 | 0.84 | 0 | 0 |
| HSL | 238.36º | 1% | 0.57% | - |
| HSV(B) | 238.36º | 0.86% | 1% | - |
| XYZ | 19.54 | 9.16 | 95.35 | - |
| YUV | 63.6 | 236.01 | 107.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 41 | 255 | 0.86 | 0.84 | 0 | 0 | 238.36 | 1 | 0.57 |
| Hex | 23 | 29 | FF | 56 | 54 | 0 | 0 | EE | 64 | 39 |
| Octal | 43 | 51 | 377 | 126 | 124 | 0 | 0 | 356 | 144 | 71 |
| Binary | 100011 | 101001 | 11111111 | 1010110 | 1010100 | 0 | 0 | 11101110 | 1100100 | 111001 |
Color Harmonies of #2329FF
Complementary color
Monochromatic Colors of #2329FF
Black with #2329FF
Text Example
Text Example
White with #2329FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2329FF; }
p { color: rgb(35,41,255); }
H1.HeaderClassName
{
color: #2329FF;
}
.AnyTagClassName
{
color: #2329FF;
}
</style>
background-color css
<style>
a { background-color: #2329FF; }
a { background-color: rgb(35,41,255); }
div.DivClassName
{
background-color: #2329FF;
}
.BgClassName
{
background-color: #2329FF;
}
</style>
border-color css
<style>
span { border-color: #2329FF; }
span { border-color: rgb(35,41,255); }
td.TdClassName
{
border-color: #2329FF;
}
.TagClassName
{
border-color: #2329FF;
}
</style>