Shades of Persian Blue #203FBD
Tints of Persian Blue #203FBD
RGB
CMYK
RGB Variations
Color information
#203FBD (or 0x203FBD) is known color: Persian Blue. HEX triplet: 20, 3F and BD. RGB value is (32,63,189). Sum of RGB (Red+Green+Blue) = 32+63+189=284 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.27% from 284); Green value is 63 (25% from 255 or 22.18% from 284); Blue value is 189 (74.22% from 255 or 66.55% from 284); Max value from RGB is 189 - color contains mainly: blue. Hex color #203FBD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #203FBD is #DFC042. Grayscale: #434343. Windows color (decimal): -14663747 or 12402464. OLE color: 12402464.
HSL color Cylindrical-coordinate representation of color #203FBD: hue angle of 228.15º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #203FBD is Cyan = 0.83, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 32 | 63 | 189 | - |
| CMYK | 0.83 | 0.67 | 0 | 0.26 |
| HSL | 228.15º | 0.71% | 0.43% | - |
| HSV(B) | 228.15º | 0.83% | 0.74% | - |
| XYZ | 11.56 | 7.54 | 48.99 | - |
| YUV | 68.1 | 196.23 | 102.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 63 | 189 | 0.83 | 0.67 | 0 | 0.26 | 228.15 | 0.71 | 0.43 |
| Hex | 20 | 3F | BD | 53 | 43 | 0 | 1A | E4 | 47 | 2B |
| Octal | 40 | 77 | 275 | 123 | 103 | 0 | 32 | 344 | 107 | 53 |
| Binary | 100000 | 111111 | 10111101 | 1010011 | 1000011 | 0 | 11010 | 11100100 | 1000111 | 101011 |
Color Harmonies of #203FBD
Complementary color
Monochromatic Colors of #203FBD
Black with #203FBD
Text Example
Text Example
White with #203FBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203FBD; }
p { color: rgb(32,63,189); }
H1.HeaderClassName
{
color: #203FBD;
}
.AnyTagClassName
{
color: #203FBD;
}
</style>
background-color css
<style>
a { background-color: #203FBD; }
a { background-color: rgb(32,63,189); }
div.DivClassName
{
background-color: #203FBD;
}
.BgClassName
{
background-color: #203FBD;
}
</style>
border-color css
<style>
span { border-color: #203FBD; }
span { border-color: rgb(32,63,189); }
td.TdClassName
{
border-color: #203FBD;
}
.TagClassName
{
border-color: #203FBD;
}
</style>