Shades of Persian Blue #2A3DBA
Tints of Persian Blue #2A3DBA
RGB
CMYK
RGB Variations
Color information
#2A3DBA (or 0x2A3DBA) is known color: Persian Blue. HEX triplet: 2A, 3D and BA. RGB value is (42,61,186). Sum of RGB (Red+Green+Blue) = 42+61+186=289 (38% of max value = 765). Red value is 42 (16.80% from 255 or 14.53% from 289); Green value is 61 (24.22% from 255 or 21.11% from 289); Blue value is 186 (73.05% from 255 or 64.36% from 289); Max value from RGB is 186 - color contains mainly: blue. Hex color #2A3DBA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2A3DBA is #D5C245. Grayscale: #454545. Windows color (decimal): -14008902 or 12205354. OLE color: 12205354.
HSL color Cylindrical-coordinate representation of color #2A3DBA: hue angle of 232.08º 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 #2A3DBA is Cyan = 0.77, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 42 | 61 | 186 | - |
| CMYK | 0.77 | 0.67 | 0 | 0.27 |
| HSL | 232.08º | 0.63% | 0.45% | - |
| HSV(B) | 232.08º | 0.77% | 0.73% | - |
| XYZ | 11.49 | 7.37 | 47.27 | - |
| YUV | 69.57 | 193.71 | 108.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 61 | 186 | 0.77 | 0.67 | 0 | 0.27 | 232.08 | 0.63 | 0.45 |
| Hex | 2A | 3D | BA | 4D | 43 | 0 | 1B | E8 | 3F | 2D |
| Octal | 52 | 75 | 272 | 115 | 103 | 0 | 33 | 350 | 77 | 55 |
| Binary | 101010 | 111101 | 10111010 | 1001101 | 1000011 | 0 | 11011 | 11101000 | 111111 | 101101 |
Color Harmonies of #2A3DBA
Complementary color
Monochromatic Colors of #2A3DBA
Black with #2A3DBA
Text Example
Text Example
White with #2A3DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A3DBA; }
p { color: rgb(42,61,186); }
H1.HeaderClassName
{
color: #2A3DBA;
}
.AnyTagClassName
{
color: #2A3DBA;
}
</style>
background-color css
<style>
a { background-color: #2A3DBA; }
a { background-color: rgb(42,61,186); }
div.DivClassName
{
background-color: #2A3DBA;
}
.BgClassName
{
background-color: #2A3DBA;
}
</style>
border-color css
<style>
span { border-color: #2A3DBA; }
span { border-color: rgb(42,61,186); }
td.TdClassName
{
border-color: #2A3DBA;
}
.TagClassName
{
border-color: #2A3DBA;
}
</style>