Shades of Persian Blue #2023BE
Tints of Persian Blue #2023BE
RGB
CMYK
RGB Variations
Color information
#2023BE (or 0x2023BE) is known color: Persian Blue. HEX triplet: 20, 23 and BE. RGB value is (32,35,190). Sum of RGB (Red+Green+Blue) = 32+35+190=257 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.45% from 257); Green value is 35 (14.06% from 255 or 13.62% from 257); Blue value is 190 (74.61% from 255 or 73.93% from 257); Max value from RGB is 190 - color contains mainly: blue. Hex color #2023BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2023BE is #DFDC41. Grayscale: #333333. Windows color (decimal): -14670914 or 12460832. OLE color: 12460832.
HSL color Cylindrical-coordinate representation of color #2023BE: hue angle of 238.86º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2023BE is Cyan = 0.83, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 32 | 35 | 190 | - |
| CMYK | 0.83 | 0.82 | 0 | 0.25 |
| HSL | 238.86º | 0.71% | 0.44% | - |
| HSV(B) | 238.86º | 0.83% | 0.75% | - |
| XYZ | 10.49 | 5.23 | 49.17 | - |
| YUV | 51.77 | 206.01 | 113.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 35 | 190 | 0.83 | 0.82 | 0 | 0.25 | 238.86 | 0.71 | 0.44 |
| Hex | 20 | 23 | BE | 53 | 52 | 0 | 19 | EF | 47 | 2C |
| Octal | 40 | 43 | 276 | 123 | 122 | 0 | 31 | 357 | 107 | 54 |
| Binary | 100000 | 100011 | 10111110 | 1010011 | 1010010 | 0 | 11001 | 11101111 | 1000111 | 101100 |
Color Harmonies of #2023BE
Complementary color
Monochromatic Colors of #2023BE
Black with #2023BE
Text Example
Text Example
White with #2023BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2023BE; }
p { color: rgb(32,35,190); }
H1.HeaderClassName
{
color: #2023BE;
}
.AnyTagClassName
{
color: #2023BE;
}
</style>
background-color css
<style>
a { background-color: #2023BE; }
a { background-color: rgb(32,35,190); }
div.DivClassName
{
background-color: #2023BE;
}
.BgClassName
{
background-color: #2023BE;
}
</style>
border-color css
<style>
span { border-color: #2023BE; }
span { border-color: rgb(32,35,190); }
td.TdClassName
{
border-color: #2023BE;
}
.TagClassName
{
border-color: #2023BE;
}
</style>