Shades of Persian Blue #203CCB
Tints of Persian Blue #203CCB
RGB
CMYK
RGB Variations
Color information
#203CCB (or 0x203CCB) is known color: Persian Blue. HEX triplet: 20, 3C and CB. RGB value is (32,60,203). Sum of RGB (Red+Green+Blue) = 32+60+203=295 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.85% from 295); Green value is 60 (23.83% from 255 or 20.34% from 295); Blue value is 203 (79.69% from 255 or 68.81% from 295); Max value from RGB is 203 - color contains mainly: blue. Hex color #203CCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #203CCB is #DFC334. Grayscale: #434343. Windows color (decimal): -14664501 or 13319200. OLE color: 13319200.
HSL color Cylindrical-coordinate representation of color #203CCB: hue angle of 230.18º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #203CCB is Cyan = 0.84, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 32 | 60 | 203 | - |
| CMYK | 0.84 | 0.70 | 0 | 0.20 |
| HSL | 230.18º | 0.73% | 0.46% | - |
| HSV(B) | 230.18º | 0.84% | 0.8% | - |
| XYZ | 12.99 | 7.85 | 57.33 | - |
| YUV | 67.93 | 204.22 | 102.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 60 | 203 | 0.84 | 0.70 | 0 | 0.20 | 230.18 | 0.73 | 0.46 |
| Hex | 20 | 3C | CB | 54 | 46 | 0 | 14 | E6 | 49 | 2E |
| Octal | 40 | 74 | 313 | 124 | 106 | 0 | 24 | 346 | 111 | 56 |
| Binary | 100000 | 111100 | 11001011 | 1010100 | 1000110 | 0 | 10100 | 11100110 | 1001001 | 101110 |
Color Harmonies of #203CCB
Complementary color
Monochromatic Colors of #203CCB
Black with #203CCB
Text Example
Text Example
White with #203CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203CCB; }
p { color: rgb(32,60,203); }
H1.HeaderClassName
{
color: #203CCB;
}
.AnyTagClassName
{
color: #203CCB;
}
</style>
background-color css
<style>
a { background-color: #203CCB; }
a { background-color: rgb(32,60,203); }
div.DivClassName
{
background-color: #203CCB;
}
.BgClassName
{
background-color: #203CCB;
}
</style>
border-color css
<style>
span { border-color: #203CCB; }
span { border-color: rgb(32,60,203); }
td.TdClassName
{
border-color: #203CCB;
}
.TagClassName
{
border-color: #203CCB;
}
</style>