Shades of Persian Blue #0333DD
Tints of Persian Blue #0333DD
RGB
CMYK
RGB Variations
Color information
#0333DD (or 0x0333DD) is known color: Persian Blue. HEX triplet: 03, 33 and DD. RGB value is (3,51,221). Sum of RGB (Red+Green+Blue) = 3+51+221=275 (36% of max value = 765). Red value is 3 (1.56% from 255 or 1.09% from 275); Green value is 51 (20.31% from 255 or 18.55% from 275); Blue value is 221 (86.72% from 255 or 80.36% from 275); Max value from RGB is 221 - color contains mainly: blue. Hex color #0333DD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #0333DD is #FCCC22. Grayscale: #373737. Windows color (decimal): -16567331 or 14496515. OLE color: 14496515.
HSL color Cylindrical-coordinate representation of color #0333DD: hue angle of 226.79º 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 #0333DD is Cyan = 0.99, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 3 | 51 | 221 | - |
| CMYK | 0.99 | 0.77 | 0 | 0.13 |
| HSL | 226.79º | 0.97% | 0.44% | - |
| HSV(B) | 226.79º | 0.99% | 0.87% | - |
| XYZ | 14.27 | 7.61 | 69.12 | - |
| YUV | 56.03 | 221.1 | 90.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 3 | 51 | 221 | 0.99 | 0.77 | 0 | 0.13 | 226.79 | 0.97 | 0.44 |
| Hex | 3 | 33 | DD | 63 | 4D | 0 | D | E3 | 61 | 2C |
| Octal | 3 | 63 | 335 | 143 | 115 | 0 | 15 | 343 | 141 | 54 |
| Binary | 11 | 110011 | 11011101 | 1100011 | 1001101 | 0 | 1101 | 11100011 | 1100001 | 101100 |
Color Harmonies of #0333DD
Complementary color
Monochromatic Colors of #0333DD
Black with #0333DD
Text Example
Text Example
White with #0333DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0333DD; }
p { color: rgb(3,51,221); }
H1.HeaderClassName
{
color: #0333DD;
}
.AnyTagClassName
{
color: #0333DD;
}
</style>
background-color css
<style>
a { background-color: #0333DD; }
a { background-color: rgb(3,51,221); }
div.DivClassName
{
background-color: #0333DD;
}
.BgClassName
{
background-color: #0333DD;
}
</style>
border-color css
<style>
span { border-color: #0333DD; }
span { border-color: rgb(3,51,221); }
td.TdClassName
{
border-color: #0333DD;
}
.TagClassName
{
border-color: #0333DD;
}
</style>