Shades of Persian Blue #2A3EBA
Tints of Persian Blue #2A3EBA
RGB
CMYK
RGB Variations
Color information
#2A3EBA (or 0x2A3EBA) is known color: Persian Blue. HEX triplet: 2A, 3E and BA. RGB value is (42,62,186). Sum of RGB (Red+Green+Blue) = 42+62+186=290 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.48% from 290); Green value is 62 (24.61% from 255 or 21.38% from 290); Blue value is 186 (73.05% from 255 or 64.14% from 290); Max value from RGB is 186 - color contains mainly: blue. Hex color #2A3EBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2A3EBA is #D5C145. Grayscale: #454545. Windows color (decimal): -14008646 or 12205610. OLE color: 12205610.
HSL color Cylindrical-coordinate representation of color #2A3EBA: hue angle of 231.67º 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 #2A3EBA is Cyan = 0.77, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 42 | 62 | 186 | - |
| CMYK | 0.77 | 0.67 | 0 | 0.27 |
| HSL | 231.67º | 0.63% | 0.45% | - |
| HSV(B) | 231.67º | 0.77% | 0.73% | - |
| XYZ | 11.54 | 7.48 | 47.29 | - |
| YUV | 70.16 | 193.37 | 107.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 62 | 186 | 0.77 | 0.67 | 0 | 0.27 | 231.67 | 0.63 | 0.45 |
| Hex | 2A | 3E | BA | 4D | 43 | 0 | 1B | E8 | 3F | 2D |
| Octal | 52 | 76 | 272 | 115 | 103 | 0 | 33 | 350 | 77 | 55 |
| Binary | 101010 | 111110 | 10111010 | 1001101 | 1000011 | 0 | 11011 | 11101000 | 111111 | 101101 |
Color Harmonies of #2A3EBA
Complementary color
Monochromatic Colors of #2A3EBA
Black with #2A3EBA
Text Example
Text Example
White with #2A3EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A3EBA; }
p { color: rgb(42,62,186); }
H1.HeaderClassName
{
color: #2A3EBA;
}
.AnyTagClassName
{
color: #2A3EBA;
}
</style>
background-color css
<style>
a { background-color: #2A3EBA; }
a { background-color: rgb(42,62,186); }
div.DivClassName
{
background-color: #2A3EBA;
}
.BgClassName
{
background-color: #2A3EBA;
}
</style>
border-color css
<style>
span { border-color: #2A3EBA; }
span { border-color: rgb(42,62,186); }
td.TdClassName
{
border-color: #2A3EBA;
}
.TagClassName
{
border-color: #2A3EBA;
}
</style>