Shades of Persian Blue #033EDE
Tints of Persian Blue #033EDE
RGB
CMYK
RGB Variations
Color information
#033EDE (or 0x033EDE) is known color: Persian Blue. HEX triplet: 03, 3E and DE. RGB value is (3,62,222). Sum of RGB (Red+Green+Blue) = 3+62+222=287 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.05% from 287); Green value is 62 (24.61% from 255 or 21.60% from 287); Blue value is 222 (87.11% from 255 or 77.35% from 287); Max value from RGB is 222 - color contains mainly: blue. Hex color #033EDE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #033EDE is #FCC121. Grayscale: #3D3D3D. Windows color (decimal): -16564514 or 14564867. OLE color: 14564867.
HSL color Cylindrical-coordinate representation of color #033EDE: hue angle of 223.84º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #033EDE is Cyan = 0.99, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 3 | 62 | 222 | - |
| CMYK | 0.99 | 0.72 | 0 | 0.13 |
| HSL | 223.84º | 0.97% | 0.44% | - |
| HSV(B) | 223.84º | 0.99% | 0.87% | - |
| XYZ | 14.94 | 8.74 | 70.01 | - |
| YUV | 62.6 | 217.95 | 85.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 62 | 222 | 0.99 | 0.72 | 0 | 0.13 | 223.84 | 0.97 | 0.44 |
| Hex | 3 | 3E | DE | 63 | 48 | 0 | D | E0 | 61 | 2C |
| Octal | 3 | 76 | 336 | 143 | 110 | 0 | 15 | 340 | 141 | 54 |
| Binary | 11 | 111110 | 11011110 | 1100011 | 1001000 | 0 | 1101 | 11100000 | 1100001 | 101100 |
Color Harmonies of #033EDE
Complementary color
Monochromatic Colors of #033EDE
Black with #033EDE
Text Example
Text Example
White with #033EDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033EDE; }
p { color: rgb(3,62,222); }
H1.HeaderClassName
{
color: #033EDE;
}
.AnyTagClassName
{
color: #033EDE;
}
</style>
background-color css
<style>
a { background-color: #033EDE; }
a { background-color: rgb(3,62,222); }
div.DivClassName
{
background-color: #033EDE;
}
.BgClassName
{
background-color: #033EDE;
}
</style>
border-color css
<style>
span { border-color: #033EDE; }
span { border-color: rgb(3,62,222); }
td.TdClassName
{
border-color: #033EDE;
}
.TagClassName
{
border-color: #033EDE;
}
</style>