Shades of Persian Blue #203EBD
Tints of Persian Blue #203EBD
RGB
CMYK
RGB Variations
Color information
#203EBD (or 0x203EBD) is known color: Persian Blue. HEX triplet: 20, 3E and BD. RGB value is (32,62,189). Sum of RGB (Red+Green+Blue) = 32+62+189=283 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.31% from 283); Green value is 62 (24.61% from 255 or 21.91% from 283); Blue value is 189 (74.22% from 255 or 66.78% from 283); Max value from RGB is 189 - color contains mainly: blue. Hex color #203EBD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #203EBD is #DFC142. Grayscale: #424242. Windows color (decimal): -14664003 or 12402208. OLE color: 12402208.
HSL color Cylindrical-coordinate representation of color #203EBD: hue angle of 228.54º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #203EBD is Cyan = 0.83, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 32 | 62 | 189 | - |
| CMYK | 0.83 | 0.67 | 0 | 0.26 |
| HSL | 228.54º | 0.71% | 0.43% | - |
| HSV(B) | 228.54º | 0.83% | 0.74% | - |
| XYZ | 11.5 | 7.43 | 48.97 | - |
| YUV | 67.51 | 196.56 | 102.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 62 | 189 | 0.83 | 0.67 | 0 | 0.26 | 228.54 | 0.71 | 0.43 |
| Hex | 20 | 3E | BD | 53 | 43 | 0 | 1A | E5 | 47 | 2B |
| Octal | 40 | 76 | 275 | 123 | 103 | 0 | 32 | 345 | 107 | 53 |
| Binary | 100000 | 111110 | 10111101 | 1010011 | 1000011 | 0 | 11010 | 11100101 | 1000111 | 101011 |
Color Harmonies of #203EBD
Complementary color
Monochromatic Colors of #203EBD
Black with #203EBD
Text Example
Text Example
White with #203EBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203EBD; }
p { color: rgb(32,62,189); }
H1.HeaderClassName
{
color: #203EBD;
}
.AnyTagClassName
{
color: #203EBD;
}
</style>
background-color css
<style>
a { background-color: #203EBD; }
a { background-color: rgb(32,62,189); }
div.DivClassName
{
background-color: #203EBD;
}
.BgClassName
{
background-color: #203EBD;
}
</style>
border-color css
<style>
span { border-color: #203EBD; }
span { border-color: rgb(32,62,189); }
td.TdClassName
{
border-color: #203EBD;
}
.TagClassName
{
border-color: #203EBD;
}
</style>