Shades of Persian Blue #3334DF
Tints of Persian Blue #3334DF
RGB
CMYK
RGB Variations
Color information
#3334DF (or 0x3334DF) is known color: Persian Blue. HEX triplet: 33, 34 and DF. RGB value is (51,52,223). Sum of RGB (Red+Green+Blue) = 51+52+223=326 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.64% from 326); Green value is 52 (20.70% from 255 or 15.95% from 326); Blue value is 223 (87.5% from 255 or 68.40% from 326); Max value from RGB is 223 - color contains mainly: blue. Hex color #3334DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3334DF is #CCCB20. Grayscale: #464646. Windows color (decimal): -13421345 or 14627891. OLE color: 14627891.
HSL color Cylindrical-coordinate representation of color #3334DF: hue angle of 239.65º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3334DF is Cyan = 0.77, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 51 | 52 | 223 | - |
| CMYK | 0.77 | 0.77 | 0 | 0.13 |
| HSL | 239.65º | 0.73% | 0.54% | - |
| HSV(B) | 239.65º | 0.77% | 0.87% | - |
| XYZ | 15.91 | 8.49 | 70.61 | - |
| YUV | 71.2 | 213.67 | 113.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 52 | 223 | 0.77 | 0.77 | 0 | 0.13 | 239.65 | 0.73 | 0.54 |
| Hex | 33 | 34 | DF | 4D | 4D | 0 | D | F0 | 49 | 36 |
| Octal | 63 | 64 | 337 | 115 | 115 | 0 | 15 | 360 | 111 | 66 |
| Binary | 110011 | 110100 | 11011111 | 1001101 | 1001101 | 0 | 1101 | 11110000 | 1001001 | 110110 |
Color Harmonies of #3334DF
Complementary color
Monochromatic Colors of #3334DF
Black with #3334DF
Text Example
Text Example
White with #3334DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3334DF; }
p { color: rgb(51,52,223); }
H1.HeaderClassName
{
color: #3334DF;
}
.AnyTagClassName
{
color: #3334DF;
}
</style>
background-color css
<style>
a { background-color: #3334DF; }
a { background-color: rgb(51,52,223); }
div.DivClassName
{
background-color: #3334DF;
}
.BgClassName
{
background-color: #3334DF;
}
</style>
border-color css
<style>
span { border-color: #3334DF; }
span { border-color: rgb(51,52,223); }
td.TdClassName
{
border-color: #3334DF;
}
.TagClassName
{
border-color: #3334DF;
}
</style>