Shades of Persian Blue #203BCE
Tints of Persian Blue #203BCE
RGB
CMYK
RGB Variations
Color information
#203BCE (or 0x203BCE) is known color: Persian Blue. HEX triplet: 20, 3B and CE. RGB value is (32,59,206). Sum of RGB (Red+Green+Blue) = 32+59+206=297 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.77% from 297); Green value is 59 (23.44% from 255 or 19.87% from 297); Blue value is 206 (80.86% from 255 or 69.36% from 297); Max value from RGB is 206 - color contains mainly: blue. Hex color #203BCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #203BCE is #DFC431. Grayscale: #434343. Windows color (decimal): -14664754 or 13515552. OLE color: 13515552.
HSL color Cylindrical-coordinate representation of color #203BCE: hue angle of 230.69º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #203BCE is Cyan = 0.84, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 32 | 59 | 206 | - |
| CMYK | 0.84 | 0.71 | 0 | 0.19 |
| HSL | 230.69º | 0.73% | 0.47% | - |
| HSV(B) | 230.69º | 0.84% | 0.81% | - |
| XYZ | 13.3 | 7.89 | 59.21 | - |
| YUV | 67.69 | 206.05 | 102.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 59 | 206 | 0.84 | 0.71 | 0 | 0.19 | 230.69 | 0.73 | 0.47 |
| Hex | 20 | 3B | CE | 54 | 47 | 0 | 13 | E7 | 49 | 2F |
| Octal | 40 | 73 | 316 | 124 | 107 | 0 | 23 | 347 | 111 | 57 |
| Binary | 100000 | 111011 | 11001110 | 1010100 | 1000111 | 0 | 10011 | 11100111 | 1001001 | 101111 |
Color Harmonies of #203BCE
Complementary color
Monochromatic Colors of #203BCE
Black with #203BCE
Text Example
Text Example
White with #203BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203BCE; }
p { color: rgb(32,59,206); }
H1.HeaderClassName
{
color: #203BCE;
}
.AnyTagClassName
{
color: #203BCE;
}
</style>
background-color css
<style>
a { background-color: #203BCE; }
a { background-color: rgb(32,59,206); }
div.DivClassName
{
background-color: #203BCE;
}
.BgClassName
{
background-color: #203BCE;
}
</style>
border-color css
<style>
span { border-color: #203BCE; }
span { border-color: rgb(32,59,206); }
td.TdClassName
{
border-color: #203BCE;
}
.TagClassName
{
border-color: #203BCE;
}
</style>