Shades of Persian Blue #203DB8
Tints of Persian Blue #203DB8
RGB
CMYK
RGB Variations
Color information
#203DB8 (or 0x203DB8) is known color: Persian Blue. HEX triplet: 20, 3D and B8. RGB value is (32,61,184). Sum of RGB (Red+Green+Blue) = 32+61+184=277 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.55% from 277); Green value is 61 (24.22% from 255 or 22.02% from 277); Blue value is 184 (72.27% from 255 or 66.43% from 277); Max value from RGB is 184 - color contains mainly: blue. Hex color #203DB8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #203DB8 is #DFC247. Grayscale: #414141. Windows color (decimal): -14664264 or 12074272. OLE color: 12074272.
HSL color Cylindrical-coordinate representation of color #203DB8: hue angle of 228.55º degrees, saturation: 0.7, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #203DB8 is Cyan = 0.83, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 32 | 61 | 184 | - |
| CMYK | 0.83 | 0.67 | 0 | 0.28 |
| HSL | 228.55º | 0.7% | 0.42% | - |
| HSV(B) | 228.55º | 0.83% | 0.72% | - |
| XYZ | 10.92 | 7.11 | 46.14 | - |
| YUV | 66.35 | 194.39 | 103.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 61 | 184 | 0.83 | 0.67 | 0 | 0.28 | 228.55 | 0.7 | 0.42 |
| Hex | 20 | 3D | B8 | 53 | 43 | 0 | 1C | E5 | 46 | 2A |
| Octal | 40 | 75 | 270 | 123 | 103 | 0 | 34 | 345 | 106 | 52 |
| Binary | 100000 | 111101 | 10111000 | 1010011 | 1000011 | 0 | 11100 | 11100101 | 1000110 | 101010 |
Color Harmonies of #203DB8
Complementary color
Monochromatic Colors of #203DB8
Black with #203DB8
Text Example
Text Example
White with #203DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203DB8; }
p { color: rgb(32,61,184); }
H1.HeaderClassName
{
color: #203DB8;
}
.AnyTagClassName
{
color: #203DB8;
}
</style>
background-color css
<style>
a { background-color: #203DB8; }
a { background-color: rgb(32,61,184); }
div.DivClassName
{
background-color: #203DB8;
}
.BgClassName
{
background-color: #203DB8;
}
</style>
border-color css
<style>
span { border-color: #203DB8; }
span { border-color: rgb(32,61,184); }
td.TdClassName
{
border-color: #203DB8;
}
.TagClassName
{
border-color: #203DB8;
}
</style>