Shades of Persian Blue #2933DB
Tints of Persian Blue #2933DB
RGB
CMYK
RGB Variations
Color information
#2933DB (or 0x2933DB) is known color: Persian Blue. HEX triplet: 29, 33 and DB. RGB value is (41,51,219). Sum of RGB (Red+Green+Blue) = 41+51+219=311 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.18% from 311); Green value is 51 (20.31% from 255 or 16.40% from 311); Blue value is 219 (85.94% from 255 or 70.42% from 311); Max value from RGB is 219 - color contains mainly: blue. Hex color #2933DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2933DB is #D6CC24. Grayscale: #424242. Windows color (decimal): -14076965 or 14365481. OLE color: 14365481.
HSL color Cylindrical-coordinate representation of color #2933DB: hue angle of 236.63º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2933DB is Cyan = 0.81, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 41 | 51 | 219 | - |
| CMYK | 0.81 | 0.77 | 0 | 0.14 |
| HSL | 236.63º | 0.71% | 0.51% | - |
| HSV(B) | 236.63º | 0.81% | 0.86% | - |
| XYZ | 14.88 | 7.95 | 67.77 | - |
| YUV | 67.16 | 213.69 | 109.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 51 | 219 | 0.81 | 0.77 | 0 | 0.14 | 236.63 | 0.71 | 0.51 |
| Hex | 29 | 33 | DB | 51 | 4D | 0 | E | ED | 47 | 33 |
| Octal | 51 | 63 | 333 | 121 | 115 | 0 | 16 | 355 | 107 | 63 |
| Binary | 101001 | 110011 | 11011011 | 1010001 | 1001101 | 0 | 1110 | 11101101 | 1000111 | 110011 |
Color Harmonies of #2933DB
Complementary color
Monochromatic Colors of #2933DB
Black with #2933DB
Text Example
Text Example
White with #2933DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2933DB; }
p { color: rgb(41,51,219); }
H1.HeaderClassName
{
color: #2933DB;
}
.AnyTagClassName
{
color: #2933DB;
}
</style>
background-color css
<style>
a { background-color: #2933DB; }
a { background-color: rgb(41,51,219); }
div.DivClassName
{
background-color: #2933DB;
}
.BgClassName
{
background-color: #2933DB;
}
</style>
border-color css
<style>
span { border-color: #2933DB; }
span { border-color: rgb(41,51,219); }
td.TdClassName
{
border-color: #2933DB;
}
.TagClassName
{
border-color: #2933DB;
}
</style>