Shades of Persian Blue #0333E6
Tints of Persian Blue #0333E6
RGB
CMYK
RGB Variations
Color information
#0333E6 (or 0x0333E6) is known color: Persian Blue. HEX triplet: 03, 33 and E6. RGB value is (3,51,230). Sum of RGB (Red+Green+Blue) = 3+51+230=284 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.06% from 284); Green value is 51 (20.31% from 255 or 17.96% from 284); Blue value is 230 (90.23% from 255 or 80.99% from 284); Max value from RGB is 230 - color contains mainly: blue. Hex color #0333E6 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0333E6 is #FCCC19. Grayscale: #383838. Windows color (decimal): -16567322 or 15086339. OLE color: 15086339.
HSL color Cylindrical-coordinate representation of color #0333E6: hue angle of 227.31º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0333E6 is Cyan = 0.99, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 3 | 51 | 230 | - |
| CMYK | 0.99 | 0.78 | 0 | 0.10 |
| HSL | 227.31º | 0.97% | 0.46% | - |
| HSV(B) | 227.31º | 0.99% | 0.9% | - |
| XYZ | 15.5 | 8.1 | 75.61 | - |
| YUV | 57.05 | 225.6 | 89.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 51 | 230 | 0.99 | 0.78 | 0 | 0.10 | 227.31 | 0.97 | 0.46 |
| Hex | 3 | 33 | E6 | 63 | 4E | 0 | A | E3 | 61 | 2E |
| Octal | 3 | 63 | 346 | 143 | 116 | 0 | 12 | 343 | 141 | 56 |
| Binary | 11 | 110011 | 11100110 | 1100011 | 1001110 | 0 | 1010 | 11100011 | 1100001 | 101110 |
Color Harmonies of #0333E6
Complementary color
Monochromatic Colors of #0333E6
Black with #0333E6
Text Example
Text Example
White with #0333E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0333E6; }
p { color: rgb(3,51,230); }
H1.HeaderClassName
{
color: #0333E6;
}
.AnyTagClassName
{
color: #0333E6;
}
</style>
background-color css
<style>
a { background-color: #0333E6; }
a { background-color: rgb(3,51,230); }
div.DivClassName
{
background-color: #0333E6;
}
.BgClassName
{
background-color: #0333E6;
}
</style>
border-color css
<style>
span { border-color: #0333E6; }
span { border-color: rgb(3,51,230); }
td.TdClassName
{
border-color: #0333E6;
}
.TagClassName
{
border-color: #0333E6;
}
</style>