Shades of Persian Blue #203CB1
Tints of Persian Blue #203CB1
RGB
CMYK
RGB Variations
Color information
#203CB1 (or 0x203CB1) is known color: Persian Blue. HEX triplet: 20, 3C and B1. RGB value is (32,60,177). Sum of RGB (Red+Green+Blue) = 32+60+177=269 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.90% from 269); Green value is 60 (23.83% from 255 or 22.30% from 269); Blue value is 177 (69.53% from 255 or 65.80% from 269); Max value from RGB is 177 - color contains mainly: blue. Hex color #203CB1 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #203CB1 is #DFC34E. Grayscale: #404040. Windows color (decimal): -14664527 or 11615264. OLE color: 11615264.
HSL color Cylindrical-coordinate representation of color #203CB1: hue angle of 228.41º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #203CB1 is Cyan = 0.82, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 32 | 60 | 177 | - |
| CMYK | 0.82 | 0.66 | 0 | 0.31 |
| HSL | 228.41º | 0.69% | 0.41% | - |
| HSV(B) | 228.41º | 0.82% | 0.69% | - |
| XYZ | 10.15 | 6.71 | 42.36 | - |
| YUV | 64.97 | 191.22 | 104.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 60 | 177 | 0.82 | 0.66 | 0 | 0.31 | 228.41 | 0.69 | 0.41 |
| Hex | 20 | 3C | B1 | 52 | 42 | 0 | 1F | E4 | 45 | 29 |
| Octal | 40 | 74 | 261 | 122 | 102 | 0 | 37 | 344 | 105 | 51 |
| Binary | 100000 | 111100 | 10110001 | 1010010 | 1000010 | 0 | 11111 | 11100100 | 1000101 | 101001 |
Color Harmonies of #203CB1
Complementary color
Monochromatic Colors of #203CB1
Black with #203CB1
Text Example
Text Example
White with #203CB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203CB1; }
p { color: rgb(32,60,177); }
H1.HeaderClassName
{
color: #203CB1;
}
.AnyTagClassName
{
color: #203CB1;
}
</style>
background-color css
<style>
a { background-color: #203CB1; }
a { background-color: rgb(32,60,177); }
div.DivClassName
{
background-color: #203CB1;
}
.BgClassName
{
background-color: #203CB1;
}
</style>
border-color css
<style>
span { border-color: #203CB1; }
span { border-color: rgb(32,60,177); }
td.TdClassName
{
border-color: #203CB1;
}
.TagClassName
{
border-color: #203CB1;
}
</style>