Shades of Persian Blue #2A3CAB
Tints of Persian Blue #2A3CAB
RGB
CMYK
RGB Variations
Color information
#2A3CAB (or 0x2A3CAB) is known color: Persian Blue. HEX triplet: 2A, 3C and AB. RGB value is (42,60,171). Sum of RGB (Red+Green+Blue) = 42+60+171=273 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.38% from 273); Green value is 60 (23.83% from 255 or 21.98% from 273); Blue value is 171 (67.19% from 255 or 62.64% from 273); Max value from RGB is 171 - color contains mainly: blue. Hex color #2A3CAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A3CAB is #D5C354. Grayscale: #424242. Windows color (decimal): -14009173 or 11222058. OLE color: 11222058.
HSL color Cylindrical-coordinate representation of color #2A3CAB: hue angle of 231.63º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2A3CAB is Cyan = 0.75, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 42 | 60 | 171 | - |
| CMYK | 0.75 | 0.65 | 0 | 0.33 |
| HSL | 231.63º | 0.61% | 0.42% | - |
| HSV(B) | 231.63º | 0.75% | 0.67% | - |
| XYZ | 9.92 | 6.66 | 39.29 | - |
| YUV | 67.27 | 186.54 | 109.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 60 | 171 | 0.75 | 0.65 | 0 | 0.33 | 231.63 | 0.61 | 0.42 |
| Hex | 2A | 3C | AB | 4B | 41 | 0 | 21 | E8 | 3D | 2A |
| Octal | 52 | 74 | 253 | 113 | 101 | 0 | 41 | 350 | 75 | 52 |
| Binary | 101010 | 111100 | 10101011 | 1001011 | 1000001 | 0 | 100001 | 11101000 | 111101 | 101010 |
Color Harmonies of #2A3CAB
Complementary color
Monochromatic Colors of #2A3CAB
Black with #2A3CAB
Text Example
Text Example
White with #2A3CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A3CAB; }
p { color: rgb(42,60,171); }
H1.HeaderClassName
{
color: #2A3CAB;
}
.AnyTagClassName
{
color: #2A3CAB;
}
</style>
background-color css
<style>
a { background-color: #2A3CAB; }
a { background-color: rgb(42,60,171); }
div.DivClassName
{
background-color: #2A3CAB;
}
.BgClassName
{
background-color: #2A3CAB;
}
</style>
border-color css
<style>
span { border-color: #2A3CAB; }
span { border-color: rgb(42,60,171); }
td.TdClassName
{
border-color: #2A3CAB;
}
.TagClassName
{
border-color: #2A3CAB;
}
</style>