Shades of Persian Blue #2A40BA
Tints of Persian Blue #2A40BA
RGB
CMYK
RGB Variations
Color information
#2A40BA (or 0x2A40BA) is known color: Persian Blue. HEX triplet: 2A, 40 and BA. RGB value is (42,64,186). Sum of RGB (Red+Green+Blue) = 42+64+186=292 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.38% from 292); Green value is 64 (25.39% from 255 or 21.92% from 292); Blue value is 186 (73.05% from 255 or 63.70% from 292); Max value from RGB is 186 - color contains mainly: blue. Hex color #2A40BA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2A40BA is #D5BF45. Grayscale: #464646. Windows color (decimal): -14008134 or 12206122. OLE color: 12206122.
HSL color Cylindrical-coordinate representation of color #2A40BA: hue angle of 230.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 #2A40BA is Cyan = 0.77, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 42 | 64 | 186 | - |
| CMYK | 0.77 | 0.66 | 0 | 0.27 |
| HSL | 230.83º | 0.63% | 0.45% | - |
| HSV(B) | 230.83º | 0.77% | 0.73% | - |
| XYZ | 11.65 | 7.7 | 47.33 | - |
| YUV | 71.33 | 192.71 | 107.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 64 | 186 | 0.77 | 0.66 | 0 | 0.27 | 230.83 | 0.63 | 0.45 |
| Hex | 2A | 40 | BA | 4D | 42 | 0 | 1B | E7 | 3F | 2D |
| Octal | 52 | 100 | 272 | 115 | 102 | 0 | 33 | 347 | 77 | 55 |
| Binary | 101010 | 1000000 | 10111010 | 1001101 | 1000010 | 0 | 11011 | 11100111 | 111111 | 101101 |
Color Harmonies of #2A40BA
Complementary color
Monochromatic Colors of #2A40BA
Black with #2A40BA
Text Example
Text Example
White with #2A40BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A40BA; }
p { color: rgb(42,64,186); }
H1.HeaderClassName
{
color: #2A40BA;
}
.AnyTagClassName
{
color: #2A40BA;
}
</style>
background-color css
<style>
a { background-color: #2A40BA; }
a { background-color: rgb(42,64,186); }
div.DivClassName
{
background-color: #2A40BA;
}
.BgClassName
{
background-color: #2A40BA;
}
</style>
border-color css
<style>
span { border-color: #2A40BA; }
span { border-color: rgb(42,64,186); }
td.TdClassName
{
border-color: #2A40BA;
}
.TagClassName
{
border-color: #2A40BA;
}
</style>