Shades of Persian Blue #2034CA
Tints of Persian Blue #2034CA
RGB
CMYK
RGB Variations
Color information
#2034CA (or 0x2034CA) is known color: Persian Blue. HEX triplet: 20, 34 and CA. RGB value is (32,52,202). Sum of RGB (Red+Green+Blue) = 32+52+202=286 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.19% from 286); Green value is 52 (20.70% from 255 or 18.18% from 286); Blue value is 202 (79.30% from 255 or 70.63% from 286); Max value from RGB is 202 - color contains mainly: blue. Hex color #2034CA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2034CA is #DFCB35. Grayscale: #3E3E3E. Windows color (decimal): -14666550 or 13251616. OLE color: 13251616.
HSL color Cylindrical-coordinate representation of color #2034CA: hue angle of 232.94º 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 #2034CA is Cyan = 0.84, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 32 | 52 | 202 | - |
| CMYK | 0.84 | 0.74 | 0 | 0.21 |
| HSL | 232.94º | 0.73% | 0.46% | - |
| HSV(B) | 232.94º | 0.84% | 0.79% | - |
| XYZ | 12.48 | 7.03 | 56.58 | - |
| YUV | 63.12 | 206.37 | 105.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 52 | 202 | 0.84 | 0.74 | 0 | 0.21 | 232.94 | 0.73 | 0.46 |
| Hex | 20 | 34 | CA | 54 | 4A | 0 | 15 | E9 | 49 | 2E |
| Octal | 40 | 64 | 312 | 124 | 112 | 0 | 25 | 351 | 111 | 56 |
| Binary | 100000 | 110100 | 11001010 | 1010100 | 1001010 | 0 | 10101 | 11101001 | 1001001 | 101110 |
Color Harmonies of #2034CA
Complementary color
Monochromatic Colors of #2034CA
Black with #2034CA
Text Example
Text Example
White with #2034CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2034CA; }
p { color: rgb(32,52,202); }
H1.HeaderClassName
{
color: #2034CA;
}
.AnyTagClassName
{
color: #2034CA;
}
</style>
background-color css
<style>
a { background-color: #2034CA; }
a { background-color: rgb(32,52,202); }
div.DivClassName
{
background-color: #2034CA;
}
.BgClassName
{
background-color: #2034CA;
}
</style>
border-color css
<style>
span { border-color: #2034CA; }
span { border-color: rgb(32,52,202); }
td.TdClassName
{
border-color: #2034CA;
}
.TagClassName
{
border-color: #2034CA;
}
</style>