Shades of Persian Blue #2F3DAC
Tints of Persian Blue #2F3DAC
RGB
CMYK
RGB Variations
Color information
#2F3DAC (or 0x2F3DAC) is known color: Persian Blue. HEX triplet: 2F, 3D and AC. RGB value is (47,61,172). Sum of RGB (Red+Green+Blue) = 47+61+172=280 (37% of max value = 765). Red value is 47 (18.75% from 255 or 16.79% from 280); Green value is 61 (24.22% from 255 or 21.79% from 280); Blue value is 172 (67.58% from 255 or 61.43% from 280); Max value from RGB is 172 - color contains mainly: blue. Hex color #2F3DAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F3DAC is #D0C253. Grayscale: #454545. Windows color (decimal): -13681236 or 11287855. OLE color: 11287855.
HSL color Cylindrical-coordinate representation of color #2F3DAC: hue angle of 233.28º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2F3DAC is Cyan = 0.73, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 47 | 61 | 172 | - |
| CMYK | 0.73 | 0.65 | 0 | 0.33 |
| HSL | 233.28º | 0.57% | 0.43% | - |
| HSV(B) | 233.28º | 0.73% | 0.67% | - |
| XYZ | 10.29 | 6.92 | 39.82 | - |
| YUV | 69.47 | 185.86 | 111.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 61 | 172 | 0.73 | 0.65 | 0 | 0.33 | 233.28 | 0.57 | 0.43 |
| Hex | 2F | 3D | AC | 49 | 41 | 0 | 21 | E9 | 39 | 2B |
| Octal | 57 | 75 | 254 | 111 | 101 | 0 | 41 | 351 | 71 | 53 |
| Binary | 101111 | 111101 | 10101100 | 1001001 | 1000001 | 0 | 100001 | 11101001 | 111001 | 101011 |
Color Harmonies of #2F3DAC
Complementary color
Monochromatic Colors of #2F3DAC
Black with #2F3DAC
Text Example
Text Example
White with #2F3DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F3DAC; }
p { color: rgb(47,61,172); }
H1.HeaderClassName
{
color: #2F3DAC;
}
.AnyTagClassName
{
color: #2F3DAC;
}
</style>
background-color css
<style>
a { background-color: #2F3DAC; }
a { background-color: rgb(47,61,172); }
div.DivClassName
{
background-color: #2F3DAC;
}
.BgClassName
{
background-color: #2F3DAC;
}
</style>
border-color css
<style>
span { border-color: #2F3DAC; }
span { border-color: rgb(47,61,172); }
td.TdClassName
{
border-color: #2F3DAC;
}
.TagClassName
{
border-color: #2F3DAC;
}
</style>