Shades of Blue #2328EF
Tints of Blue #2328EF
RGB
CMYK
RGB Variations
Color information
#2328EF (or 0x2328EF) is known color: Blue. HEX triplet: 23, 28 and EF. RGB value is (35,40,239). Sum of RGB (Red+Green+Blue) = 35+40+239=314 (41% of max value = 765). Red value is 35 (14.06% from 255 or 11.15% from 314); Green value is 40 (16.02% from 255 or 12.74% from 314); Blue value is 239 (93.75% from 255 or 76.11% from 314); Max value from RGB is 239 - color contains mainly: blue. Hex color #2328EF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2328EF is #DCD710. Grayscale: #3C3C3C. Windows color (decimal): -14472977 or 15673379. OLE color: 15673379.
HSL color Cylindrical-coordinate representation of color #2328EF: hue angle of 238.53º 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 #2328EF is Cyan = 0.85, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 35 | 40 | 239 | - |
| CMYK | 0.85 | 0.83 | 0 | 0.06 |
| HSL | 238.53º | 0.86% | 0.54% | - |
| HSV(B) | 238.53º | 0.85% | 0.94% | - |
| XYZ | 17.03 | 8.11 | 82.33 | - |
| YUV | 61.19 | 228.34 | 109.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 40 | 239 | 0.85 | 0.83 | 0 | 0.06 | 238.53 | 0.86 | 0.54 |
| Hex | 23 | 28 | EF | 55 | 53 | 0 | 6 | EF | 56 | 36 |
| Octal | 43 | 50 | 357 | 125 | 123 | 0 | 6 | 357 | 126 | 66 |
| Binary | 100011 | 101000 | 11101111 | 1010101 | 1010011 | 0 | 110 | 11101111 | 1010110 | 110110 |
Color Harmonies of #2328EF
Complementary color
Monochromatic Colors of #2328EF
Black with #2328EF
Text Example
Text Example
White with #2328EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2328EF; }
p { color: rgb(35,40,239); }
H1.HeaderClassName
{
color: #2328EF;
}
.AnyTagClassName
{
color: #2328EF;
}
</style>
background-color css
<style>
a { background-color: #2328EF; }
a { background-color: rgb(35,40,239); }
div.DivClassName
{
background-color: #2328EF;
}
.BgClassName
{
background-color: #2328EF;
}
</style>
border-color css
<style>
span { border-color: #2328EF; }
span { border-color: rgb(35,40,239); }
td.TdClassName
{
border-color: #2328EF;
}
.TagClassName
{
border-color: #2328EF;
}
</style>