Shades of Persian Blue #2321AC
Tints of Persian Blue #2321AC
RGB
CMYK
RGB Variations
Color information
#2321AC (or 0x2321AC) is known color: Persian Blue. HEX triplet: 23, 21 and AC. RGB value is (35,33,172). Sum of RGB (Red+Green+Blue) = 35+33+172=240 (31% of max value = 765). Red value is 35 (14.06% from 255 or 14.58% from 240); Green value is 33 (13.28% from 255 or 13.75% from 240); Blue value is 172 (67.58% from 255 or 71.67% from 240); Max value from RGB is 172 - color contains mainly: blue. Hex color #2321AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2321AC is #DCDE53. Grayscale: #303030. Windows color (decimal): -14474836 or 11280675. OLE color: 11280675.
HSL color Cylindrical-coordinate representation of color #2321AC: hue angle of 240.86º degrees, saturation: 0.68, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2321AC is Cyan = 0.80, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 35 | 33 | 172 | - |
| CMYK | 0.80 | 0.81 | 0 | 0.33 |
| HSL | 240.86º | 0.68% | 0.4% | - |
| HSV(B) | 240.86º | 0.81% | 0.67% | - |
| XYZ | 8.68 | 4.42 | 39.43 | - |
| YUV | 49.44 | 197.16 | 117.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 33 | 172 | 0.80 | 0.81 | 0 | 0.33 | 240.86 | 0.68 | 0.4 |
| Hex | 23 | 21 | AC | 50 | 51 | 0 | 21 | F1 | 44 | 28 |
| Octal | 43 | 41 | 254 | 120 | 121 | 0 | 41 | 361 | 104 | 50 |
| Binary | 100011 | 100001 | 10101100 | 1010000 | 1010001 | 0 | 100001 | 11110001 | 1000100 | 101000 |
Color Harmonies of #2321AC
Complementary color
Monochromatic Colors of #2321AC
Black with #2321AC
Text Example
Text Example
White with #2321AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2321AC; }
p { color: rgb(35,33,172); }
H1.HeaderClassName
{
color: #2321AC;
}
.AnyTagClassName
{
color: #2321AC;
}
</style>
background-color css
<style>
a { background-color: #2321AC; }
a { background-color: rgb(35,33,172); }
div.DivClassName
{
background-color: #2321AC;
}
.BgClassName
{
background-color: #2321AC;
}
</style>
border-color css
<style>
span { border-color: #2321AC; }
span { border-color: rgb(35,33,172); }
td.TdClassName
{
border-color: #2321AC;
}
.TagClassName
{
border-color: #2321AC;
}
</style>