Shades of Persian Blue #2A2DBA
Tints of Persian Blue #2A2DBA
RGB
CMYK
RGB Variations
Color information
#2A2DBA (or 0x2A2DBA) is known color: Persian Blue. HEX triplet: 2A, 2D and BA. RGB value is (42,45,186). Sum of RGB (Red+Green+Blue) = 42+45+186=273 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.38% from 273); Green value is 45 (17.97% from 255 or 16.48% from 273); Blue value is 186 (73.05% from 255 or 68.13% from 273); Max value from RGB is 186 - color contains mainly: blue. Hex color #2A2DBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2A2DBA is #D5D245. Grayscale: #3B3B3B. Windows color (decimal): -14012998 or 12201258. OLE color: 12201258.
HSL color Cylindrical-coordinate representation of color #2A2DBA: hue angle of 238.75º 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 #2A2DBA is Cyan = 0.77, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 42 | 45 | 186 | - |
| CMYK | 0.77 | 0.76 | 0 | 0.27 |
| HSL | 238.75º | 0.63% | 0.45% | - |
| HSV(B) | 238.75º | 0.77% | 0.73% | - |
| XYZ | 10.76 | 5.91 | 47.03 | - |
| YUV | 60.18 | 199.01 | 115.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 45 | 186 | 0.77 | 0.76 | 0 | 0.27 | 238.75 | 0.63 | 0.45 |
| Hex | 2A | 2D | BA | 4D | 4C | 0 | 1B | EF | 3F | 2D |
| Octal | 52 | 55 | 272 | 115 | 114 | 0 | 33 | 357 | 77 | 55 |
| Binary | 101010 | 101101 | 10111010 | 1001101 | 1001100 | 0 | 11011 | 11101111 | 111111 | 101101 |
Color Harmonies of #2A2DBA
Complementary color
Monochromatic Colors of #2A2DBA
Black with #2A2DBA
Text Example
Text Example
White with #2A2DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A2DBA; }
p { color: rgb(42,45,186); }
H1.HeaderClassName
{
color: #2A2DBA;
}
.AnyTagClassName
{
color: #2A2DBA;
}
</style>
background-color css
<style>
a { background-color: #2A2DBA; }
a { background-color: rgb(42,45,186); }
div.DivClassName
{
background-color: #2A2DBA;
}
.BgClassName
{
background-color: #2A2DBA;
}
</style>
border-color css
<style>
span { border-color: #2A2DBA; }
span { border-color: rgb(42,45,186); }
td.TdClassName
{
border-color: #2A2DBA;
}
.TagClassName
{
border-color: #2A2DBA;
}
</style>