Shades of Persian Blue #2A34BA
Tints of Persian Blue #2A34BA
RGB
CMYK
RGB Variations
Color information
#2A34BA (or 0x2A34BA) is known color: Persian Blue. HEX triplet: 2A, 34 and BA. RGB value is (42,52,186). Sum of RGB (Red+Green+Blue) = 42+52+186=280 (37% of max value = 765). Red value is 42 (16.80% from 255 or 15% from 280); Green value is 52 (20.70% from 255 or 18.57% from 280); Blue value is 186 (73.05% from 255 or 66.43% from 280); Max value from RGB is 186 - color contains mainly: blue. Hex color #2A34BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2A34BA is #D5CB45. Grayscale: #3F3F3F. Windows color (decimal): -14011206 or 12203050. OLE color: 12203050.
HSL color Cylindrical-coordinate representation of color #2A34BA: hue angle of 235.83º degrees, saturation: 0.63, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2A34BA is Cyan = 0.77, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 42 | 52 | 186 | - |
| CMYK | 0.77 | 0.72 | 0 | 0.27 |
| HSL | 235.83º | 0.63% | 0.45% | - |
| HSV(B) | 235.83º | 0.77% | 0.73% | - |
| XYZ | 11.05 | 6.49 | 47.13 | - |
| YUV | 64.29 | 196.69 | 112.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 52 | 186 | 0.77 | 0.72 | 0 | 0.27 | 235.83 | 0.63 | 0.45 |
| Hex | 2A | 34 | BA | 4D | 48 | 0 | 1B | EC | 3F | 2D |
| Octal | 52 | 64 | 272 | 115 | 110 | 0 | 33 | 354 | 77 | 55 |
| Binary | 101010 | 110100 | 10111010 | 1001101 | 1001000 | 0 | 11011 | 11101100 | 111111 | 101101 |
Color Harmonies of #2A34BA
Complementary color
Monochromatic Colors of #2A34BA
Black with #2A34BA
Text Example
Text Example
White with #2A34BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A34BA; }
p { color: rgb(42,52,186); }
H1.HeaderClassName
{
color: #2A34BA;
}
.AnyTagClassName
{
color: #2A34BA;
}
</style>
background-color css
<style>
a { background-color: #2A34BA; }
a { background-color: rgb(42,52,186); }
div.DivClassName
{
background-color: #2A34BA;
}
.BgClassName
{
background-color: #2A34BA;
}
</style>
border-color css
<style>
span { border-color: #2A34BA; }
span { border-color: rgb(42,52,186); }
td.TdClassName
{
border-color: #2A34BA;
}
.TagClassName
{
border-color: #2A34BA;
}
</style>