Shades of Persian Blue #2034CE
Tints of Persian Blue #2034CE
RGB
CMYK
RGB Variations
Color information
#2034CE (or 0x2034CE) is known color: Persian Blue. HEX triplet: 20, 34 and CE. RGB value is (32,52,206). Sum of RGB (Red+Green+Blue) = 32+52+206=290 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.03% from 290); Green value is 52 (20.70% from 255 or 17.93% from 290); Blue value is 206 (80.86% from 255 or 71.03% from 290); Max value from RGB is 206 - color contains mainly: blue. Hex color #2034CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2034CE is #DFCB31. Grayscale: #3E3E3E. Windows color (decimal): -14666546 or 13513760. OLE color: 13513760.
HSL color Cylindrical-coordinate representation of color #2034CE: hue angle of 233.1º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2034CE is Cyan = 0.84, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 32 | 52 | 206 | - |
| CMYK | 0.84 | 0.75 | 0 | 0.19 |
| HSL | 233.1º | 0.73% | 0.47% | - |
| HSV(B) | 233.1º | 0.84% | 0.81% | - |
| XYZ | 12.96 | 7.22 | 59.1 | - |
| YUV | 63.58 | 208.37 | 105.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 52 | 206 | 0.84 | 0.75 | 0 | 0.19 | 233.1 | 0.73 | 0.47 |
| Hex | 20 | 34 | CE | 54 | 4B | 0 | 13 | E9 | 49 | 2F |
| Octal | 40 | 64 | 316 | 124 | 113 | 0 | 23 | 351 | 111 | 57 |
| Binary | 100000 | 110100 | 11001110 | 1010100 | 1001011 | 0 | 10011 | 11101001 | 1001001 | 101111 |
Color Harmonies of #2034CE
Complementary color
Monochromatic Colors of #2034CE
Black with #2034CE
Text Example
Text Example
White with #2034CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2034CE; }
p { color: rgb(32,52,206); }
H1.HeaderClassName
{
color: #2034CE;
}
.AnyTagClassName
{
color: #2034CE;
}
</style>
background-color css
<style>
a { background-color: #2034CE; }
a { background-color: rgb(32,52,206); }
div.DivClassName
{
background-color: #2034CE;
}
.BgClassName
{
background-color: #2034CE;
}
</style>
border-color css
<style>
span { border-color: #2034CE; }
span { border-color: rgb(32,52,206); }
td.TdClassName
{
border-color: #2034CE;
}
.TagClassName
{
border-color: #2034CE;
}
</style>