Shades of Persian Blue #203BC3
Tints of Persian Blue #203BC3
RGB
CMYK
RGB Variations
Color information
#203BC3 (or 0x203BC3) is known color: Persian Blue. HEX triplet: 20, 3B and C3. RGB value is (32,59,195). Sum of RGB (Red+Green+Blue) = 32+59+195=286 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.19% from 286); Green value is 59 (23.44% from 255 or 20.63% from 286); Blue value is 195 (76.56% from 255 or 68.18% from 286); Max value from RGB is 195 - color contains mainly: blue. Hex color #203BC3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #203BC3 is #DFC43C. Grayscale: #414141. Windows color (decimal): -14664765 or 12794656. OLE color: 12794656.
HSL color Cylindrical-coordinate representation of color #203BC3: hue angle of 230.06º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #203BC3 is Cyan = 0.84, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 32 | 59 | 195 | - |
| CMYK | 0.84 | 0.70 | 0 | 0.24 |
| HSL | 230.06º | 0.72% | 0.45% | - |
| HSV(B) | 230.06º | 0.84% | 0.76% | - |
| XYZ | 12.01 | 7.38 | 52.42 | - |
| YUV | 66.43 | 200.55 | 103.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 59 | 195 | 0.84 | 0.70 | 0 | 0.24 | 230.06 | 0.72 | 0.45 |
| Hex | 20 | 3B | C3 | 54 | 46 | 0 | 18 | E6 | 48 | 2D |
| Octal | 40 | 73 | 303 | 124 | 106 | 0 | 30 | 346 | 110 | 55 |
| Binary | 100000 | 111011 | 11000011 | 1010100 | 1000110 | 0 | 11000 | 11100110 | 1001000 | 101101 |
Color Harmonies of #203BC3
Complementary color
Monochromatic Colors of #203BC3
Black with #203BC3
Text Example
Text Example
White with #203BC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203BC3; }
p { color: rgb(32,59,195); }
H1.HeaderClassName
{
color: #203BC3;
}
.AnyTagClassName
{
color: #203BC3;
}
</style>
background-color css
<style>
a { background-color: #203BC3; }
a { background-color: rgb(32,59,195); }
div.DivClassName
{
background-color: #203BC3;
}
.BgClassName
{
background-color: #203BC3;
}
</style>
border-color css
<style>
span { border-color: #203BC3; }
span { border-color: rgb(32,59,195); }
td.TdClassName
{
border-color: #203BC3;
}
.TagClassName
{
border-color: #203BC3;
}
</style>