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