Shades of Persian Blue #203BEB
Tints of Persian Blue #203BEB
RGB
CMYK
RGB Variations
Color information
#203BEB (or 0x203BEB) is known color: Persian Blue. HEX triplet: 20, 3B and EB. RGB value is (32,59,235). Sum of RGB (Red+Green+Blue) = 32+59+235=326 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.82% from 326); Green value is 59 (23.44% from 255 or 18.10% from 326); Blue value is 235 (92.19% from 255 or 72.09% from 326); Max value from RGB is 235 - color contains mainly: blue. Hex color #203BEB is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #203BEB is #DFC414. Grayscale: #464646. Windows color (decimal): -14664725 or 15416096. OLE color: 15416096.
HSL color Cylindrical-coordinate representation of color #203BEB: hue angle of 232.02º 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 #203BEB is Cyan = 0.86, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 32 | 59 | 235 | - |
| CMYK | 0.86 | 0.75 | 0 | 0.08 |
| HSL | 232.02º | 0.84% | 0.52% | - |
| HSV(B) | 232.02º | 0.86% | 0.92% | - |
| XYZ | 17.16 | 9.43 | 79.51 | - |
| YUV | 70.99 | 220.55 | 100.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 59 | 235 | 0.86 | 0.75 | 0 | 0.08 | 232.02 | 0.84 | 0.52 |
| Hex | 20 | 3B | EB | 56 | 4B | 0 | 8 | E8 | 54 | 34 |
| Octal | 40 | 73 | 353 | 126 | 113 | 0 | 10 | 350 | 124 | 64 |
| Binary | 100000 | 111011 | 11101011 | 1010110 | 1001011 | 0 | 1000 | 11101000 | 1010100 | 110100 |
Color Harmonies of #203BEB
Complementary color
Monochromatic Colors of #203BEB
Black with #203BEB
Text Example
Text Example
White with #203BEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203BEB; }
p { color: rgb(32,59,235); }
H1.HeaderClassName
{
color: #203BEB;
}
.AnyTagClassName
{
color: #203BEB;
}
</style>
background-color css
<style>
a { background-color: #203BEB; }
a { background-color: rgb(32,59,235); }
div.DivClassName
{
background-color: #203BEB;
}
.BgClassName
{
background-color: #203BEB;
}
</style>
border-color css
<style>
span { border-color: #203BEB; }
span { border-color: rgb(32,59,235); }
td.TdClassName
{
border-color: #203BEB;
}
.TagClassName
{
border-color: #203BEB;
}
</style>