Shades of Persian Blue #033FE6
Tints of Persian Blue #033FE6
RGB
CMYK
RGB Variations
Color information
#033FE6 (or 0x033FE6) is known color: Persian Blue. HEX triplet: 03, 3F and E6. RGB value is (3,63,230). Sum of RGB (Red+Green+Blue) = 3+63+230=296 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1.01% from 296); Green value is 63 (25% from 255 or 21.28% from 296); Blue value is 230 (90.23% from 255 or 77.70% from 296); Max value from RGB is 230 - color contains mainly: blue. Hex color #033FE6 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #033FE6 is #FCC019. Grayscale: #3F3F3F. Windows color (decimal): -16564250 or 15089411. OLE color: 15089411.
HSL color Cylindrical-coordinate representation of color #033FE6: hue angle of 224.14º 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 #033FE6 is Cyan = 0.99, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 3 | 63 | 230 | - |
| CMYK | 0.99 | 0.73 | 0 | 0.10 |
| HSL | 224.14º | 0.97% | 0.46% | - |
| HSV(B) | 224.14º | 0.99% | 0.9% | - |
| XYZ | 16.1 | 9.29 | 75.81 | - |
| YUV | 64.1 | 221.62 | 84.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 63 | 230 | 0.99 | 0.73 | 0 | 0.10 | 224.14 | 0.97 | 0.46 |
| Hex | 3 | 3F | E6 | 63 | 49 | 0 | A | E0 | 61 | 2E |
| Octal | 3 | 77 | 346 | 143 | 111 | 0 | 12 | 340 | 141 | 56 |
| Binary | 11 | 111111 | 11100110 | 1100011 | 1001001 | 0 | 1010 | 11100000 | 1100001 | 101110 |
Color Harmonies of #033FE6
Complementary color
Monochromatic Colors of #033FE6
Black with #033FE6
Text Example
Text Example
White with #033FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033FE6; }
p { color: rgb(3,63,230); }
H1.HeaderClassName
{
color: #033FE6;
}
.AnyTagClassName
{
color: #033FE6;
}
</style>
background-color css
<style>
a { background-color: #033FE6; }
a { background-color: rgb(3,63,230); }
div.DivClassName
{
background-color: #033FE6;
}
.BgClassName
{
background-color: #033FE6;
}
</style>
border-color css
<style>
span { border-color: #033FE6; }
span { border-color: rgb(3,63,230); }
td.TdClassName
{
border-color: #033FE6;
}
.TagClassName
{
border-color: #033FE6;
}
</style>