Shades of Persian Blue #033CE9
Tints of Persian Blue #033CE9
RGB
CMYK
RGB Variations
Color information
#033CE9 (or 0x033CE9) is known color: Persian Blue. HEX triplet: 03, 3C and E9. RGB value is (3,60,233). Sum of RGB (Red+Green+Blue) = 3+60+233=296 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1.01% from 296); Green value is 60 (23.83% from 255 or 20.27% from 296); Blue value is 233 (91.41% from 255 or 78.72% from 296); Max value from RGB is 233 - color contains mainly: blue. Hex color #033CE9 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #033CE9 is #FCC316. Grayscale: #3D3D3D. Windows color (decimal): -16565015 or 15285251. OLE color: 15285251.
HSL color Cylindrical-coordinate representation of color #033CE9: hue angle of 225.13º 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 #033CE9 is Cyan = 0.99, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 3 | 60 | 233 | - |
| CMYK | 0.99 | 0.74 | 0 | 0.09 |
| HSL | 225.13º | 0.97% | 0.46% | - |
| HSV(B) | 225.13º | 0.99% | 0.91% | - |
| XYZ | 16.36 | 9.13 | 77.99 | - |
| YUV | 62.68 | 224.12 | 85.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 60 | 233 | 0.99 | 0.74 | 0 | 0.09 | 225.13 | 0.97 | 0.46 |
| Hex | 3 | 3C | E9 | 63 | 4A | 0 | 9 | E1 | 61 | 2E |
| Octal | 3 | 74 | 351 | 143 | 112 | 0 | 11 | 341 | 141 | 56 |
| Binary | 11 | 111100 | 11101001 | 1100011 | 1001010 | 0 | 1001 | 11100001 | 1100001 | 101110 |
Color Harmonies of #033CE9
Complementary color
Monochromatic Colors of #033CE9
Black with #033CE9
Text Example
Text Example
White with #033CE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #033CE9; }
p { color: rgb(3,60,233); }
H1.HeaderClassName
{
color: #033CE9;
}
.AnyTagClassName
{
color: #033CE9;
}
</style>
background-color css
<style>
a { background-color: #033CE9; }
a { background-color: rgb(3,60,233); }
div.DivClassName
{
background-color: #033CE9;
}
.BgClassName
{
background-color: #033CE9;
}
</style>
border-color css
<style>
span { border-color: #033CE9; }
span { border-color: rgb(3,60,233); }
td.TdClassName
{
border-color: #033CE9;
}
.TagClassName
{
border-color: #033CE9;
}
</style>