Shades of Persian Blue #2033CB
Tints of Persian Blue #2033CB
RGB
CMYK
RGB Variations
Color information
#2033CB (or 0x2033CB) is known color: Persian Blue. HEX triplet: 20, 33 and CB. RGB value is (32,51,203). Sum of RGB (Red+Green+Blue) = 32+51+203=286 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.19% from 286); Green value is 51 (20.31% from 255 or 17.83% from 286); Blue value is 203 (79.69% from 255 or 70.98% from 286); Max value from RGB is 203 - color contains mainly: blue. Hex color #2033CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2033CB is #DFCC34. Grayscale: #3E3E3E. Windows color (decimal): -14666805 or 13316896. OLE color: 13316896.
HSL color Cylindrical-coordinate representation of color #2033CB: hue angle of 233.33º degrees, saturation: 0.73, 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 #2033CB is Cyan = 0.84, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 32 | 51 | 203 | - |
| CMYK | 0.84 | 0.75 | 0 | 0.20 |
| HSL | 233.33º | 0.73% | 0.46% | - |
| HSV(B) | 233.33º | 0.84% | 0.8% | - |
| XYZ | 12.56 | 6.99 | 57.19 | - |
| YUV | 62.65 | 207.21 | 106.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 51 | 203 | 0.84 | 0.75 | 0 | 0.20 | 233.33 | 0.73 | 0.46 |
| Hex | 20 | 33 | CB | 54 | 4B | 0 | 14 | E9 | 49 | 2E |
| Octal | 40 | 63 | 313 | 124 | 113 | 0 | 24 | 351 | 111 | 56 |
| Binary | 100000 | 110011 | 11001011 | 1010100 | 1001011 | 0 | 10100 | 11101001 | 1001001 | 101110 |
Color Harmonies of #2033CB
Complementary color
Monochromatic Colors of #2033CB
Black with #2033CB
Text Example
Text Example
White with #2033CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2033CB; }
p { color: rgb(32,51,203); }
H1.HeaderClassName
{
color: #2033CB;
}
.AnyTagClassName
{
color: #2033CB;
}
</style>
background-color css
<style>
a { background-color: #2033CB; }
a { background-color: rgb(32,51,203); }
div.DivClassName
{
background-color: #2033CB;
}
.BgClassName
{
background-color: #2033CB;
}
</style>
border-color css
<style>
span { border-color: #2033CB; }
span { border-color: rgb(32,51,203); }
td.TdClassName
{
border-color: #2033CB;
}
.TagClassName
{
border-color: #2033CB;
}
</style>