Shades of Persian Blue #2934DB
Tints of Persian Blue #2934DB
RGB
CMYK
RGB Variations
Color information
#2934DB (or 0x2934DB) is known color: Persian Blue. HEX triplet: 29, 34 and DB. RGB value is (41,52,219). Sum of RGB (Red+Green+Blue) = 41+52+219=312 (41% of max value = 765). Red value is 41 (16.41% from 255 or 13.14% from 312); Green value is 52 (20.70% from 255 or 16.67% from 312); Blue value is 219 (85.94% from 255 or 70.19% from 312); Max value from RGB is 219 - color contains mainly: blue. Hex color #2934DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2934DB is #D6CB24. Grayscale: #434343. Windows color (decimal): -14076709 or 14365737. OLE color: 14365737.
HSL color Cylindrical-coordinate representation of color #2934DB: hue angle of 236.29º 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 #2934DB is Cyan = 0.81, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 41 | 52 | 219 | - |
| CMYK | 0.81 | 0.76 | 0 | 0.14 |
| HSL | 236.29º | 0.71% | 0.51% | - |
| HSV(B) | 236.29º | 0.81% | 0.86% | - |
| XYZ | 14.93 | 8.04 | 67.78 | - |
| YUV | 67.75 | 213.36 | 108.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 41 | 52 | 219 | 0.81 | 0.76 | 0 | 0.14 | 236.29 | 0.71 | 0.51 |
| Hex | 29 | 34 | DB | 51 | 4C | 0 | E | EC | 47 | 33 |
| Octal | 51 | 64 | 333 | 121 | 114 | 0 | 16 | 354 | 107 | 63 |
| Binary | 101001 | 110100 | 11011011 | 1010001 | 1001100 | 0 | 1110 | 11101100 | 1000111 | 110011 |
Color Harmonies of #2934DB
Complementary color
Monochromatic Colors of #2934DB
Black with #2934DB
Text Example
Text Example
White with #2934DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2934DB; }
p { color: rgb(41,52,219); }
H1.HeaderClassName
{
color: #2934DB;
}
.AnyTagClassName
{
color: #2934DB;
}
</style>
background-color css
<style>
a { background-color: #2934DB; }
a { background-color: rgb(41,52,219); }
div.DivClassName
{
background-color: #2934DB;
}
.BgClassName
{
background-color: #2934DB;
}
</style>
border-color css
<style>
span { border-color: #2934DB; }
span { border-color: rgb(41,52,219); }
td.TdClassName
{
border-color: #2934DB;
}
.TagClassName
{
border-color: #2934DB;
}
</style>