Shades of Persian Blue #2321B2
Tints of Persian Blue #2321B2
RGB
CMYK
RGB Variations
Color information
#2321B2 (or 0x2321B2) is known color: Persian Blue. HEX triplet: 23, 21 and B2. RGB value is (35,33,178). Sum of RGB (Red+Green+Blue) = 35+33+178=246 (32% of max value = 765). Red value is 35 (14.06% from 255 or 14.23% from 246); Green value is 33 (13.28% from 255 or 13.41% from 246); Blue value is 178 (69.92% from 255 or 72.36% from 246); Max value from RGB is 178 - color contains mainly: blue. Hex color #2321B2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2321B2 is #DCDE4D. Grayscale: #313131. Windows color (decimal): -14474830 or 11673891. OLE color: 11673891.
HSL color Cylindrical-coordinate representation of color #2321B2: hue angle of 240.83º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2321B2 is Cyan = 0.80, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 35 | 33 | 178 | - |
| CMYK | 0.80 | 0.81 | 0 | 0.30 |
| HSL | 240.83º | 0.69% | 0.41% | - |
| HSV(B) | 240.83º | 0.81% | 0.7% | - |
| XYZ | 9.27 | 4.66 | 42.53 | - |
| YUV | 50.13 | 200.16 | 117.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 33 | 178 | 0.80 | 0.81 | 0 | 0.30 | 240.83 | 0.69 | 0.41 |
| Hex | 23 | 21 | B2 | 50 | 51 | 0 | 1E | F1 | 45 | 29 |
| Octal | 43 | 41 | 262 | 120 | 121 | 0 | 36 | 361 | 105 | 51 |
| Binary | 100011 | 100001 | 10110010 | 1010000 | 1010001 | 0 | 11110 | 11110001 | 1000101 | 101001 |
Color Harmonies of #2321B2
Complementary color
Monochromatic Colors of #2321B2
Black with #2321B2
Text Example
Text Example
White with #2321B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2321B2; }
p { color: rgb(35,33,178); }
H1.HeaderClassName
{
color: #2321B2;
}
.AnyTagClassName
{
color: #2321B2;
}
</style>
background-color css
<style>
a { background-color: #2321B2; }
a { background-color: rgb(35,33,178); }
div.DivClassName
{
background-color: #2321B2;
}
.BgClassName
{
background-color: #2321B2;
}
</style>
border-color css
<style>
span { border-color: #2321B2; }
span { border-color: rgb(35,33,178); }
td.TdClassName
{
border-color: #2321B2;
}
.TagClassName
{
border-color: #2321B2;
}
</style>