Shades of Persian Blue #2A42BE
Tints of Persian Blue #2A42BE
RGB
CMYK
RGB Variations
Color information
#2A42BE (or 0x2A42BE) is known color: Persian Blue. HEX triplet: 2A, 42 and BE. RGB value is (42,66,190). Sum of RGB (Red+Green+Blue) = 42+66+190=298 (39% of max value = 765). Red value is 42 (16.80% from 255 or 14.09% from 298); Green value is 66 (26.17% from 255 or 22.15% from 298); Blue value is 190 (74.61% from 255 or 63.76% from 298); Max value from RGB is 190 - color contains mainly: blue. Hex color #2A42BE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2A42BE is #D5BD41. Grayscale: #484848. Windows color (decimal): -14007618 or 12468778. OLE color: 12468778.
HSL color Cylindrical-coordinate representation of color #2A42BE: hue angle of 230.27º 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 #2A42BE is Cyan = 0.78, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 42 | 66 | 190 | - |
| CMYK | 0.78 | 0.65 | 0 | 0.25 |
| HSL | 230.27º | 0.64% | 0.45% | - |
| HSV(B) | 230.27º | 0.78% | 0.75% | - |
| XYZ | 12.2 | 8.11 | 49.64 | - |
| YUV | 72.96 | 194.05 | 105.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 66 | 190 | 0.78 | 0.65 | 0 | 0.25 | 230.27 | 0.64 | 0.45 |
| Hex | 2A | 42 | BE | 4E | 41 | 0 | 19 | E6 | 40 | 2D |
| Octal | 52 | 102 | 276 | 116 | 101 | 0 | 31 | 346 | 100 | 55 |
| Binary | 101010 | 1000010 | 10111110 | 1001110 | 1000001 | 0 | 11001 | 11100110 | 1000000 | 101101 |
Color Harmonies of #2A42BE
Complementary color
Monochromatic Colors of #2A42BE
Black with #2A42BE
Text Example
Text Example
White with #2A42BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A42BE; }
p { color: rgb(42,66,190); }
H1.HeaderClassName
{
color: #2A42BE;
}
.AnyTagClassName
{
color: #2A42BE;
}
</style>
background-color css
<style>
a { background-color: #2A42BE; }
a { background-color: rgb(42,66,190); }
div.DivClassName
{
background-color: #2A42BE;
}
.BgClassName
{
background-color: #2A42BE;
}
</style>
border-color css
<style>
span { border-color: #2A42BE; }
span { border-color: rgb(42,66,190); }
td.TdClassName
{
border-color: #2A42BE;
}
.TagClassName
{
border-color: #2A42BE;
}
</style>