Shades of Persian Blue #2031C5
Tints of Persian Blue #2031C5
RGB
CMYK
RGB Variations
Color information
#2031C5 (or 0x2031C5) is known color: Persian Blue. HEX triplet: 20, 31 and C5. RGB value is (32,49,197). Sum of RGB (Red+Green+Blue) = 32+49+197=278 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.51% from 278); Green value is 49 (19.53% from 255 or 17.63% from 278); Blue value is 197 (77.34% from 255 or 70.86% from 278); Max value from RGB is 197 - color contains mainly: blue. Hex color #2031C5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2031C5 is #DFCE3A. Grayscale: #3C3C3C. Windows color (decimal): -14667323 or 12923168. OLE color: 12923168.
HSL color Cylindrical-coordinate representation of color #2031C5: hue angle of 233.82º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2031C5 is Cyan = 0.84, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 32 | 49 | 197 | - |
| CMYK | 0.84 | 0.75 | 0 | 0.23 |
| HSL | 233.82º | 0.72% | 0.45% | - |
| HSV(B) | 233.82º | 0.84% | 0.77% | - |
| XYZ | 11.77 | 6.53 | 53.46 | - |
| YUV | 60.79 | 204.87 | 107.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 49 | 197 | 0.84 | 0.75 | 0 | 0.23 | 233.82 | 0.72 | 0.45 |
| Hex | 20 | 31 | C5 | 54 | 4B | 0 | 17 | EA | 48 | 2D |
| Octal | 40 | 61 | 305 | 124 | 113 | 0 | 27 | 352 | 110 | 55 |
| Binary | 100000 | 110001 | 11000101 | 1010100 | 1001011 | 0 | 10111 | 11101010 | 1001000 | 101101 |
Color Harmonies of #2031C5
Complementary color
Monochromatic Colors of #2031C5
Black with #2031C5
Text Example
Text Example
White with #2031C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2031C5; }
p { color: rgb(32,49,197); }
H1.HeaderClassName
{
color: #2031C5;
}
.AnyTagClassName
{
color: #2031C5;
}
</style>
background-color css
<style>
a { background-color: #2031C5; }
a { background-color: rgb(32,49,197); }
div.DivClassName
{
background-color: #2031C5;
}
.BgClassName
{
background-color: #2031C5;
}
</style>
border-color css
<style>
span { border-color: #2031C5; }
span { border-color: rgb(32,49,197); }
td.TdClassName
{
border-color: #2031C5;
}
.TagClassName
{
border-color: #2031C5;
}
</style>