Shades of Persian Blue #2A2DDB
Tints of Persian Blue #2A2DDB
RGB
CMYK
RGB Variations
Color information
#2A2DDB (or 0x2A2DDB) is known color: Persian Blue. HEX triplet: 2A, 2D and DB. RGB value is (42,45,219). Sum of RGB (Red+Green+Blue) = 42+45+219=306 (40% of max value = 765). Red value is 42 (16.80% from 255 or 13.73% from 306); Green value is 45 (17.97% from 255 or 14.71% from 306); Blue value is 219 (85.94% from 255 or 71.57% from 306); Max value from RGB is 219 - color contains mainly: blue. Hex color #2A2DDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2A2DDB is #D5D224. Grayscale: #3F3F3F. Windows color (decimal): -14012965 or 14363946. OLE color: 14363946.
HSL color Cylindrical-coordinate representation of color #2A2DDB: hue angle of 238.98º 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 #2A2DDB is Cyan = 0.81, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 42 | 45 | 219 | - |
| CMYK | 0.81 | 0.79 | 0 | 0.14 |
| HSL | 238.98º | 0.71% | 0.51% | - |
| HSV(B) | 238.98º | 0.81% | 0.86% | - |
| XYZ | 14.68 | 7.48 | 67.69 | - |
| YUV | 63.94 | 215.51 | 112.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 45 | 219 | 0.81 | 0.79 | 0 | 0.14 | 238.98 | 0.71 | 0.51 |
| Hex | 2A | 2D | DB | 51 | 4F | 0 | E | EF | 47 | 33 |
| Octal | 52 | 55 | 333 | 121 | 117 | 0 | 16 | 357 | 107 | 63 |
| Binary | 101010 | 101101 | 11011011 | 1010001 | 1001111 | 0 | 1110 | 11101111 | 1000111 | 110011 |
Color Harmonies of #2A2DDB
Complementary color
Monochromatic Colors of #2A2DDB
Black with #2A2DDB
Text Example
Text Example
White with #2A2DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A2DDB; }
p { color: rgb(42,45,219); }
H1.HeaderClassName
{
color: #2A2DDB;
}
.AnyTagClassName
{
color: #2A2DDB;
}
</style>
background-color css
<style>
a { background-color: #2A2DDB; }
a { background-color: rgb(42,45,219); }
div.DivClassName
{
background-color: #2A2DDB;
}
.BgClassName
{
background-color: #2A2DDB;
}
</style>
border-color css
<style>
span { border-color: #2A2DDB; }
span { border-color: rgb(42,45,219); }
td.TdClassName
{
border-color: #2A2DDB;
}
.TagClassName
{
border-color: #2A2DDB;
}
</style>