Shades of Persian Blue #2034CB
Tints of Persian Blue #2034CB
RGB
CMYK
RGB Variations
Color information
#2034CB (or 0x2034CB) is known color: Persian Blue. HEX triplet: 20, 34 and CB. RGB value is (32,52,203). Sum of RGB (Red+Green+Blue) = 32+52+203=287 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.15% from 287); Green value is 52 (20.70% from 255 or 18.12% from 287); Blue value is 203 (79.69% from 255 or 70.73% from 287); Max value from RGB is 203 - color contains mainly: blue. Hex color #2034CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2034CB is #DFCB34. Grayscale: #3E3E3E. Windows color (decimal): -14666549 or 13317152. OLE color: 13317152.
HSL color Cylindrical-coordinate representation of color #2034CB: hue angle of 232.98º 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 #2034CB is Cyan = 0.84, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 32 | 52 | 203 | - |
| CMYK | 0.84 | 0.74 | 0 | 0.20 |
| HSL | 232.98º | 0.73% | 0.46% | - |
| HSV(B) | 232.98º | 0.84% | 0.8% | - |
| XYZ | 12.6 | 7.07 | 57.2 | - |
| YUV | 63.23 | 206.87 | 105.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 52 | 203 | 0.84 | 0.74 | 0 | 0.20 | 232.98 | 0.73 | 0.46 |
| Hex | 20 | 34 | CB | 54 | 4A | 0 | 14 | E9 | 49 | 2E |
| Octal | 40 | 64 | 313 | 124 | 112 | 0 | 24 | 351 | 111 | 56 |
| Binary | 100000 | 110100 | 11001011 | 1010100 | 1001010 | 0 | 10100 | 11101001 | 1001001 | 101110 |
Color Harmonies of #2034CB
Complementary color
Monochromatic Colors of #2034CB
Black with #2034CB
Text Example
Text Example
White with #2034CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2034CB; }
p { color: rgb(32,52,203); }
H1.HeaderClassName
{
color: #2034CB;
}
.AnyTagClassName
{
color: #2034CB;
}
</style>
background-color css
<style>
a { background-color: #2034CB; }
a { background-color: rgb(32,52,203); }
div.DivClassName
{
background-color: #2034CB;
}
.BgClassName
{
background-color: #2034CB;
}
</style>
border-color css
<style>
span { border-color: #2034CB; }
span { border-color: rgb(32,52,203); }
td.TdClassName
{
border-color: #2034CB;
}
.TagClassName
{
border-color: #2034CB;
}
</style>