Shades of Persian Blue #2B3FAC
Tints of Persian Blue #2B3FAC
RGB
CMYK
RGB Variations
Color information
#2B3FAC (or 0x2B3FAC) is known color: Persian Blue. HEX triplet: 2B, 3F and AC. RGB value is (43,63,172). Sum of RGB (Red+Green+Blue) = 43+63+172=278 (36% of max value = 765). Red value is 43 (17.19% from 255 or 15.47% from 278); Green value is 63 (25% from 255 or 22.66% from 278); Blue value is 172 (67.58% from 255 or 61.87% from 278); Max value from RGB is 172 - color contains mainly: blue. Hex color #2B3FAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B3FAC is #D4C053. Grayscale: #444444. Windows color (decimal): -13942868 or 11288363. OLE color: 11288363.
HSL color Cylindrical-coordinate representation of color #2B3FAC: hue angle of 230.7º degrees, saturation: 0.6, 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 #2B3FAC is Cyan = 0.75, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 43 | 63 | 172 | - |
| CMYK | 0.75 | 0.63 | 0 | 0.33 |
| HSL | 230.7º | 0.6% | 0.42% | - |
| HSV(B) | 230.7º | 0.75% | 0.67% | - |
| XYZ | 10.22 | 7.05 | 39.85 | - |
| YUV | 69.45 | 185.87 | 109.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 63 | 172 | 0.75 | 0.63 | 0 | 0.33 | 230.7 | 0.6 | 0.42 |
| Hex | 2B | 3F | AC | 4B | 3F | 0 | 21 | E7 | 3C | 2A |
| Octal | 53 | 77 | 254 | 113 | 77 | 0 | 41 | 347 | 74 | 52 |
| Binary | 101011 | 111111 | 10101100 | 1001011 | 111111 | 0 | 100001 | 11100111 | 111100 | 101010 |
Color Harmonies of #2B3FAC
Complementary color
Monochromatic Colors of #2B3FAC
Black with #2B3FAC
Text Example
Text Example
White with #2B3FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B3FAC; }
p { color: rgb(43,63,172); }
H1.HeaderClassName
{
color: #2B3FAC;
}
.AnyTagClassName
{
color: #2B3FAC;
}
</style>
background-color css
<style>
a { background-color: #2B3FAC; }
a { background-color: rgb(43,63,172); }
div.DivClassName
{
background-color: #2B3FAC;
}
.BgClassName
{
background-color: #2B3FAC;
}
</style>
border-color css
<style>
span { border-color: #2B3FAC; }
span { border-color: rgb(43,63,172); }
td.TdClassName
{
border-color: #2B3FAC;
}
.TagClassName
{
border-color: #2B3FAC;
}
</style>