Shades of Persian Blue #203BAE
Tints of Persian Blue #203BAE
RGB
CMYK
RGB Variations
Color information
#203BAE (or 0x203BAE) is known color: Persian Blue. HEX triplet: 20, 3B and AE. RGB value is (32,59,174). Sum of RGB (Red+Green+Blue) = 32+59+174=265 (35% of max value = 765). Red value is 32 (12.89% from 255 or 12.08% from 265); Green value is 59 (23.44% from 255 or 22.26% from 265); Blue value is 174 (68.36% from 255 or 65.66% from 265); Max value from RGB is 174 - color contains mainly: blue. Hex color #203BAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #203BAE is #DFC451. Grayscale: #3F3F3F. Windows color (decimal): -14664786 or 11418400. OLE color: 11418400.
HSL color Cylindrical-coordinate representation of color #203BAE: hue angle of 228.59º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #203BAE is Cyan = 0.82, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 32 | 59 | 174 | - |
| CMYK | 0.82 | 0.66 | 0 | 0.32 |
| HSL | 228.59º | 0.69% | 0.4% | - |
| HSV(B) | 228.59º | 0.82% | 0.68% | - |
| XYZ | 9.8 | 6.49 | 40.78 | - |
| YUV | 64.04 | 190.05 | 105.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 59 | 174 | 0.82 | 0.66 | 0 | 0.32 | 228.59 | 0.69 | 0.4 |
| Hex | 20 | 3B | AE | 52 | 42 | 0 | 20 | E5 | 45 | 28 |
| Octal | 40 | 73 | 256 | 122 | 102 | 0 | 40 | 345 | 105 | 50 |
| Binary | 100000 | 111011 | 10101110 | 1010010 | 1000010 | 0 | 100000 | 11100101 | 1000101 | 101000 |
Color Harmonies of #203BAE
Complementary color
Monochromatic Colors of #203BAE
Black with #203BAE
Text Example
Text Example
White with #203BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203BAE; }
p { color: rgb(32,59,174); }
H1.HeaderClassName
{
color: #203BAE;
}
.AnyTagClassName
{
color: #203BAE;
}
</style>
background-color css
<style>
a { background-color: #203BAE; }
a { background-color: rgb(32,59,174); }
div.DivClassName
{
background-color: #203BAE;
}
.BgClassName
{
background-color: #203BAE;
}
</style>
border-color css
<style>
span { border-color: #203BAE; }
span { border-color: rgb(32,59,174); }
td.TdClassName
{
border-color: #203BAE;
}
.TagClassName
{
border-color: #203BAE;
}
</style>