Shades of Persian Blue #2033CE
Tints of Persian Blue #2033CE
RGB
CMYK
RGB Variations
Color information
#2033CE (or 0x2033CE) is known color: Persian Blue. HEX triplet: 20, 33 and CE. RGB value is (32,51,206). Sum of RGB (Red+Green+Blue) = 32+51+206=289 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.07% from 289); Green value is 51 (20.31% from 255 or 17.65% from 289); Blue value is 206 (80.86% from 255 or 71.28% from 289); Max value from RGB is 206 - color contains mainly: blue. Hex color #2033CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2033CE is #DFCC31. Grayscale: #3E3E3E. Windows color (decimal): -14666802 or 13513504. OLE color: 13513504.
HSL color Cylindrical-coordinate representation of color #2033CE: hue angle of 233.45º 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 #2033CE is Cyan = 0.84, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 32 | 51 | 206 | - |
| CMYK | 0.84 | 0.75 | 0 | 0.19 |
| HSL | 233.45º | 0.73% | 0.47% | - |
| HSV(B) | 233.45º | 0.84% | 0.81% | - |
| XYZ | 12.92 | 7.13 | 59.09 | - |
| YUV | 62.99 | 208.71 | 105.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 51 | 206 | 0.84 | 0.75 | 0 | 0.19 | 233.45 | 0.73 | 0.47 |
| Hex | 20 | 33 | CE | 54 | 4B | 0 | 13 | E9 | 49 | 2F |
| Octal | 40 | 63 | 316 | 124 | 113 | 0 | 23 | 351 | 111 | 57 |
| Binary | 100000 | 110011 | 11001110 | 1010100 | 1001011 | 0 | 10011 | 11101001 | 1001001 | 101111 |
Color Harmonies of #2033CE
Complementary color
Monochromatic Colors of #2033CE
Black with #2033CE
Text Example
Text Example
White with #2033CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2033CE; }
p { color: rgb(32,51,206); }
H1.HeaderClassName
{
color: #2033CE;
}
.AnyTagClassName
{
color: #2033CE;
}
</style>
background-color css
<style>
a { background-color: #2033CE; }
a { background-color: rgb(32,51,206); }
div.DivClassName
{
background-color: #2033CE;
}
.BgClassName
{
background-color: #2033CE;
}
</style>
border-color css
<style>
span { border-color: #2033CE; }
span { border-color: rgb(32,51,206); }
td.TdClassName
{
border-color: #2033CE;
}
.TagClassName
{
border-color: #2033CE;
}
</style>