Shades of Persian Blue #2F2BAE
Tints of Persian Blue #2F2BAE
RGB
CMYK
RGB Variations
Color information
#2F2BAE (or 0x2F2BAE) is known color: Persian Blue. HEX triplet: 2F, 2B and AE. RGB value is (47,43,174). Sum of RGB (Red+Green+Blue) = 47+43+174=264 (34% of max value = 765). Red value is 47 (18.75% from 255 or 17.80% from 264); Green value is 43 (17.19% from 255 or 16.29% from 264); Blue value is 174 (68.36% from 255 or 65.91% from 264); Max value from RGB is 174 - color contains mainly: blue. Hex color #2F2BAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F2BAE is #D0D451. Grayscale: #3A3A3A. Windows color (decimal): -13685842 or 11414319. OLE color: 11414319.
HSL color Cylindrical-coordinate representation of color #2F2BAE: hue angle of 241.83º degrees, saturation: 0.6, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2F2BAE is Cyan = 0.73, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 47 | 43 | 174 | - |
| CMYK | 0.73 | 0.75 | 0 | 0.32 |
| HSL | 241.83º | 0.6% | 0.43% | - |
| HSV(B) | 241.83º | 0.75% | 0.68% | - |
| XYZ | 9.68 | 5.39 | 40.57 | - |
| YUV | 59.13 | 192.83 | 119.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 43 | 174 | 0.73 | 0.75 | 0 | 0.32 | 241.83 | 0.6 | 0.43 |
| Hex | 2F | 2B | AE | 49 | 4B | 0 | 20 | F2 | 3C | 2B |
| Octal | 57 | 53 | 256 | 111 | 113 | 0 | 40 | 362 | 74 | 53 |
| Binary | 101111 | 101011 | 10101110 | 1001001 | 1001011 | 0 | 100000 | 11110010 | 111100 | 101011 |
Color Harmonies of #2F2BAE
Complementary color
Monochromatic Colors of #2F2BAE
Black with #2F2BAE
Text Example
Text Example
White with #2F2BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F2BAE; }
p { color: rgb(47,43,174); }
H1.HeaderClassName
{
color: #2F2BAE;
}
.AnyTagClassName
{
color: #2F2BAE;
}
</style>
background-color css
<style>
a { background-color: #2F2BAE; }
a { background-color: rgb(47,43,174); }
div.DivClassName
{
background-color: #2F2BAE;
}
.BgClassName
{
background-color: #2F2BAE;
}
</style>
border-color css
<style>
span { border-color: #2F2BAE; }
span { border-color: rgb(47,43,174); }
td.TdClassName
{
border-color: #2F2BAE;
}
.TagClassName
{
border-color: #2F2BAE;
}
</style>