Shades of Persian Blue #0033E6
Tints of Persian Blue #0033E6
RGB
CMYK
RGB Variations
Color information
#0033E6 (or 0x0033E6) is known color: Persian Blue. HEX triplet: 00, 33 and E6. RGB value is (0,51,230). Sum of RGB (Red+Green+Blue) = 0+51+230=281 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 281); Green value is 51 (20.31% from 255 or 18.15% from 281); Blue value is 230 (90.23% from 255 or 81.85% from 281); Max value from RGB is 230 - color contains mainly: blue. Hex color #0033E6 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0033E6 is #FFCC19. Grayscale: #373737. Windows color (decimal): -16763930 or 15086336. OLE color: 15086336.
HSL color Cylindrical-coordinate representation of color #0033E6: hue angle of 226.7º 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 #0033E6 is Cyan = 1, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 0 | 51 | 230 | - |
| CMYK | 1 | 0.78 | 0 | 0.10 |
| HSL | 226.7º | 1% | 0.45% | - |
| HSV(B) | 226.7º | 1% | 0.9% | - |
| XYZ | 15.47 | 8.08 | 75.61 | - |
| YUV | 56.16 | 226.1 | 87.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 51 | 230 | 1 | 0.78 | 0 | 0.10 | 226.7 | 1 | 0.45 |
| Hex | 0 | 33 | E6 | 64 | 4E | 0 | A | E3 | 64 | 2D |
| Octal | 0 | 63 | 346 | 144 | 116 | 0 | 12 | 343 | 144 | 55 |
| Binary | 0 | 110011 | 11100110 | 1100100 | 1001110 | 0 | 1010 | 11100011 | 1100100 | 101101 |
Color Harmonies of #0033E6
Complementary color
Monochromatic Colors of #0033E6
Black with #0033E6
Text Example
Text Example
White with #0033E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0033E6; }
p { color: rgb(0,51,230); }
H1.HeaderClassName
{
color: #0033E6;
}
.AnyTagClassName
{
color: #0033E6;
}
</style>
background-color css
<style>
a { background-color: #0033E6; }
a { background-color: rgb(0,51,230); }
div.DivClassName
{
background-color: #0033E6;
}
.BgClassName
{
background-color: #0033E6;
}
</style>
border-color css
<style>
span { border-color: #0033E6; }
span { border-color: rgb(0,51,230); }
td.TdClassName
{
border-color: #0033E6;
}
.TagClassName
{
border-color: #0033E6;
}
</style>