Shades of Persian Blue #2A3DDB
Tints of Persian Blue #2A3DDB
RGB
CMYK
RGB Variations
Color information
#2A3DDB (or 0x2A3DDB) is known color: Persian Blue. HEX triplet: 2A, 3D and DB. RGB value is (42,61,219). Sum of RGB (Red+Green+Blue) = 42+61+219=322 (42% of max value = 765). Red value is 42 (16.80% from 255 or 13.04% from 322); Green value is 61 (24.22% from 255 or 18.94% from 322); Blue value is 219 (85.94% from 255 or 68.01% from 322); Max value from RGB is 219 - color contains mainly: blue. Hex color #2A3DDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2A3DDB is #D5C224. Grayscale: #484848. Windows color (decimal): -14008869 or 14368042. OLE color: 14368042.
HSL color Cylindrical-coordinate representation of color #2A3DDB: hue angle of 233.56º 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 #2A3DDB is Cyan = 0.81, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 42 | 61 | 219 | - |
| CMYK | 0.81 | 0.72 | 0 | 0.14 |
| HSL | 233.56º | 0.71% | 0.51% | - |
| HSV(B) | 233.56º | 0.81% | 0.86% | - |
| XYZ | 15.41 | 8.94 | 67.93 | - |
| YUV | 73.33 | 210.21 | 105.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 61 | 219 | 0.81 | 0.72 | 0 | 0.14 | 233.56 | 0.71 | 0.51 |
| Hex | 2A | 3D | DB | 51 | 48 | 0 | E | EA | 47 | 33 |
| Octal | 52 | 75 | 333 | 121 | 110 | 0 | 16 | 352 | 107 | 63 |
| Binary | 101010 | 111101 | 11011011 | 1010001 | 1001000 | 0 | 1110 | 11101010 | 1000111 | 110011 |
Color Harmonies of #2A3DDB
Complementary color
Monochromatic Colors of #2A3DDB
Black with #2A3DDB
Text Example
Text Example
White with #2A3DDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A3DDB; }
p { color: rgb(42,61,219); }
H1.HeaderClassName
{
color: #2A3DDB;
}
.AnyTagClassName
{
color: #2A3DDB;
}
</style>
background-color css
<style>
a { background-color: #2A3DDB; }
a { background-color: rgb(42,61,219); }
div.DivClassName
{
background-color: #2A3DDB;
}
.BgClassName
{
background-color: #2A3DDB;
}
</style>
border-color css
<style>
span { border-color: #2A3DDB; }
span { border-color: rgb(42,61,219); }
td.TdClassName
{
border-color: #2A3DDB;
}
.TagClassName
{
border-color: #2A3DDB;
}
</style>