Shades of Persian Blue #2023E7
Tints of Persian Blue #2023E7
RGB
CMYK
RGB Variations
Color information
#2023E7 (or 0x2023E7) is known color: Persian Blue. HEX triplet: 20, 23 and E7. RGB value is (32,35,231). Sum of RGB (Red+Green+Blue) = 32+35+231=298 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.74% from 298); Green value is 35 (14.06% from 255 or 11.74% from 298); Blue value is 231 (90.62% from 255 or 77.52% from 298); Max value from RGB is 231 - color contains mainly: blue. Hex color #2023E7 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #2023E7 is #DFDC18. Grayscale: #373737. Windows color (decimal): -14670873 or 15147808. OLE color: 15147808.
HSL color Cylindrical-coordinate representation of color #2023E7: hue angle of 239.1º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #2023E7 is Cyan = 0.86, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 32 | 35 | 231 | - |
| CMYK | 0.86 | 0.85 | 0 | 0.09 |
| HSL | 239.1º | 0.81% | 0.52% | - |
| HSV(B) | 239.1º | 0.86% | 0.91% | - |
| XYZ | 15.62 | 7.28 | 76.18 | - |
| YUV | 56.45 | 226.51 | 110.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 35 | 231 | 0.86 | 0.85 | 0 | 0.09 | 239.1 | 0.81 | 0.52 |
| Hex | 20 | 23 | E7 | 56 | 55 | 0 | 9 | EF | 51 | 34 |
| Octal | 40 | 43 | 347 | 126 | 125 | 0 | 11 | 357 | 121 | 64 |
| Binary | 100000 | 100011 | 11100111 | 1010110 | 1010101 | 0 | 1001 | 11101111 | 1010001 | 110100 |
Color Harmonies of #2023E7
Complementary color
Monochromatic Colors of #2023E7
Black with #2023E7
Text Example
Text Example
White with #2023E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2023E7; }
p { color: rgb(32,35,231); }
H1.HeaderClassName
{
color: #2023E7;
}
.AnyTagClassName
{
color: #2023E7;
}
</style>
background-color css
<style>
a { background-color: #2023E7; }
a { background-color: rgb(32,35,231); }
div.DivClassName
{
background-color: #2023E7;
}
.BgClassName
{
background-color: #2023E7;
}
</style>
border-color css
<style>
span { border-color: #2023E7; }
span { border-color: rgb(32,35,231); }
td.TdClassName
{
border-color: #2023E7;
}
.TagClassName
{
border-color: #2023E7;
}
</style>