Shades of Persian Blue #2A32BE
Tints of Persian Blue #2A32BE
RGB
CMYK
RGB Variations
Color information
#2A32BE (or 0x2A32BE) is known color: Persian Blue. HEX triplet: 2A, 32 and BE. RGB value is (42,50,190). Sum of RGB (Red+Green+Blue) = 42+50+190=282 (37% of max value = 765). Red value is 42 (16.80% from 255 or 14.89% from 282); Green value is 50 (19.92% from 255 or 17.73% from 282); Blue value is 190 (74.61% from 255 or 67.38% from 282); Max value from RGB is 190 - color contains mainly: blue. Hex color #2A32BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2A32BE is #D5CD41. Grayscale: #3F3F3F. Windows color (decimal): -14011714 or 12464682. OLE color: 12464682.
HSL color Cylindrical-coordinate representation of color #2A32BE: hue angle of 236.76º degrees, saturation: 0.64, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2A32BE is Cyan = 0.78, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 42 | 50 | 190 | - |
| CMYK | 0.78 | 0.74 | 0 | 0.25 |
| HSL | 236.76º | 0.64% | 0.45% | - |
| HSV(B) | 236.76º | 0.78% | 0.75% | - |
| XYZ | 11.39 | 6.49 | 49.37 | - |
| YUV | 63.57 | 199.35 | 112.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 50 | 190 | 0.78 | 0.74 | 0 | 0.25 | 236.76 | 0.64 | 0.45 |
| Hex | 2A | 32 | BE | 4E | 4A | 0 | 19 | ED | 40 | 2D |
| Octal | 52 | 62 | 276 | 116 | 112 | 0 | 31 | 355 | 100 | 55 |
| Binary | 101010 | 110010 | 10111110 | 1001110 | 1001010 | 0 | 11001 | 11101101 | 1000000 | 101101 |
Color Harmonies of #2A32BE
Complementary color
Monochromatic Colors of #2A32BE
Black with #2A32BE
Text Example
Text Example
White with #2A32BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A32BE; }
p { color: rgb(42,50,190); }
H1.HeaderClassName
{
color: #2A32BE;
}
.AnyTagClassName
{
color: #2A32BE;
}
</style>
background-color css
<style>
a { background-color: #2A32BE; }
a { background-color: rgb(42,50,190); }
div.DivClassName
{
background-color: #2A32BE;
}
.BgClassName
{
background-color: #2A32BE;
}
</style>
border-color css
<style>
span { border-color: #2A32BE; }
span { border-color: rgb(42,50,190); }
td.TdClassName
{
border-color: #2A32BE;
}
.TagClassName
{
border-color: #2A32BE;
}
</style>