Shades of Persian Blue #033CEA
Tints of Persian Blue #033CEA
RGB
CMYK
RGB Variations
Color information
#033CEA (or 0x033CEA) is known color: Persian Blue. HEX triplet: 03, 3C and EA. RGB value is (3,60,234). Sum of RGB (Red+Green+Blue) = 3+60+234=297 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1.01% from 297); Green value is 60 (23.83% from 255 or 20.20% from 297); Blue value is 234 (91.80% from 255 or 78.79% from 297); Max value from RGB is 234 - color contains mainly: blue. Hex color #033CEA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #033CEA is #FCC315. Grayscale: #3E3E3E. Windows color (decimal): -16565014 or 15350787. OLE color: 15350787.
HSL color Cylindrical-coordinate representation of color #033CEA: hue angle of 225.19º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #033CEA is Cyan = 0.99, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 3 | 60 | 234 | - |
| CMYK | 0.99 | 0.74 | 0 | 0.08 |
| HSL | 225.19º | 0.97% | 0.46% | - |
| HSV(B) | 225.19º | 0.99% | 0.92% | - |
| XYZ | 16.5 | 9.19 | 78.75 | - |
| YUV | 62.79 | 224.62 | 85.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 60 | 234 | 0.99 | 0.74 | 0 | 0.08 | 225.19 | 0.97 | 0.46 |
| Hex | 3 | 3C | EA | 63 | 4A | 0 | 8 | E1 | 61 | 2E |
| Octal | 3 | 74 | 352 | 143 | 112 | 0 | 10 | 341 | 141 | 56 |
| Binary | 11 | 111100 | 11101010 | 1100011 | 1001010 | 0 | 1000 | 11100001 | 1100001 | 101110 |
Color Harmonies of #033CEA
Complementary color
Monochromatic Colors of #033CEA
Black with #033CEA
Text Example
Text Example
White with #033CEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033CEA; }
p { color: rgb(3,60,234); }
H1.HeaderClassName
{
color: #033CEA;
}
.AnyTagClassName
{
color: #033CEA;
}
</style>
background-color css
<style>
a { background-color: #033CEA; }
a { background-color: rgb(3,60,234); }
div.DivClassName
{
background-color: #033CEA;
}
.BgClassName
{
background-color: #033CEA;
}
</style>
border-color css
<style>
span { border-color: #033CEA; }
span { border-color: rgb(3,60,234); }
td.TdClassName
{
border-color: #033CEA;
}
.TagClassName
{
border-color: #033CEA;
}
</style>