Shades of Persian Blue #2320CA
Tints of Persian Blue #2320CA
RGB
CMYK
RGB Variations
Color information
#2320CA (or 0x2320CA) is known color: Persian Blue. HEX triplet: 23, 20 and CA. RGB value is (35,32,202). Sum of RGB (Red+Green+Blue) = 35+32+202=269 (35% of max value = 765). Red value is 35 (14.06% from 255 or 13.01% from 269); Green value is 32 (12.89% from 255 or 11.90% from 269); Blue value is 202 (79.30% from 255 or 75.09% from 269); Max value from RGB is 202 - color contains mainly: blue. Hex color #2320CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2320CA is #DCDF35. Grayscale: #333333. Windows color (decimal): -14475062 or 13246499. OLE color: 13246499.
HSL color Cylindrical-coordinate representation of color #2320CA: hue angle of 241.06º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2320CA is Cyan = 0.83, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 35 | 32 | 202 | - |
| CMYK | 0.83 | 0.84 | 0 | 0.21 |
| HSL | 241.06º | 0.73% | 0.46% | - |
| HSV(B) | 241.06º | 0.84% | 0.79% | - |
| XYZ | 11.87 | 5.65 | 56.34 | - |
| YUV | 52.28 | 212.49 | 115.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 35 | 32 | 202 | 0.83 | 0.84 | 0 | 0.21 | 241.06 | 0.73 | 0.46 |
| Hex | 23 | 20 | CA | 53 | 54 | 0 | 15 | F1 | 49 | 2E |
| Octal | 43 | 40 | 312 | 123 | 124 | 0 | 25 | 361 | 111 | 56 |
| Binary | 100011 | 100000 | 11001010 | 1010011 | 1010100 | 0 | 10101 | 11110001 | 1001001 | 101110 |
Color Harmonies of #2320CA
Complementary color
Monochromatic Colors of #2320CA
Black with #2320CA
Text Example
Text Example
White with #2320CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2320CA; }
p { color: rgb(35,32,202); }
H1.HeaderClassName
{
color: #2320CA;
}
.AnyTagClassName
{
color: #2320CA;
}
</style>
background-color css
<style>
a { background-color: #2320CA; }
a { background-color: rgb(35,32,202); }
div.DivClassName
{
background-color: #2320CA;
}
.BgClassName
{
background-color: #2320CA;
}
</style>
border-color css
<style>
span { border-color: #2320CA; }
span { border-color: rgb(35,32,202); }
td.TdClassName
{
border-color: #2320CA;
}
.TagClassName
{
border-color: #2320CA;
}
</style>