Shades of Blue #2321FF
Tints of Blue #2321FF
RGB
CMYK
RGB Variations
Color information
#2321FF (or 0x2321FF) is known color: Blue. HEX triplet: 23, 21 and FF. RGB value is (35,33,255). Sum of RGB (Red+Green+Blue) = 35+33+255=323 (42% of max value = 765). Red value is 35 (14.06% from 255 or 10.84% from 323); Green value is 33 (13.28% from 255 or 10.22% from 323); Blue value is 255 (100% from 255 or 78.95% from 323); Max value from RGB is 255 - color contains mainly: blue. Hex color #2321FF is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2321FF is #DCDE00. Grayscale: #3A3A3A. Windows color (decimal): -14474753 or 16720163. OLE color: 16720163.
HSL color Cylindrical-coordinate representation of color #2321FF: hue angle of 240.54º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2321FF is Cyan = 0.86, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 35 | 33 | 255 | - |
| CMYK | 0.86 | 0.87 | 0 | 0 |
| HSL | 240.54º | 1% | 0.56% | - |
| HSV(B) | 240.54º | 0.87% | 1% | - |
| XYZ | 19.29 | 8.67 | 95.26 | - |
| YUV | 58.91 | 238.66 | 110.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 33 | 255 | 0.86 | 0.87 | 0 | 0 | 240.54 | 1 | 0.56 |
| Hex | 23 | 21 | FF | 56 | 57 | 0 | 0 | F1 | 64 | 38 |
| Octal | 43 | 41 | 377 | 126 | 127 | 0 | 0 | 361 | 144 | 70 |
| Binary | 100011 | 100001 | 11111111 | 1010110 | 1010111 | 0 | 0 | 11110001 | 1100100 | 111000 |
Color Harmonies of #2321FF
Complementary color
Monochromatic Colors of #2321FF
Black with #2321FF
Text Example
Text Example
White with #2321FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2321FF; }
p { color: rgb(35,33,255); }
H1.HeaderClassName
{
color: #2321FF;
}
.AnyTagClassName
{
color: #2321FF;
}
</style>
background-color css
<style>
a { background-color: #2321FF; }
a { background-color: rgb(35,33,255); }
div.DivClassName
{
background-color: #2321FF;
}
.BgClassName
{
background-color: #2321FF;
}
</style>
border-color css
<style>
span { border-color: #2321FF; }
span { border-color: rgb(35,33,255); }
td.TdClassName
{
border-color: #2321FF;
}
.TagClassName
{
border-color: #2321FF;
}
</style>