Shades of Persian Blue #203AC3
Tints of Persian Blue #203AC3
RGB
CMYK
RGB Variations
Color information
#203AC3 (or 0x203AC3) is known color: Persian Blue. HEX triplet: 20, 3A and C3. RGB value is (32,58,195). Sum of RGB (Red+Green+Blue) = 32+58+195=285 (37% of max value = 765). Red value is 32 (12.89% from 255 or 11.23% from 285); Green value is 58 (23.05% from 255 or 20.35% from 285); Blue value is 195 (76.56% from 255 or 68.42% from 285); Max value from RGB is 195 - color contains mainly: blue. Hex color #203AC3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #203AC3 is #DFC53C. Grayscale: #414141. Windows color (decimal): -14665021 or 12794400. OLE color: 12794400.
HSL color Cylindrical-coordinate representation of color #203AC3: hue angle of 230.43º 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 #203AC3 is Cyan = 0.84, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 32 | 58 | 195 | - |
| CMYK | 0.84 | 0.70 | 0 | 0.24 |
| HSL | 230.43º | 0.72% | 0.45% | - |
| HSV(B) | 230.43º | 0.84% | 0.76% | - |
| XYZ | 11.96 | 7.27 | 52.4 | - |
| YUV | 65.84 | 200.89 | 103.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 58 | 195 | 0.84 | 0.70 | 0 | 0.24 | 230.43 | 0.72 | 0.45 |
| Hex | 20 | 3A | C3 | 54 | 46 | 0 | 18 | E6 | 48 | 2D |
| Octal | 40 | 72 | 303 | 124 | 106 | 0 | 30 | 346 | 110 | 55 |
| Binary | 100000 | 111010 | 11000011 | 1010100 | 1000110 | 0 | 11000 | 11100110 | 1001000 | 101101 |
Color Harmonies of #203AC3
Complementary color
Monochromatic Colors of #203AC3
Black with #203AC3
Text Example
Text Example
White with #203AC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #203AC3; }
p { color: rgb(32,58,195); }
H1.HeaderClassName
{
color: #203AC3;
}
.AnyTagClassName
{
color: #203AC3;
}
</style>
background-color css
<style>
a { background-color: #203AC3; }
a { background-color: rgb(32,58,195); }
div.DivClassName
{
background-color: #203AC3;
}
.BgClassName
{
background-color: #203AC3;
}
</style>
border-color css
<style>
span { border-color: #203AC3; }
span { border-color: rgb(32,58,195); }
td.TdClassName
{
border-color: #203AC3;
}
.TagClassName
{
border-color: #203AC3;
}
</style>