Shades of Persian Blue #2F32AE
Tints of Persian Blue #2F32AE
RGB
CMYK
RGB Variations
Color information
#2F32AE (or 0x2F32AE) is known color: Persian Blue. HEX triplet: 2F, 32 and AE. RGB value is (47,50,174). Sum of RGB (Red+Green+Blue) = 47+50+174=271 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.34% from 271); Green value is 50 (19.92% from 255 or 18.45% from 271); Blue value is 174 (68.36% from 255 or 64.21% from 271); Max value from RGB is 174 - color contains mainly: blue. Hex color #2F32AE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F32AE is #D0CD51. Grayscale: #3E3E3E. Windows color (decimal): -13684050 or 11416111. OLE color: 11416111.
HSL color Cylindrical-coordinate representation of color #2F32AE: hue angle of 238.58º 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 #2F32AE is Cyan = 0.73, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 47 | 50 | 174 | - |
| CMYK | 0.73 | 0.71 | 0 | 0.32 |
| HSL | 238.58º | 0.57% | 0.43% | - |
| HSV(B) | 238.58º | 0.73% | 0.68% | - |
| XYZ | 9.95 | 5.94 | 40.67 | - |
| YUV | 63.24 | 190.51 | 116.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 50 | 174 | 0.73 | 0.71 | 0 | 0.32 | 238.58 | 0.57 | 0.43 |
| Hex | 2F | 32 | AE | 49 | 47 | 0 | 20 | EF | 39 | 2B |
| Octal | 57 | 62 | 256 | 111 | 107 | 0 | 40 | 357 | 71 | 53 |
| Binary | 101111 | 110010 | 10101110 | 1001001 | 1000111 | 0 | 100000 | 11101111 | 111001 | 101011 |
Color Harmonies of #2F32AE
Complementary color
Monochromatic Colors of #2F32AE
Black with #2F32AE
Text Example
Text Example
White with #2F32AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F32AE; }
p { color: rgb(47,50,174); }
H1.HeaderClassName
{
color: #2F32AE;
}
.AnyTagClassName
{
color: #2F32AE;
}
</style>
background-color css
<style>
a { background-color: #2F32AE; }
a { background-color: rgb(47,50,174); }
div.DivClassName
{
background-color: #2F32AE;
}
.BgClassName
{
background-color: #2F32AE;
}
</style>
border-color css
<style>
span { border-color: #2F32AE; }
span { border-color: rgb(47,50,174); }
td.TdClassName
{
border-color: #2F32AE;
}
.TagClassName
{
border-color: #2F32AE;
}
</style>