Shades of Persian Blue #002CE6
Tints of Persian Blue #002CE6
RGB
CMYK
RGB Variations
Color information
#002CE6 (or 0x002CE6) is known color: Persian Blue. HEX triplet: 00, 2C and E6. RGB value is (0,44,230). Sum of RGB (Red+Green+Blue) = 0+44+230=274 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 274); Green value is 44 (17.58% from 255 or 16.06% from 274); Blue value is 230 (90.23% from 255 or 83.94% from 274); Max value from RGB is 230 - color contains mainly: blue. Hex color #002CE6 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #002CE6 is #FFD319. Grayscale: #333333. Windows color (decimal): -16765722 or 15084544. OLE color: 15084544.
HSL color Cylindrical-coordinate representation of color #002CE6: hue angle of 228.52º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002CE6 is Cyan = 1, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 0 | 44 | 230 | - |
| CMYK | 1 | 0.81 | 0 | 0.10 |
| HSL | 228.52º | 1% | 0.45% | - |
| HSV(B) | 228.52º | 1% | 0.9% | - |
| XYZ | 15.18 | 7.51 | 75.51 | - |
| YUV | 52.05 | 228.42 | 90.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 44 | 230 | 1 | 0.81 | 0 | 0.10 | 228.52 | 1 | 0.45 |
| Hex | 0 | 2C | E6 | 64 | 51 | 0 | A | E5 | 64 | 2D |
| Octal | 0 | 54 | 346 | 144 | 121 | 0 | 12 | 345 | 144 | 55 |
| Binary | 0 | 101100 | 11100110 | 1100100 | 1010001 | 0 | 1010 | 11100101 | 1100100 | 101101 |
Color Harmonies of #002CE6
Complementary color
Monochromatic Colors of #002CE6
Black with #002CE6
Text Example
Text Example
White with #002CE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002CE6; }
p { color: rgb(0,44,230); }
H1.HeaderClassName
{
color: #002CE6;
}
.AnyTagClassName
{
color: #002CE6;
}
</style>
background-color css
<style>
a { background-color: #002CE6; }
a { background-color: rgb(0,44,230); }
div.DivClassName
{
background-color: #002CE6;
}
.BgClassName
{
background-color: #002CE6;
}
</style>
border-color css
<style>
span { border-color: #002CE6; }
span { border-color: rgb(0,44,230); }
td.TdClassName
{
border-color: #002CE6;
}
.TagClassName
{
border-color: #002CE6;
}
</style>