Shades of Persian Blue #2031CB
Tints of Persian Blue #2031CB
RGB
CMYK
RGB Variations
Color information
#2031CB (or 0x2031CB) is known color: Persian Blue. HEX triplet: 20, 31 and CB. RGB value is (32,49,203). Sum of RGB (Red+Green+Blue) = 32+49+203=284 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.27% from 284); Green value is 49 (19.53% from 255 or 17.25% from 284); Blue value is 203 (79.69% from 255 or 71.48% from 284); Max value from RGB is 203 - color contains mainly: blue. Hex color #2031CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2031CB is #DFCE34. Grayscale: #3C3C3C. Windows color (decimal): -14667317 or 13316384. OLE color: 13316384.
HSL color Cylindrical-coordinate representation of color #2031CB: hue angle of 234.04º 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 #2031CB is Cyan = 0.84, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 32 | 49 | 203 | - |
| CMYK | 0.84 | 0.76 | 0 | 0.20 |
| HSL | 234.04º | 0.73% | 0.46% | - |
| HSV(B) | 234.04º | 0.84% | 0.8% | - |
| XYZ | 12.47 | 6.82 | 57.16 | - |
| YUV | 61.47 | 207.87 | 106.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 49 | 203 | 0.84 | 0.76 | 0 | 0.20 | 234.04 | 0.73 | 0.46 |
| Hex | 20 | 31 | CB | 54 | 4C | 0 | 14 | EA | 49 | 2E |
| Octal | 40 | 61 | 313 | 124 | 114 | 0 | 24 | 352 | 111 | 56 |
| Binary | 100000 | 110001 | 11001011 | 1010100 | 1001100 | 0 | 10100 | 11101010 | 1001001 | 101110 |
Color Harmonies of #2031CB
Complementary color
Monochromatic Colors of #2031CB
Black with #2031CB
Text Example
Text Example
White with #2031CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2031CB; }
p { color: rgb(32,49,203); }
H1.HeaderClassName
{
color: #2031CB;
}
.AnyTagClassName
{
color: #2031CB;
}
</style>
background-color css
<style>
a { background-color: #2031CB; }
a { background-color: rgb(32,49,203); }
div.DivClassName
{
background-color: #2031CB;
}
.BgClassName
{
background-color: #2031CB;
}
</style>
border-color css
<style>
span { border-color: #2031CB; }
span { border-color: rgb(32,49,203); }
td.TdClassName
{
border-color: #2031CB;
}
.TagClassName
{
border-color: #2031CB;
}
</style>