Shades of Persian Blue #203FD2
Tints of Persian Blue #203FD2
RGB
CMYK
RGB Variations
Color information
#203FD2 (or 0x203FD2) is known color: Persian Blue. HEX triplet: 20, 3F and D2. RGB value is (32,63,210). Sum of RGB (Red+Green+Blue) = 32+63+210=305 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.49% from 305); Green value is 63 (25% from 255 or 20.66% from 305); Blue value is 210 (82.42% from 255 or 68.85% from 305); Max value from RGB is 210 - color contains mainly: blue. Hex color #203FD2 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #203FD2 is #DFC02D. Grayscale: #454545. Windows color (decimal): -14663726 or 13778720. OLE color: 13778720.
HSL color Cylindrical-coordinate representation of color #203FD2: hue angle of 229.55º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #203FD2 is Cyan = 0.85, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 32 | 63 | 210 | - |
| CMYK | 0.85 | 0.70 | 0 | 0.18 |
| HSL | 229.55º | 0.74% | 0.47% | - |
| HSV(B) | 229.55º | 0.85% | 0.82% | - |
| XYZ | 14.01 | 8.52 | 61.88 | - |
| YUV | 70.49 | 206.73 | 100.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 63 | 210 | 0.85 | 0.70 | 0 | 0.18 | 229.55 | 0.74 | 0.47 |
| Hex | 20 | 3F | D2 | 55 | 46 | 0 | 12 | E6 | 4A | 2F |
| Octal | 40 | 77 | 322 | 125 | 106 | 0 | 22 | 346 | 112 | 57 |
| Binary | 100000 | 111111 | 11010010 | 1010101 | 1000110 | 0 | 10010 | 11100110 | 1001010 | 101111 |
Color Harmonies of #203FD2
Complementary color
Monochromatic Colors of #203FD2
Black with #203FD2
Text Example
Text Example
White with #203FD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203FD2; }
p { color: rgb(32,63,210); }
H1.HeaderClassName
{
color: #203FD2;
}
.AnyTagClassName
{
color: #203FD2;
}
</style>
background-color css
<style>
a { background-color: #203FD2; }
a { background-color: rgb(32,63,210); }
div.DivClassName
{
background-color: #203FD2;
}
.BgClassName
{
background-color: #203FD2;
}
</style>
border-color css
<style>
span { border-color: #203FD2; }
span { border-color: rgb(32,63,210); }
td.TdClassName
{
border-color: #203FD2;
}
.TagClassName
{
border-color: #203FD2;
}
</style>