Shades of Persian Blue #202EEB
Tints of Persian Blue #202EEB
RGB
CMYK
RGB Variations
Color information
#202EEB (or 0x202EEB) is known color: Persian Blue. HEX triplet: 20, 2E and EB. RGB value is (32,46,235). Sum of RGB (Red+Green+Blue) = 32+46+235=313 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.22% from 313); Green value is 46 (18.36% from 255 or 14.70% from 313); Blue value is 235 (92.19% from 255 or 75.08% from 313); Max value from RGB is 235 - color contains mainly: blue. Hex color #202EEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #202EEB is #DFD114. Grayscale: #3E3E3E. Windows color (decimal): -14668053 or 15412768. OLE color: 15412768.
HSL color Cylindrical-coordinate representation of color #202EEB: hue angle of 235.86º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #202EEB is Cyan = 0.86, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 32 | 46 | 235 | - |
| CMYK | 0.86 | 0.80 | 0 | 0.08 |
| HSL | 235.86º | 0.84% | 0.52% | - |
| HSV(B) | 235.86º | 0.86% | 0.92% | - |
| XYZ | 16.57 | 8.26 | 79.32 | - |
| YUV | 63.36 | 224.86 | 105.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 46 | 235 | 0.86 | 0.80 | 0 | 0.08 | 235.86 | 0.84 | 0.52 |
| Hex | 20 | 2E | EB | 56 | 50 | 0 | 8 | EC | 54 | 34 |
| Octal | 40 | 56 | 353 | 126 | 120 | 0 | 10 | 354 | 124 | 64 |
| Binary | 100000 | 101110 | 11101011 | 1010110 | 1010000 | 0 | 1000 | 11101100 | 1010100 | 110100 |
Color Harmonies of #202EEB
Complementary color
Monochromatic Colors of #202EEB
Black with #202EEB
Text Example
Text Example
White with #202EEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202EEB; }
p { color: rgb(32,46,235); }
H1.HeaderClassName
{
color: #202EEB;
}
.AnyTagClassName
{
color: #202EEB;
}
</style>
background-color css
<style>
a { background-color: #202EEB; }
a { background-color: rgb(32,46,235); }
div.DivClassName
{
background-color: #202EEB;
}
.BgClassName
{
background-color: #202EEB;
}
</style>
border-color css
<style>
span { border-color: #202EEB; }
span { border-color: rgb(32,46,235); }
td.TdClassName
{
border-color: #202EEB;
}
.TagClassName
{
border-color: #202EEB;
}
</style>