Shades of Persian Blue #023ACE
Tints of Persian Blue #023ACE
RGB
CMYK
RGB Variations
Color information
#023ACE (or 0x023ACE) is known color: Persian Blue. HEX triplet: 02, 3A and CE. RGB value is (2,58,206). Sum of RGB (Red+Green+Blue) = 2+58+206=266 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.75% from 266); Green value is 58 (23.05% from 255 or 21.80% from 266); Blue value is 206 (80.86% from 255 or 77.44% from 266); Max value from RGB is 206 - color contains mainly: blue. Hex color #023ACE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #023ACE is #FDC531. Grayscale: #393939. Windows color (decimal): -16631090 or 13515266. OLE color: 13515266.
HSL color Cylindrical-coordinate representation of color #023ACE: hue angle of 223.53º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #023ACE is Cyan = 0.99, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 2 | 58 | 206 | - |
| CMYK | 0.99 | 0.72 | 0 | 0.19 |
| HSL | 223.53º | 0.98% | 0.41% | - |
| HSV(B) | 223.53º | 0.99% | 0.81% | - |
| XYZ | 12.68 | 7.5 | 59.17 | - |
| YUV | 58.13 | 211.45 | 87.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 58 | 206 | 0.99 | 0.72 | 0 | 0.19 | 223.53 | 0.98 | 0.41 |
| Hex | 2 | 3A | CE | 63 | 48 | 0 | 13 | E0 | 62 | 29 |
| Octal | 2 | 72 | 316 | 143 | 110 | 0 | 23 | 340 | 142 | 51 |
| Binary | 10 | 111010 | 11001110 | 1100011 | 1001000 | 0 | 10011 | 11100000 | 1100010 | 101001 |
Color Harmonies of #023ACE
Complementary color
Monochromatic Colors of #023ACE
Black with #023ACE
Text Example
Text Example
White with #023ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #023ACE; }
p { color: rgb(2,58,206); }
H1.HeaderClassName
{
color: #023ACE;
}
.AnyTagClassName
{
color: #023ACE;
}
</style>
background-color css
<style>
a { background-color: #023ACE; }
a { background-color: rgb(2,58,206); }
div.DivClassName
{
background-color: #023ACE;
}
.BgClassName
{
background-color: #023ACE;
}
</style>
border-color css
<style>
span { border-color: #023ACE; }
span { border-color: rgb(2,58,206); }
td.TdClassName
{
border-color: #023ACE;
}
.TagClassName
{
border-color: #023ACE;
}
</style>