Shades of Persian Blue #202BED
Tints of Persian Blue #202BED
RGB
CMYK
RGB Variations
Color information
#202BED (or 0x202BED) is known color: Persian Blue. HEX triplet: 20, 2B and ED. RGB value is (32,43,237). Sum of RGB (Red+Green+Blue) = 32+43+237=312 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.26% from 312); Green value is 43 (17.19% from 255 or 13.78% from 312); Blue value is 237 (92.97% from 255 or 75.96% from 312); Max value from RGB is 237 - color contains mainly: blue. Hex color #202BED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #202BED is #DFD412. Grayscale: #3D3D3D. Windows color (decimal): -14668819 or 15543072. OLE color: 15543072.
HSL color Cylindrical-coordinate representation of color #202BED: hue angle of 236.78º degrees, saturation: 0.85, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #202BED is Cyan = 0.86, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 32 | 43 | 237 | - |
| CMYK | 0.86 | 0.82 | 0 | 0.07 |
| HSL | 236.78º | 0.85% | 0.53% | - |
| HSV(B) | 236.78º | 0.86% | 0.93% | - |
| XYZ | 16.75 | 8.15 | 80.81 | - |
| YUV | 61.83 | 226.86 | 106.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 43 | 237 | 0.86 | 0.82 | 0 | 0.07 | 236.78 | 0.85 | 0.53 |
| Hex | 20 | 2B | ED | 56 | 52 | 0 | 7 | ED | 55 | 35 |
| Octal | 40 | 53 | 355 | 126 | 122 | 0 | 7 | 355 | 125 | 65 |
| Binary | 100000 | 101011 | 11101101 | 1010110 | 1010010 | 0 | 111 | 11101101 | 1010101 | 110101 |
Color Harmonies of #202BED
Complementary color
Monochromatic Colors of #202BED
Black with #202BED
Text Example
Text Example
White with #202BED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #202BED; }
p { color: rgb(32,43,237); }
H1.HeaderClassName
{
color: #202BED;
}
.AnyTagClassName
{
color: #202BED;
}
</style>
background-color css
<style>
a { background-color: #202BED; }
a { background-color: rgb(32,43,237); }
div.DivClassName
{
background-color: #202BED;
}
.BgClassName
{
background-color: #202BED;
}
</style>
border-color css
<style>
span { border-color: #202BED; }
span { border-color: rgb(32,43,237); }
td.TdClassName
{
border-color: #202BED;
}
.TagClassName
{
border-color: #202BED;
}
</style>