Shades of Persian Blue #2F2FAE
Tints of Persian Blue #2F2FAE
RGB
CMYK
RGB Variations
Color information
#2F2FAE (or 0x2F2FAE) is known color: Persian Blue. HEX triplet: 2F, 2F and AE. RGB value is (47,47,174). Sum of RGB (Red+Green+Blue) = 47+47+174=268 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.54% from 268); Green value is 47 (18.75% from 255 or 17.54% from 268); Blue value is 174 (68.36% from 255 or 64.93% from 268); Max value from RGB is 174 - color contains mainly: blue. Hex color #2F2FAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F2FAE is #D0D051. Grayscale: #3C3C3C. Windows color (decimal): -13684818 or 11415343. OLE color: 11415343.
HSL color Cylindrical-coordinate representation of color #2F2FAE: hue angle of 240º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2F2FAE is Cyan = 0.73, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 47 | 47 | 174 | - |
| CMYK | 0.73 | 0.73 | 0 | 0.32 |
| HSL | 240º | 0.57% | 0.43% | - |
| HSV(B) | 240º | 0.73% | 0.68% | - |
| XYZ | 9.83 | 5.69 | 40.63 | - |
| YUV | 61.48 | 191.5 | 117.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 47 | 174 | 0.73 | 0.73 | 0 | 0.32 | 240 | 0.57 | 0.43 |
| Hex | 2F | 2F | AE | 49 | 49 | 0 | 20 | F0 | 39 | 2B |
| Octal | 57 | 57 | 256 | 111 | 111 | 0 | 40 | 360 | 71 | 53 |
| Binary | 101111 | 101111 | 10101110 | 1001001 | 1001001 | 0 | 100000 | 11110000 | 111001 | 101011 |
Color Harmonies of #2F2FAE
Complementary color
Monochromatic Colors of #2F2FAE
Black with #2F2FAE
Text Example
Text Example
White with #2F2FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F2FAE; }
p { color: rgb(47,47,174); }
H1.HeaderClassName
{
color: #2F2FAE;
}
.AnyTagClassName
{
color: #2F2FAE;
}
</style>
background-color css
<style>
a { background-color: #2F2FAE; }
a { background-color: rgb(47,47,174); }
div.DivClassName
{
background-color: #2F2FAE;
}
.BgClassName
{
background-color: #2F2FAE;
}
</style>
border-color css
<style>
span { border-color: #2F2FAE; }
span { border-color: rgb(47,47,174); }
td.TdClassName
{
border-color: #2F2FAE;
}
.TagClassName
{
border-color: #2F2FAE;
}
</style>