Shades of Persian Blue #203BE9
Tints of Persian Blue #203BE9
RGB
CMYK
RGB Variations
Color information
#203BE9 (or 0x203BE9) is known color: Persian Blue. HEX triplet: 20, 3B and E9. RGB value is (32,59,233). Sum of RGB (Red+Green+Blue) = 32+59+233=324 (42% of max value = 765). Red value is 32 (12.89% from 255 or 9.88% from 324); Green value is 59 (23.44% from 255 or 18.21% from 324); Blue value is 233 (91.41% from 255 or 71.91% from 324); Max value from RGB is 233 - color contains mainly: blue. Hex color #203BE9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #203BE9 is #DFC416. Grayscale: #464646. Windows color (decimal): -14664727 or 15285024. OLE color: 15285024.
HSL color Cylindrical-coordinate representation of color #203BE9: hue angle of 231.94º degrees, saturation: 0.82, 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 #203BE9 is Cyan = 0.86, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 32 | 59 | 233 | - |
| CMYK | 0.86 | 0.75 | 0 | 0.09 |
| HSL | 231.94º | 0.82% | 0.52% | - |
| HSV(B) | 231.94º | 0.86% | 0.91% | - |
| XYZ | 16.87 | 9.32 | 78 | - |
| YUV | 70.76 | 219.55 | 100.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 59 | 233 | 0.86 | 0.75 | 0 | 0.09 | 231.94 | 0.82 | 0.52 |
| Hex | 20 | 3B | E9 | 56 | 4B | 0 | 9 | E8 | 52 | 34 |
| Octal | 40 | 73 | 351 | 126 | 113 | 0 | 11 | 350 | 122 | 64 |
| Binary | 100000 | 111011 | 11101001 | 1010110 | 1001011 | 0 | 1001 | 11101000 | 1010010 | 110100 |
Color Harmonies of #203BE9
Complementary color
Monochromatic Colors of #203BE9
Black with #203BE9
Text Example
Text Example
White with #203BE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203BE9; }
p { color: rgb(32,59,233); }
H1.HeaderClassName
{
color: #203BE9;
}
.AnyTagClassName
{
color: #203BE9;
}
</style>
background-color css
<style>
a { background-color: #203BE9; }
a { background-color: rgb(32,59,233); }
div.DivClassName
{
background-color: #203BE9;
}
.BgClassName
{
background-color: #203BE9;
}
</style>
border-color css
<style>
span { border-color: #203BE9; }
span { border-color: rgb(32,59,233); }
td.TdClassName
{
border-color: #203BE9;
}
.TagClassName
{
border-color: #203BE9;
}
</style>