Shades of Persian Blue #203FC4
Tints of Persian Blue #203FC4
RGB
CMYK
RGB Variations
Color information
#203FC4 (or 0x203FC4) is known color: Persian Blue. HEX triplet: 20, 3F and C4. RGB value is (32,63,196). Sum of RGB (Red+Green+Blue) = 32+63+196=291 (38% of max value = 765). Red value is 32 (12.89% from 255 or 11.00% from 291); Green value is 63 (25% from 255 or 21.65% from 291); Blue value is 196 (76.95% from 255 or 67.35% from 291); Max value from RGB is 196 - color contains mainly: blue. Hex color #203FC4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #203FC4 is #DFC03B. Grayscale: #444444. Windows color (decimal): -14663740 or 12861216. OLE color: 12861216.
HSL color Cylindrical-coordinate representation of color #203FC4: hue angle of 228.66º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #203FC4 is Cyan = 0.84, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 32 | 63 | 196 | - |
| CMYK | 0.84 | 0.68 | 0 | 0.23 |
| HSL | 228.66º | 0.72% | 0.45% | - |
| HSV(B) | 228.66º | 0.84% | 0.77% | - |
| XYZ | 12.34 | 7.85 | 53.09 | - |
| YUV | 68.89 | 199.73 | 101.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 63 | 196 | 0.84 | 0.68 | 0 | 0.23 | 228.66 | 0.72 | 0.45 |
| Hex | 20 | 3F | C4 | 54 | 44 | 0 | 17 | E5 | 48 | 2D |
| Octal | 40 | 77 | 304 | 124 | 104 | 0 | 27 | 345 | 110 | 55 |
| Binary | 100000 | 111111 | 11000100 | 1010100 | 1000100 | 0 | 10111 | 11100101 | 1001000 | 101101 |
Color Harmonies of #203FC4
Complementary color
Monochromatic Colors of #203FC4
Black with #203FC4
Text Example
Text Example
White with #203FC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203FC4; }
p { color: rgb(32,63,196); }
H1.HeaderClassName
{
color: #203FC4;
}
.AnyTagClassName
{
color: #203FC4;
}
</style>
background-color css
<style>
a { background-color: #203FC4; }
a { background-color: rgb(32,63,196); }
div.DivClassName
{
background-color: #203FC4;
}
.BgClassName
{
background-color: #203FC4;
}
</style>
border-color css
<style>
span { border-color: #203FC4; }
span { border-color: rgb(32,63,196); }
td.TdClassName
{
border-color: #203FC4;
}
.TagClassName
{
border-color: #203FC4;
}
</style>