Shades of Persian Blue #3332DB
Tints of Persian Blue #3332DB
RGB
CMYK
RGB Variations
Color information
#3332DB (or 0x3332DB) is known color: Persian Blue. HEX triplet: 33, 32 and DB. RGB value is (51,50,219). Sum of RGB (Red+Green+Blue) = 51+50+219=320 (42% of max value = 765). Red value is 51 (20.31% from 255 or 15.94% from 320); Green value is 50 (19.92% from 255 or 15.62% from 320); Blue value is 219 (85.94% from 255 or 68.44% from 320); Max value from RGB is 219 - color contains mainly: blue. Hex color #3332DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3332DB is #CCCD24. Grayscale: #444444. Windows color (decimal): -13421861 or 14365235. OLE color: 14365235.
HSL color Cylindrical-coordinate representation of color #3332DB: hue angle of 240.36º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3332DB is Cyan = 0.77, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 51 | 50 | 219 | - |
| CMYK | 0.77 | 0.77 | 0 | 0.14 |
| HSL | 240.36º | 0.7% | 0.53% | - |
| HSV(B) | 240.36º | 0.77% | 0.86% | - |
| XYZ | 15.29 | 8.1 | 67.78 | - |
| YUV | 69.57 | 212.33 | 114.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 51 | 50 | 219 | 0.77 | 0.77 | 0 | 0.14 | 240.36 | 0.7 | 0.53 |
| Hex | 33 | 32 | DB | 4D | 4D | 0 | E | F0 | 46 | 35 |
| Octal | 63 | 62 | 333 | 115 | 115 | 0 | 16 | 360 | 106 | 65 |
| Binary | 110011 | 110010 | 11011011 | 1001101 | 1001101 | 0 | 1110 | 11110000 | 1000110 | 110101 |
Color Harmonies of #3332DB
Complementary color
Monochromatic Colors of #3332DB
Black with #3332DB
Text Example
Text Example
White with #3332DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3332DB; }
p { color: rgb(51,50,219); }
H1.HeaderClassName
{
color: #3332DB;
}
.AnyTagClassName
{
color: #3332DB;
}
</style>
background-color css
<style>
a { background-color: #3332DB; }
a { background-color: rgb(51,50,219); }
div.DivClassName
{
background-color: #3332DB;
}
.BgClassName
{
background-color: #3332DB;
}
</style>
border-color css
<style>
span { border-color: #3332DB; }
span { border-color: rgb(51,50,219); }
td.TdClassName
{
border-color: #3332DB;
}
.TagClassName
{
border-color: #3332DB;
}
</style>