Shades of Persian Blue #2A3FAC
Tints of Persian Blue #2A3FAC
RGB
CMYK
RGB Variations
Color information
#2A3FAC (or 0x2A3FAC) is known color: Persian Blue. HEX triplet: 2A, 3F and AC. RGB value is (42,63,172). Sum of RGB (Red+Green+Blue) = 42+63+172=277 (36% of max value = 765). Red value is 42 (16.80% from 255 or 15.16% from 277); Green value is 63 (25% from 255 or 22.74% from 277); Blue value is 172 (67.58% from 255 or 62.09% from 277); Max value from RGB is 172 - color contains mainly: blue. Hex color #2A3FAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2A3FAC is #D5C053. Grayscale: #444444. Windows color (decimal): -14008404 or 11288362. OLE color: 11288362.
HSL color Cylindrical-coordinate representation of color #2A3FAC: hue angle of 230.31º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2A3FAC is Cyan = 0.76, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 42 | 63 | 172 | - |
| CMYK | 0.76 | 0.63 | 0 | 0.33 |
| HSL | 230.31º | 0.61% | 0.42% | - |
| HSV(B) | 230.31º | 0.76% | 0.67% | - |
| XYZ | 10.18 | 7.03 | 39.85 | - |
| YUV | 69.15 | 186.04 | 108.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 42 | 63 | 172 | 0.76 | 0.63 | 0 | 0.33 | 230.31 | 0.61 | 0.42 |
| Hex | 2A | 3F | AC | 4C | 3F | 0 | 21 | E6 | 3D | 2A |
| Octal | 52 | 77 | 254 | 114 | 77 | 0 | 41 | 346 | 75 | 52 |
| Binary | 101010 | 111111 | 10101100 | 1001100 | 111111 | 0 | 100001 | 11100110 | 111101 | 101010 |
Color Harmonies of #2A3FAC
Complementary color
Monochromatic Colors of #2A3FAC
Black with #2A3FAC
Text Example
Text Example
White with #2A3FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A3FAC; }
p { color: rgb(42,63,172); }
H1.HeaderClassName
{
color: #2A3FAC;
}
.AnyTagClassName
{
color: #2A3FAC;
}
</style>
background-color css
<style>
a { background-color: #2A3FAC; }
a { background-color: rgb(42,63,172); }
div.DivClassName
{
background-color: #2A3FAC;
}
.BgClassName
{
background-color: #2A3FAC;
}
</style>
border-color css
<style>
span { border-color: #2A3FAC; }
span { border-color: rgb(42,63,172); }
td.TdClassName
{
border-color: #2A3FAC;
}
.TagClassName
{
border-color: #2A3FAC;
}
</style>