Shades of Persian Blue #2935DB
Tints of Persian Blue #2935DB
RGB
CMYK
RGB Variations
Color information
#2935DB (or 0x2935DB) is known color: Persian Blue. HEX triplet: 29, 35 and DB. RGB value is (41,53,219). Sum of RGB (Red+Green+Blue) = 41+53+219=313 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.10% from 313); Green value is 53 (21.09% from 255 or 16.93% from 313); Blue value is 219 (85.94% from 255 or 69.97% from 313); Max value from RGB is 219 - color contains mainly: blue. Hex color #2935DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2935DB is #D6CA24. Grayscale: #434343. Windows color (decimal): -14076453 or 14365993. OLE color: 14365993.
HSL color Cylindrical-coordinate representation of color #2935DB: hue angle of 235.96º 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 #2935DB is Cyan = 0.81, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 41 | 53 | 219 | - |
| CMYK | 0.81 | 0.76 | 0 | 0.14 |
| HSL | 235.96º | 0.71% | 0.51% | - |
| HSV(B) | 235.96º | 0.81% | 0.86% | - |
| XYZ | 14.97 | 8.13 | 67.8 | - |
| YUV | 68.34 | 213.02 | 108.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 53 | 219 | 0.81 | 0.76 | 0 | 0.14 | 235.96 | 0.71 | 0.51 |
| Hex | 29 | 35 | DB | 51 | 4C | 0 | E | EC | 47 | 33 |
| Octal | 51 | 65 | 333 | 121 | 114 | 0 | 16 | 354 | 107 | 63 |
| Binary | 101001 | 110101 | 11011011 | 1010001 | 1001100 | 0 | 1110 | 11101100 | 1000111 | 110011 |
Color Harmonies of #2935DB
Complementary color
Monochromatic Colors of #2935DB
Black with #2935DB
Text Example
Text Example
White with #2935DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2935DB; }
p { color: rgb(41,53,219); }
H1.HeaderClassName
{
color: #2935DB;
}
.AnyTagClassName
{
color: #2935DB;
}
</style>
background-color css
<style>
a { background-color: #2935DB; }
a { background-color: rgb(41,53,219); }
div.DivClassName
{
background-color: #2935DB;
}
.BgClassName
{
background-color: #2935DB;
}
</style>
border-color css
<style>
span { border-color: #2935DB; }
span { border-color: rgb(41,53,219); }
td.TdClassName
{
border-color: #2935DB;
}
.TagClassName
{
border-color: #2935DB;
}
</style>