Shades of Persian Blue #2A2BDB
Tints of Persian Blue #2A2BDB
RGB
CMYK
RGB Variations
Color information
#2A2BDB (or 0x2A2BDB) is known color: Persian Blue. HEX triplet: 2A, 2B and DB. RGB value is (42,43,219). Sum of RGB (Red+Green+Blue) = 42+43+219=304 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.82% from 304); Green value is 43 (17.19% from 255 or 14.14% from 304); Blue value is 219 (85.94% from 255 or 72.04% from 304); Max value from RGB is 219 - color contains mainly: blue. Hex color #2A2BDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2A2BDB is #D5D424. Grayscale: #3E3E3E. Windows color (decimal): -14013477 or 14363434. OLE color: 14363434.
HSL color Cylindrical-coordinate representation of color #2A2BDB: hue angle of 239.66º 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 #2A2BDB is Cyan = 0.81, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 42 | 43 | 219 | - |
| CMYK | 0.81 | 0.80 | 0 | 0.14 |
| HSL | 239.66º | 0.71% | 0.51% | - |
| HSV(B) | 239.66º | 0.81% | 0.86% | - |
| XYZ | 14.6 | 7.33 | 67.66 | - |
| YUV | 62.77 | 216.17 | 113.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 43 | 219 | 0.81 | 0.80 | 0 | 0.14 | 239.66 | 0.71 | 0.51 |
| Hex | 2A | 2B | DB | 51 | 50 | 0 | E | F0 | 47 | 33 |
| Octal | 52 | 53 | 333 | 121 | 120 | 0 | 16 | 360 | 107 | 63 |
| Binary | 101010 | 101011 | 11011011 | 1010001 | 1010000 | 0 | 1110 | 11110000 | 1000111 | 110011 |
Color Harmonies of #2A2BDB
Complementary color
Monochromatic Colors of #2A2BDB
Black with #2A2BDB
Text Example
Text Example
White with #2A2BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A2BDB; }
p { color: rgb(42,43,219); }
H1.HeaderClassName
{
color: #2A2BDB;
}
.AnyTagClassName
{
color: #2A2BDB;
}
</style>
background-color css
<style>
a { background-color: #2A2BDB; }
a { background-color: rgb(42,43,219); }
div.DivClassName
{
background-color: #2A2BDB;
}
.BgClassName
{
background-color: #2A2BDB;
}
</style>
border-color css
<style>
span { border-color: #2A2BDB; }
span { border-color: rgb(42,43,219); }
td.TdClassName
{
border-color: #2A2BDB;
}
.TagClassName
{
border-color: #2A2BDB;
}
</style>