Shades of Persian Blue #023CE4
Tints of Persian Blue #023CE4
RGB
CMYK
RGB Variations
Color information
#023CE4 (or 0x023CE4) is known color: Persian Blue. HEX triplet: 02, 3C and E4. RGB value is (2,60,228). Sum of RGB (Red+Green+Blue) = 2+60+228=290 (38% of max value = 765). Red value is 2 (1.17% from 255 or 0.69% from 290); Green value is 60 (23.83% from 255 or 20.69% from 290); Blue value is 228 (89.45% from 255 or 78.62% from 290); Max value from RGB is 228 - color contains mainly: blue. Hex color #023CE4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #023CE4 is #FDC31B. Grayscale: #3D3D3D. Windows color (decimal): -16630556 or 14957570. OLE color: 14957570.
HSL color Cylindrical-coordinate representation of color #023CE4: hue angle of 224.6º 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 #023CE4 is Cyan = 0.99, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 2 | 60 | 228 | - |
| CMYK | 0.99 | 0.74 | 0 | 0.11 |
| HSL | 224.6º | 0.98% | 0.45% | - |
| HSV(B) | 224.6º | 0.99% | 0.89% | - |
| XYZ | 15.64 | 8.85 | 74.28 | - |
| YUV | 61.81 | 221.78 | 85.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 60 | 228 | 0.99 | 0.74 | 0 | 0.11 | 224.6 | 0.98 | 0.45 |
| Hex | 2 | 3C | E4 | 63 | 4A | 0 | B | E1 | 62 | 2D |
| Octal | 2 | 74 | 344 | 143 | 112 | 0 | 13 | 341 | 142 | 55 |
| Binary | 10 | 111100 | 11100100 | 1100011 | 1001010 | 0 | 1011 | 11100001 | 1100010 | 101101 |
Color Harmonies of #023CE4
Complementary color
Monochromatic Colors of #023CE4
Black with #023CE4
Text Example
Text Example
White with #023CE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023CE4; }
p { color: rgb(2,60,228); }
H1.HeaderClassName
{
color: #023CE4;
}
.AnyTagClassName
{
color: #023CE4;
}
</style>
background-color css
<style>
a { background-color: #023CE4; }
a { background-color: rgb(2,60,228); }
div.DivClassName
{
background-color: #023CE4;
}
.BgClassName
{
background-color: #023CE4;
}
</style>
border-color css
<style>
span { border-color: #023CE4; }
span { border-color: rgb(2,60,228); }
td.TdClassName
{
border-color: #023CE4;
}
.TagClassName
{
border-color: #023CE4;
}
</style>