Shades of Persian Blue #2933DF
Tints of Persian Blue #2933DF
RGB
CMYK
RGB Variations
Color information
#2933DF (or 0x2933DF) is known color: Persian Blue. HEX triplet: 29, 33 and DF. RGB value is (41,51,223). Sum of RGB (Red+Green+Blue) = 41+51+223=315 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.02% from 315); Green value is 51 (20.31% from 255 or 16.19% from 315); Blue value is 223 (87.5% from 255 or 70.79% from 315); Max value from RGB is 223 - color contains mainly: blue. Hex color #2933DF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2933DF is #D6CC20. Grayscale: #424242. Windows color (decimal): -14076961 or 14627625. OLE color: 14627625.
HSL color Cylindrical-coordinate representation of color #2933DF: hue angle of 236.7º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2933DF is Cyan = 0.82, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 41 | 51 | 223 | - |
| CMYK | 0.82 | 0.77 | 0 | 0.13 |
| HSL | 236.7º | 0.74% | 0.52% | - |
| HSV(B) | 236.7º | 0.82% | 0.87% | - |
| XYZ | 15.42 | 8.17 | 70.58 | - |
| YUV | 67.62 | 215.69 | 109.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 51 | 223 | 0.82 | 0.77 | 0 | 0.13 | 236.7 | 0.74 | 0.52 |
| Hex | 29 | 33 | DF | 52 | 4D | 0 | D | ED | 4A | 34 |
| Octal | 51 | 63 | 337 | 122 | 115 | 0 | 15 | 355 | 112 | 64 |
| Binary | 101001 | 110011 | 11011111 | 1010010 | 1001101 | 0 | 1101 | 11101101 | 1001010 | 110100 |
Color Harmonies of #2933DF
Complementary color
Monochromatic Colors of #2933DF
Black with #2933DF
Text Example
Text Example
White with #2933DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2933DF; }
p { color: rgb(41,51,223); }
H1.HeaderClassName
{
color: #2933DF;
}
.AnyTagClassName
{
color: #2933DF;
}
</style>
background-color css
<style>
a { background-color: #2933DF; }
a { background-color: rgb(41,51,223); }
div.DivClassName
{
background-color: #2933DF;
}
.BgClassName
{
background-color: #2933DF;
}
</style>
border-color css
<style>
span { border-color: #2933DF; }
span { border-color: rgb(41,51,223); }
td.TdClassName
{
border-color: #2933DF;
}
.TagClassName
{
border-color: #2933DF;
}
</style>