Shades of Persian Blue #0033E5
Tints of Persian Blue #0033E5
RGB
CMYK
RGB Variations
Color information
#0033E5 (or 0x0033E5) is known color: Persian Blue. HEX triplet: 00, 33 and E5. RGB value is (0,51,229). Sum of RGB (Red+Green+Blue) = 0+51+229=280 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 280); Green value is 51 (20.31% from 255 or 18.21% from 280); Blue value is 229 (89.84% from 255 or 81.79% from 280); Max value from RGB is 229 - color contains mainly: blue. Hex color #0033E5 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0033E5 is #FFCC1A. Grayscale: #373737. Windows color (decimal): -16763931 or 15020800. OLE color: 15020800.
HSL color Cylindrical-coordinate representation of color #0033E5: hue angle of 226.64º 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 #0033E5 is Cyan = 1, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 0 | 51 | 229 | - |
| CMYK | 1 | 0.78 | 0 | 0.10 |
| HSL | 226.64º | 1% | 0.45% | - |
| HSV(B) | 226.64º | 1% | 0.9% | - |
| XYZ | 15.33 | 8.02 | 74.87 | - |
| YUV | 56.04 | 225.6 | 88.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 51 | 229 | 1 | 0.78 | 0 | 0.10 | 226.64 | 1 | 0.45 |
| Hex | 0 | 33 | E5 | 64 | 4E | 0 | A | E3 | 64 | 2D |
| Octal | 0 | 63 | 345 | 144 | 116 | 0 | 12 | 343 | 144 | 55 |
| Binary | 0 | 110011 | 11100101 | 1100100 | 1001110 | 0 | 1010 | 11100011 | 1100100 | 101101 |
Color Harmonies of #0033E5
Complementary color
Monochromatic Colors of #0033E5
Black with #0033E5
Text Example
Text Example
White with #0033E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0033E5; }
p { color: rgb(0,51,229); }
H1.HeaderClassName
{
color: #0033E5;
}
.AnyTagClassName
{
color: #0033E5;
}
</style>
background-color css
<style>
a { background-color: #0033E5; }
a { background-color: rgb(0,51,229); }
div.DivClassName
{
background-color: #0033E5;
}
.BgClassName
{
background-color: #0033E5;
}
</style>
border-color css
<style>
span { border-color: #0033E5; }
span { border-color: rgb(0,51,229); }
td.TdClassName
{
border-color: #0033E5;
}
.TagClassName
{
border-color: #0033E5;
}
</style>