Shades of Persian Blue #203CB5
Tints of Persian Blue #203CB5
RGB
CMYK
RGB Variations
Color information
#203CB5 (or 0x203CB5) is known color: Persian Blue. HEX triplet: 20, 3C and B5. RGB value is (32,60,181). Sum of RGB (Red+Green+Blue) = 32+60+181=273 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.72% from 273); Green value is 60 (23.83% from 255 or 21.98% from 273); Blue value is 181 (71.09% from 255 or 66.30% from 273); Max value from RGB is 181 - color contains mainly: blue. Hex color #203CB5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #203CB5 is #DFC34A. Grayscale: #404040. Windows color (decimal): -14664523 or 11877408. OLE color: 11877408.
HSL color Cylindrical-coordinate representation of color #203CB5: hue angle of 228.72º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #203CB5 is Cyan = 0.82, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 32 | 60 | 181 | - |
| CMYK | 0.82 | 0.67 | 0 | 0.29 |
| HSL | 228.72º | 0.7% | 0.42% | - |
| HSV(B) | 228.72º | 0.82% | 0.71% | - |
| XYZ | 10.55 | 6.87 | 44.49 | - |
| YUV | 65.42 | 193.22 | 104.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 60 | 181 | 0.82 | 0.67 | 0 | 0.29 | 228.72 | 0.7 | 0.42 |
| Hex | 20 | 3C | B5 | 52 | 43 | 0 | 1D | E5 | 46 | 2A |
| Octal | 40 | 74 | 265 | 122 | 103 | 0 | 35 | 345 | 106 | 52 |
| Binary | 100000 | 111100 | 10110101 | 1010010 | 1000011 | 0 | 11101 | 11100101 | 1000110 | 101010 |
Color Harmonies of #203CB5
Complementary color
Monochromatic Colors of #203CB5
Black with #203CB5
Text Example
Text Example
White with #203CB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203CB5; }
p { color: rgb(32,60,181); }
H1.HeaderClassName
{
color: #203CB5;
}
.AnyTagClassName
{
color: #203CB5;
}
</style>
background-color css
<style>
a { background-color: #203CB5; }
a { background-color: rgb(32,60,181); }
div.DivClassName
{
background-color: #203CB5;
}
.BgClassName
{
background-color: #203CB5;
}
</style>
border-color css
<style>
span { border-color: #203CB5; }
span { border-color: rgb(32,60,181); }
td.TdClassName
{
border-color: #203CB5;
}
.TagClassName
{
border-color: #203CB5;
}
</style>