Shades of Persian Blue #2F3CAC
Tints of Persian Blue #2F3CAC
RGB
CMYK
RGB Variations
Color information
#2F3CAC (or 0x2F3CAC) is known color: Persian Blue. HEX triplet: 2F, 3C and AC. RGB value is (47,60,172). Sum of RGB (Red+Green+Blue) = 47+60+172=279 (36% of max value = 765). Red value is 47 (18.75% from 255 or 16.85% from 279); Green value is 60 (23.83% from 255 or 21.51% from 279); Blue value is 172 (67.58% from 255 or 61.65% from 279); Max value from RGB is 172 - color contains mainly: blue. Hex color #2F3CAC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F3CAC is #D0C353. Grayscale: #444444. Windows color (decimal): -13681492 or 11287599. OLE color: 11287599.
HSL color Cylindrical-coordinate representation of color #2F3CAC: hue angle of 233.76º 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 #2F3CAC is Cyan = 0.73, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 47 | 60 | 172 | - |
| CMYK | 0.73 | 0.65 | 0 | 0.33 |
| HSL | 233.76º | 0.57% | 0.43% | - |
| HSV(B) | 233.76º | 0.73% | 0.67% | - |
| XYZ | 10.23 | 6.81 | 39.81 | - |
| YUV | 68.88 | 186.19 | 112.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 60 | 172 | 0.73 | 0.65 | 0 | 0.33 | 233.76 | 0.57 | 0.43 |
| Hex | 2F | 3C | AC | 49 | 41 | 0 | 21 | EA | 39 | 2B |
| Octal | 57 | 74 | 254 | 111 | 101 | 0 | 41 | 352 | 71 | 53 |
| Binary | 101111 | 111100 | 10101100 | 1001001 | 1000001 | 0 | 100001 | 11101010 | 111001 | 101011 |
Color Harmonies of #2F3CAC
Complementary color
Monochromatic Colors of #2F3CAC
Black with #2F3CAC
Text Example
Text Example
White with #2F3CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F3CAC; }
p { color: rgb(47,60,172); }
H1.HeaderClassName
{
color: #2F3CAC;
}
.AnyTagClassName
{
color: #2F3CAC;
}
</style>
background-color css
<style>
a { background-color: #2F3CAC; }
a { background-color: rgb(47,60,172); }
div.DivClassName
{
background-color: #2F3CAC;
}
.BgClassName
{
background-color: #2F3CAC;
}
</style>
border-color css
<style>
span { border-color: #2F3CAC; }
span { border-color: rgb(47,60,172); }
td.TdClassName
{
border-color: #2F3CAC;
}
.TagClassName
{
border-color: #2F3CAC;
}
</style>