Shades of Persian Blue #2A34DD
Tints of Persian Blue #2A34DD
RGB
CMYK
RGB Variations
Color information
#2A34DD (or 0x2A34DD) is known color: Persian Blue. HEX triplet: 2A, 34 and DD. RGB value is (42,52,221). Sum of RGB (Red+Green+Blue) = 42+52+221=315 (41% of max value = 765). Red value is 42 (16.80% from 255 or 13.33% from 315); Green value is 52 (20.70% from 255 or 16.51% from 315); Blue value is 221 (86.72% from 255 or 70.16% from 315); Max value from RGB is 221 - color contains mainly: blue. Hex color #2A34DD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2A34DD is #D5CB22. Grayscale: #434343. Windows color (decimal): -14011171 or 14496810. OLE color: 14496810.
HSL color Cylindrical-coordinate representation of color #2A34DD: hue angle of 236.65º degrees, saturation: 0.72, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #2A34DD is Cyan = 0.81, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 42 | 52 | 221 | - |
| CMYK | 0.81 | 0.76 | 0 | 0.13 |
| HSL | 236.65º | 0.72% | 0.52% | - |
| HSV(B) | 236.65º | 0.81% | 0.87% | - |
| XYZ | 15.23 | 8.17 | 69.18 | - |
| YUV | 68.28 | 214.19 | 109.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 52 | 221 | 0.81 | 0.76 | 0 | 0.13 | 236.65 | 0.72 | 0.52 |
| Hex | 2A | 34 | DD | 51 | 4C | 0 | D | ED | 48 | 34 |
| Octal | 52 | 64 | 335 | 121 | 114 | 0 | 15 | 355 | 110 | 64 |
| Binary | 101010 | 110100 | 11011101 | 1010001 | 1001100 | 0 | 1101 | 11101101 | 1001000 | 110100 |
Color Harmonies of #2A34DD
Complementary color
Monochromatic Colors of #2A34DD
Black with #2A34DD
Text Example
Text Example
White with #2A34DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A34DD; }
p { color: rgb(42,52,221); }
H1.HeaderClassName
{
color: #2A34DD;
}
.AnyTagClassName
{
color: #2A34DD;
}
</style>
background-color css
<style>
a { background-color: #2A34DD; }
a { background-color: rgb(42,52,221); }
div.DivClassName
{
background-color: #2A34DD;
}
.BgClassName
{
background-color: #2A34DD;
}
</style>
border-color css
<style>
span { border-color: #2A34DD; }
span { border-color: rgb(42,52,221); }
td.TdClassName
{
border-color: #2A34DD;
}
.TagClassName
{
border-color: #2A34DD;
}
</style>