Shades of Persian Blue #033EE6
Tints of Persian Blue #033EE6
RGB
CMYK
RGB Variations
Color information
#033EE6 (or 0x033EE6) is known color: Persian Blue. HEX triplet: 03, 3E and E6. RGB value is (3,62,230). Sum of RGB (Red+Green+Blue) = 3+62+230=295 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1.02% from 295); Green value is 62 (24.61% from 255 or 21.02% from 295); Blue value is 230 (90.23% from 255 or 77.97% from 295); Max value from RGB is 230 - color contains mainly: blue. Hex color #033EE6 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #033EE6 is #FCC119. Grayscale: #3E3E3E. Windows color (decimal): -16564506 or 15089155. OLE color: 15089155.
HSL color Cylindrical-coordinate representation of color #033EE6: hue angle of 224.41º 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 #033EE6 is Cyan = 0.99, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 3 | 62 | 230 | - |
| CMYK | 0.99 | 0.73 | 0 | 0.10 |
| HSL | 224.41º | 0.97% | 0.46% | - |
| HSV(B) | 224.41º | 0.99% | 0.9% | - |
| XYZ | 16.04 | 9.18 | 75.79 | - |
| YUV | 63.51 | 221.95 | 84.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 62 | 230 | 0.99 | 0.73 | 0 | 0.10 | 224.41 | 0.97 | 0.46 |
| Hex | 3 | 3E | E6 | 63 | 49 | 0 | A | E0 | 61 | 2E |
| Octal | 3 | 76 | 346 | 143 | 111 | 0 | 12 | 340 | 141 | 56 |
| Binary | 11 | 111110 | 11100110 | 1100011 | 1001001 | 0 | 1010 | 11100000 | 1100001 | 101110 |
Color Harmonies of #033EE6
Complementary color
Monochromatic Colors of #033EE6
Black with #033EE6
Text Example
Text Example
White with #033EE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033EE6; }
p { color: rgb(3,62,230); }
H1.HeaderClassName
{
color: #033EE6;
}
.AnyTagClassName
{
color: #033EE6;
}
</style>
background-color css
<style>
a { background-color: #033EE6; }
a { background-color: rgb(3,62,230); }
div.DivClassName
{
background-color: #033EE6;
}
.BgClassName
{
background-color: #033EE6;
}
</style>
border-color css
<style>
span { border-color: #033EE6; }
span { border-color: rgb(3,62,230); }
td.TdClassName
{
border-color: #033EE6;
}
.TagClassName
{
border-color: #033EE6;
}
</style>