Shades of Persian Blue #023FE3
Tints of Persian Blue #023FE3
RGB
CMYK
RGB Variations
Color information
#023FE3 (or 0x023FE3) is known color: Persian Blue. HEX triplet: 02, 3F and E3. RGB value is (2,63,227). Sum of RGB (Red+Green+Blue) = 2+63+227=292 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.68% from 292); Green value is 63 (25% from 255 or 21.58% from 292); Blue value is 227 (89.06% from 255 or 77.74% from 292); Max value from RGB is 227 - color contains mainly: blue. Hex color #023FE3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #023FE3 is #FDC01C. Grayscale: #3E3E3E. Windows color (decimal): -16629789 or 14892802. OLE color: 14892802.
HSL color Cylindrical-coordinate representation of color #023FE3: hue angle of 223.73º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #023FE3 is Cyan = 0.99, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 2 | 63 | 227 | - |
| CMYK | 0.99 | 0.72 | 0 | 0.11 |
| HSL | 223.73º | 0.98% | 0.45% | - |
| HSV(B) | 223.73º | 0.99% | 0.89% | - |
| XYZ | 15.67 | 9.11 | 73.61 | - |
| YUV | 63.46 | 220.29 | 84.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 63 | 227 | 0.99 | 0.72 | 0 | 0.11 | 223.73 | 0.98 | 0.45 |
| Hex | 2 | 3F | E3 | 63 | 48 | 0 | B | E0 | 62 | 2D |
| Octal | 2 | 77 | 343 | 143 | 110 | 0 | 13 | 340 | 142 | 55 |
| Binary | 10 | 111111 | 11100011 | 1100011 | 1001000 | 0 | 1011 | 11100000 | 1100010 | 101101 |
Color Harmonies of #023FE3
Complementary color
Monochromatic Colors of #023FE3
Black with #023FE3
Text Example
Text Example
White with #023FE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023FE3; }
p { color: rgb(2,63,227); }
H1.HeaderClassName
{
color: #023FE3;
}
.AnyTagClassName
{
color: #023FE3;
}
</style>
background-color css
<style>
a { background-color: #023FE3; }
a { background-color: rgb(2,63,227); }
div.DivClassName
{
background-color: #023FE3;
}
.BgClassName
{
background-color: #023FE3;
}
</style>
border-color css
<style>
span { border-color: #023FE3; }
span { border-color: rgb(2,63,227); }
td.TdClassName
{
border-color: #023FE3;
}
.TagClassName
{
border-color: #023FE3;
}
</style>