Shades of Persian Blue #2B2FAC
Tints of Persian Blue #2B2FAC
RGB
CMYK
RGB Variations
Color information
#2B2FAC (or 0x2B2FAC) is known color: Persian Blue. HEX triplet: 2B, 2F and AC. RGB value is (43,47,172). Sum of RGB (Red+Green+Blue) = 43+47+172=262 (34% of max value = 765). Red value is 43 (17.19% from 255 or 16.41% from 262); Green value is 47 (18.75% from 255 or 17.94% from 262); Blue value is 172 (67.58% from 255 or 65.65% from 262); Max value from RGB is 172 - color contains mainly: blue. Hex color #2B2FAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2B2FAC is #D4D053. Grayscale: #3B3B3B. Windows color (decimal): -13946964 or 11284267. OLE color: 11284267.
HSL color Cylindrical-coordinate representation of color #2B2FAC: hue angle of 238.14º 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 #2B2FAC is Cyan = 0.75, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 43 | 47 | 172 | - |
| CMYK | 0.75 | 0.73 | 0 | 0.33 |
| HSL | 238.14º | 0.6% | 0.42% | - |
| HSV(B) | 238.14º | 0.75% | 0.67% | - |
| XYZ | 9.46 | 5.53 | 39.6 | - |
| YUV | 60.05 | 191.17 | 115.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 43 | 47 | 172 | 0.75 | 0.73 | 0 | 0.33 | 238.14 | 0.6 | 0.42 |
| Hex | 2B | 2F | AC | 4B | 49 | 0 | 21 | EE | 3C | 2A |
| Octal | 53 | 57 | 254 | 113 | 111 | 0 | 41 | 356 | 74 | 52 |
| Binary | 101011 | 101111 | 10101100 | 1001011 | 1001001 | 0 | 100001 | 11101110 | 111100 | 101010 |
Color Harmonies of #2B2FAC
Complementary color
Monochromatic Colors of #2B2FAC
Black with #2B2FAC
Text Example
Text Example
White with #2B2FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2B2FAC; }
p { color: rgb(43,47,172); }
H1.HeaderClassName
{
color: #2B2FAC;
}
.AnyTagClassName
{
color: #2B2FAC;
}
</style>
background-color css
<style>
a { background-color: #2B2FAC; }
a { background-color: rgb(43,47,172); }
div.DivClassName
{
background-color: #2B2FAC;
}
.BgClassName
{
background-color: #2B2FAC;
}
</style>
border-color css
<style>
span { border-color: #2B2FAC; }
span { border-color: rgb(43,47,172); }
td.TdClassName
{
border-color: #2B2FAC;
}
.TagClassName
{
border-color: #2B2FAC;
}
</style>