Shades of Persian Blue #2A37B9
Tints of Persian Blue #2A37B9
RGB
CMYK
RGB Variations
Color information
#2A37B9 (or 0x2A37B9) is known color: Persian Blue. HEX triplet: 2A, 37 and B9. RGB value is (42,55,185). Sum of RGB (Red+Green+Blue) = 42+55+185=282 (37% of max value = 765). Red value is 42 (16.80% from 255 or 14.89% from 282); Green value is 55 (21.88% from 255 or 19.50% from 282); Blue value is 185 (72.66% from 255 or 65.60% from 282); Max value from RGB is 185 - color contains mainly: blue. Hex color #2A37B9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2A37B9 is #D5C846. Grayscale: #414141. Windows color (decimal): -14010439 or 12138282. OLE color: 12138282.
HSL color Cylindrical-coordinate representation of color #2A37B9: hue angle of 234.55º 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 #2A37B9 is Cyan = 0.77, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 42 | 55 | 185 | - |
| CMYK | 0.77 | 0.70 | 0 | 0.27 |
| HSL | 234.55º | 0.63% | 0.45% | - |
| HSV(B) | 234.55º | 0.77% | 0.73% | - |
| XYZ | 11.08 | 6.73 | 46.61 | - |
| YUV | 65.93 | 195.19 | 110.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 55 | 185 | 0.77 | 0.70 | 0 | 0.27 | 234.55 | 0.63 | 0.45 |
| Hex | 2A | 37 | B9 | 4D | 46 | 0 | 1B | EB | 3F | 2D |
| Octal | 52 | 67 | 271 | 115 | 106 | 0 | 33 | 353 | 77 | 55 |
| Binary | 101010 | 110111 | 10111001 | 1001101 | 1000110 | 0 | 11011 | 11101011 | 111111 | 101101 |
Color Harmonies of #2A37B9
Complementary color
Monochromatic Colors of #2A37B9
Black with #2A37B9
Text Example
Text Example
White with #2A37B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A37B9; }
p { color: rgb(42,55,185); }
H1.HeaderClassName
{
color: #2A37B9;
}
.AnyTagClassName
{
color: #2A37B9;
}
</style>
background-color css
<style>
a { background-color: #2A37B9; }
a { background-color: rgb(42,55,185); }
div.DivClassName
{
background-color: #2A37B9;
}
.BgClassName
{
background-color: #2A37B9;
}
</style>
border-color css
<style>
span { border-color: #2A37B9; }
span { border-color: rgb(42,55,185); }
td.TdClassName
{
border-color: #2A37B9;
}
.TagClassName
{
border-color: #2A37B9;
}
</style>