Shades of Persian Blue #033CE7
Tints of Persian Blue #033CE7
RGB
CMYK
RGB Variations
Color information
#033CE7 (or 0x033CE7) is known color: Persian Blue. HEX triplet: 03, 3C and E7. RGB value is (3,60,231). Sum of RGB (Red+Green+Blue) = 3+60+231=294 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.02% from 294); Green value is 60 (23.83% from 255 or 20.41% from 294); Blue value is 231 (90.62% from 255 or 78.57% from 294); Max value from RGB is 231 - color contains mainly: blue. Hex color #033CE7 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #033CE7 is #FCC318. Grayscale: #3D3D3D. Windows color (decimal): -16565017 or 15154179. OLE color: 15154179.
HSL color Cylindrical-coordinate representation of color #033CE7: hue angle of 225º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #033CE7 is Cyan = 0.99, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 3 | 60 | 231 | - |
| CMYK | 0.99 | 0.74 | 0 | 0.09 |
| HSL | 225º | 0.97% | 0.46% | - |
| HSV(B) | 225º | 0.99% | 0.91% | - |
| XYZ | 16.08 | 9.02 | 76.5 | - |
| YUV | 62.45 | 223.12 | 85.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 60 | 231 | 0.99 | 0.74 | 0 | 0.09 | 225 | 0.97 | 0.46 |
| Hex | 3 | 3C | E7 | 63 | 4A | 0 | 9 | E1 | 61 | 2E |
| Octal | 3 | 74 | 347 | 143 | 112 | 0 | 11 | 341 | 141 | 56 |
| Binary | 11 | 111100 | 11100111 | 1100011 | 1001010 | 0 | 1001 | 11100001 | 1100001 | 101110 |
Color Harmonies of #033CE7
Complementary color
Monochromatic Colors of #033CE7
Black with #033CE7
Text Example
Text Example
White with #033CE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033CE7; }
p { color: rgb(3,60,231); }
H1.HeaderClassName
{
color: #033CE7;
}
.AnyTagClassName
{
color: #033CE7;
}
</style>
background-color css
<style>
a { background-color: #033CE7; }
a { background-color: rgb(3,60,231); }
div.DivClassName
{
background-color: #033CE7;
}
.BgClassName
{
background-color: #033CE7;
}
</style>
border-color css
<style>
span { border-color: #033CE7; }
span { border-color: rgb(3,60,231); }
td.TdClassName
{
border-color: #033CE7;
}
.TagClassName
{
border-color: #033CE7;
}
</style>