Shades of Persian Blue #0333CF
Tints of Persian Blue #0333CF
RGB
CMYK
RGB Variations
Color information
#0333CF (or 0x0333CF) is known color: Persian Blue. HEX triplet: 03, 33 and CF. RGB value is (3,51,207). Sum of RGB (Red+Green+Blue) = 3+51+207=261 (34% of max value = 765). Red value is 3 (1.56% from 255 or 1.15% from 261); Green value is 51 (20.31% from 255 or 19.54% from 261); Blue value is 207 (81.25% from 255 or 79.31% from 261); Max value from RGB is 207 - color contains mainly: blue. Hex color #0333CF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0333CF is #FCCC30. Grayscale: #353535. Windows color (decimal): -16567345 or 13579011. OLE color: 13579011.
HSL color Cylindrical-coordinate representation of color #0333CF: hue angle of 225.88º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0333CF is Cyan = 0.99, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 3 | 51 | 207 | - |
| CMYK | 0.99 | 0.75 | 0 | 0.19 |
| HSL | 225.88º | 0.97% | 0.41% | - |
| HSV(B) | 225.88º | 0.99% | 0.81% | - |
| XYZ | 12.48 | 6.89 | 59.7 | - |
| YUV | 54.43 | 214.1 | 91.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 51 | 207 | 0.99 | 0.75 | 0 | 0.19 | 225.88 | 0.97 | 0.41 |
| Hex | 3 | 33 | CF | 63 | 4B | 0 | 13 | E2 | 61 | 29 |
| Octal | 3 | 63 | 317 | 143 | 113 | 0 | 23 | 342 | 141 | 51 |
| Binary | 11 | 110011 | 11001111 | 1100011 | 1001011 | 0 | 10011 | 11100010 | 1100001 | 101001 |
Color Harmonies of #0333CF
Complementary color
Monochromatic Colors of #0333CF
Black with #0333CF
Text Example
Text Example
White with #0333CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0333CF; }
p { color: rgb(3,51,207); }
H1.HeaderClassName
{
color: #0333CF;
}
.AnyTagClassName
{
color: #0333CF;
}
</style>
background-color css
<style>
a { background-color: #0333CF; }
a { background-color: rgb(3,51,207); }
div.DivClassName
{
background-color: #0333CF;
}
.BgClassName
{
background-color: #0333CF;
}
</style>
border-color css
<style>
span { border-color: #0333CF; }
span { border-color: rgb(3,51,207); }
td.TdClassName
{
border-color: #0333CF;
}
.TagClassName
{
border-color: #0333CF;
}
</style>