Shades of Persian Blue #0033EA
Tints of Persian Blue #0033EA
RGB
CMYK
RGB Variations
Color information
#0033EA (or 0x0033EA) is known color: Persian Blue. HEX triplet: 00, 33 and EA. RGB value is (0,51,234). Sum of RGB (Red+Green+Blue) = 0+51+234=285 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 285); Green value is 51 (20.31% from 255 or 17.89% from 285); Blue value is 234 (91.80% from 255 or 82.11% from 285); Max value from RGB is 234 - color contains mainly: blue. Hex color #0033EA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0033EA is #FFCC15. Grayscale: #373737. Windows color (decimal): -16763926 or 15348480. OLE color: 15348480.
HSL color Cylindrical-coordinate representation of color #0033EA: hue angle of 226.92º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0033EA is Cyan = 1, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 0 | 51 | 234 | - |
| CMYK | 1 | 0.78 | 0 | 0.08 |
| HSL | 226.92º | 1% | 0.46% | - |
| HSV(B) | 226.92º | 1% | 0.92% | - |
| XYZ | 16.04 | 8.31 | 78.6 | - |
| YUV | 56.61 | 228.1 | 87.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 51 | 234 | 1 | 0.78 | 0 | 0.08 | 226.92 | 1 | 0.46 |
| Hex | 0 | 33 | EA | 64 | 4E | 0 | 8 | E3 | 64 | 2E |
| Octal | 0 | 63 | 352 | 144 | 116 | 0 | 10 | 343 | 144 | 56 |
| Binary | 0 | 110011 | 11101010 | 1100100 | 1001110 | 0 | 1000 | 11100011 | 1100100 | 101110 |
Color Harmonies of #0033EA
Complementary color
Monochromatic Colors of #0033EA
Black with #0033EA
Text Example
Text Example
White with #0033EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0033EA; }
p { color: rgb(0,51,234); }
H1.HeaderClassName
{
color: #0033EA;
}
.AnyTagClassName
{
color: #0033EA;
}
</style>
background-color css
<style>
a { background-color: #0033EA; }
a { background-color: rgb(0,51,234); }
div.DivClassName
{
background-color: #0033EA;
}
.BgClassName
{
background-color: #0033EA;
}
</style>
border-color css
<style>
span { border-color: #0033EA; }
span { border-color: rgb(0,51,234); }
td.TdClassName
{
border-color: #0033EA;
}
.TagClassName
{
border-color: #0033EA;
}
</style>