Shades of Blue #2326FF
Tints of Blue #2326FF
RGB
CMYK
RGB Variations
Color information
#2326FF (or 0x2326FF) is known color: Blue. HEX triplet: 23, 26 and FF. RGB value is (35,38,255). Sum of RGB (Red+Green+Blue) = 35+38+255=328 (43% of max value = 765). Red value is 35 (14.06% from 255 or 10.67% from 328); Green value is 38 (15.23% from 255 or 11.59% from 328); Blue value is 255 (100% from 255 or 77.74% from 328); Max value from RGB is 255 - color contains mainly: blue. Hex color #2326FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2326FF is #DCD900. Grayscale: #3C3C3C. Windows color (decimal): -14473473 or 16721443. OLE color: 16721443.
HSL color Cylindrical-coordinate representation of color #2326FF: hue angle of 239.18º 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 #2326FF is Cyan = 0.86, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 35 | 38 | 255 | - |
| CMYK | 0.86 | 0.85 | 0 | 0 |
| HSL | 239.18º | 1% | 0.57% | - |
| HSV(B) | 239.18º | 0.86% | 1% | - |
| XYZ | 19.44 | 8.96 | 95.31 | - |
| YUV | 61.84 | 237.01 | 108.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 38 | 255 | 0.86 | 0.85 | 0 | 0 | 239.18 | 1 | 0.57 |
| Hex | 23 | 26 | FF | 56 | 55 | 0 | 0 | EF | 64 | 39 |
| Octal | 43 | 46 | 377 | 126 | 125 | 0 | 0 | 357 | 144 | 71 |
| Binary | 100011 | 100110 | 11111111 | 1010110 | 1010101 | 0 | 0 | 11101111 | 1100100 | 111001 |
Color Harmonies of #2326FF
Complementary color
Monochromatic Colors of #2326FF
Black with #2326FF
Text Example
Text Example
White with #2326FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2326FF; }
p { color: rgb(35,38,255); }
H1.HeaderClassName
{
color: #2326FF;
}
.AnyTagClassName
{
color: #2326FF;
}
</style>
background-color css
<style>
a { background-color: #2326FF; }
a { background-color: rgb(35,38,255); }
div.DivClassName
{
background-color: #2326FF;
}
.BgClassName
{
background-color: #2326FF;
}
</style>
border-color css
<style>
span { border-color: #2326FF; }
span { border-color: rgb(35,38,255); }
td.TdClassName
{
border-color: #2326FF;
}
.TagClassName
{
border-color: #2326FF;
}
</style>