Shades of Persian Blue #2321CB
Tints of Persian Blue #2321CB
RGB
CMYK
RGB Variations
Color information
#2321CB (or 0x2321CB) is known color: Persian Blue. HEX triplet: 23, 21 and CB. RGB value is (35,33,203). Sum of RGB (Red+Green+Blue) = 35+33+203=271 (35% of max value = 765). Red value is 35 (14.06% from 255 or 12.92% from 271); Green value is 33 (13.28% from 255 or 12.18% from 271); Blue value is 203 (79.69% from 255 or 74.91% from 271); Max value from RGB is 203 - color contains mainly: blue. Hex color #2321CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2321CB is #DCDE34. Grayscale: #343434. Windows color (decimal): -14474805 or 13312291. OLE color: 13312291.
HSL color Cylindrical-coordinate representation of color #2321CB: hue angle of 240.71º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2321CB is Cyan = 0.83, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 35 | 33 | 203 | - |
| CMYK | 0.83 | 0.84 | 0 | 0.20 |
| HSL | 240.71º | 0.72% | 0.46% | - |
| HSV(B) | 240.71º | 0.84% | 0.8% | - |
| XYZ | 12.02 | 5.76 | 56.98 | - |
| YUV | 52.98 | 212.66 | 115.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 33 | 203 | 0.83 | 0.84 | 0 | 0.20 | 240.71 | 0.72 | 0.46 |
| Hex | 23 | 21 | CB | 53 | 54 | 0 | 14 | F1 | 48 | 2E |
| Octal | 43 | 41 | 313 | 123 | 124 | 0 | 24 | 361 | 110 | 56 |
| Binary | 100011 | 100001 | 11001011 | 1010011 | 1010100 | 0 | 10100 | 11110001 | 1001000 | 101110 |
Color Harmonies of #2321CB
Complementary color
Monochromatic Colors of #2321CB
Black with #2321CB
Text Example
Text Example
White with #2321CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2321CB; }
p { color: rgb(35,33,203); }
H1.HeaderClassName
{
color: #2321CB;
}
.AnyTagClassName
{
color: #2321CB;
}
</style>
background-color css
<style>
a { background-color: #2321CB; }
a { background-color: rgb(35,33,203); }
div.DivClassName
{
background-color: #2321CB;
}
.BgClassName
{
background-color: #2321CB;
}
</style>
border-color css
<style>
span { border-color: #2321CB; }
span { border-color: rgb(35,33,203); }
td.TdClassName
{
border-color: #2321CB;
}
.TagClassName
{
border-color: #2321CB;
}
</style>