Shades of Persian Blue #2028CE
Tints of Persian Blue #2028CE
RGB
CMYK
RGB Variations
Color information
#2028CE (or 0x2028CE) is known color: Persian Blue. HEX triplet: 20, 28 and CE. RGB value is (32,40,206). Sum of RGB (Red+Green+Blue) = 32+40+206=278 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.51% from 278); Green value is 40 (16.02% from 255 or 14.39% from 278); Blue value is 206 (80.86% from 255 or 74.10% from 278); Max value from RGB is 206 - color contains mainly: blue. Hex color #2028CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2028CE is #DFD731. Grayscale: #373737. Windows color (decimal): -14669618 or 13510688. OLE color: 13510688.
HSL color Cylindrical-coordinate representation of color #2028CE: hue angle of 237.24º 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 #2028CE is Cyan = 0.84, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 32 | 40 | 206 | - |
| CMYK | 0.84 | 0.81 | 0 | 0.19 |
| HSL | 237.24º | 0.73% | 0.47% | - |
| HSV(B) | 237.24º | 0.84% | 0.81% | - |
| XYZ | 12.5 | 6.28 | 58.95 | - |
| YUV | 56.53 | 212.35 | 110.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 40 | 206 | 0.84 | 0.81 | 0 | 0.19 | 237.24 | 0.73 | 0.47 |
| Hex | 20 | 28 | CE | 54 | 51 | 0 | 13 | ED | 49 | 2F |
| Octal | 40 | 50 | 316 | 124 | 121 | 0 | 23 | 355 | 111 | 57 |
| Binary | 100000 | 101000 | 11001110 | 1010100 | 1010001 | 0 | 10011 | 11101101 | 1001001 | 101111 |
Color Harmonies of #2028CE
Complementary color
Monochromatic Colors of #2028CE
Black with #2028CE
Text Example
Text Example
White with #2028CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2028CE; }
p { color: rgb(32,40,206); }
H1.HeaderClassName
{
color: #2028CE;
}
.AnyTagClassName
{
color: #2028CE;
}
</style>
background-color css
<style>
a { background-color: #2028CE; }
a { background-color: rgb(32,40,206); }
div.DivClassName
{
background-color: #2028CE;
}
.BgClassName
{
background-color: #2028CE;
}
</style>
border-color css
<style>
span { border-color: #2028CE; }
span { border-color: rgb(32,40,206); }
td.TdClassName
{
border-color: #2028CE;
}
.TagClassName
{
border-color: #2028CE;
}
</style>