Shades of Persian Blue #002DE3
Tints of Persian Blue #002DE3
RGB
CMYK
RGB Variations
Color information
#002DE3 (or 0x002DE3) is known color: Persian Blue. HEX triplet: 00, 2D and E3. RGB value is (0,45,227). Sum of RGB (Red+Green+Blue) = 0+45+227=272 (36% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 272); Green value is 45 (17.97% from 255 or 16.54% from 272); Blue value is 227 (89.06% from 255 or 83.46% from 272); Max value from RGB is 227 - color contains mainly: blue. Hex color #002DE3 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #002DE3 is #FFD21C. Grayscale: #333333. Windows color (decimal): -16765469 or 14888192. OLE color: 14888192.
HSL color Cylindrical-coordinate representation of color #002DE3: hue angle of 228.11º degrees, saturation: 1, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002DE3 is Cyan = 1, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 0 | 45 | 227 | - |
| CMYK | 1 | 0.80 | 0 | 0.11 |
| HSL | 228.11º | 1% | 0.45% | - |
| HSV(B) | 228.11º | 1% | 0.89% | - |
| XYZ | 14.8 | 7.42 | 73.33 | - |
| YUV | 52.29 | 226.59 | 90.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 45 | 227 | 1 | 0.80 | 0 | 0.11 | 228.11 | 1 | 0.45 |
| Hex | 0 | 2D | E3 | 64 | 50 | 0 | B | E4 | 64 | 2D |
| Octal | 0 | 55 | 343 | 144 | 120 | 0 | 13 | 344 | 144 | 55 |
| Binary | 0 | 101101 | 11100011 | 1100100 | 1010000 | 0 | 1011 | 11100100 | 1100100 | 101101 |
Color Harmonies of #002DE3
Complementary color
Monochromatic Colors of #002DE3
Black with #002DE3
Text Example
Text Example
White with #002DE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #002DE3; }
p { color: rgb(0,45,227); }
H1.HeaderClassName
{
color: #002DE3;
}
.AnyTagClassName
{
color: #002DE3;
}
</style>
background-color css
<style>
a { background-color: #002DE3; }
a { background-color: rgb(0,45,227); }
div.DivClassName
{
background-color: #002DE3;
}
.BgClassName
{
background-color: #002DE3;
}
</style>
border-color css
<style>
span { border-color: #002DE3; }
span { border-color: rgb(0,45,227); }
td.TdClassName
{
border-color: #002DE3;
}
.TagClassName
{
border-color: #002DE3;
}
</style>