Shades of Persian Blue #2F3ABA
Tints of Persian Blue #2F3ABA
RGB
CMYK
RGB Variations
Color information
#2F3ABA (or 0x2F3ABA) is known color: Persian Blue. HEX triplet: 2F, 3A and BA. RGB value is (47,58,186). Sum of RGB (Red+Green+Blue) = 47+58+186=291 (38% of max value = 765). Red value is 47 (18.75% from 255 or 16.15% from 291); Green value is 58 (23.05% from 255 or 19.93% from 291); Blue value is 186 (73.05% from 255 or 63.92% from 291); Max value from RGB is 186 - color contains mainly: blue. Hex color #2F3ABA is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2F3ABA is #D0C545. Grayscale: #444444. Windows color (decimal): -13681990 or 12204591. OLE color: 12204591.
HSL color Cylindrical-coordinate representation of color #2F3ABA: hue angle of 235.25º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2F3ABA is Cyan = 0.75, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 47 | 58 | 186 | - |
| CMYK | 0.75 | 0.69 | 0 | 0.27 |
| HSL | 235.25º | 0.6% | 0.46% | - |
| HSV(B) | 235.25º | 0.75% | 0.73% | - |
| XYZ | 11.55 | 7.18 | 47.23 | - |
| YUV | 69.3 | 193.86 | 112.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 58 | 186 | 0.75 | 0.69 | 0 | 0.27 | 235.25 | 0.6 | 0.46 |
| Hex | 2F | 3A | BA | 4B | 45 | 0 | 1B | EB | 3C | 2E |
| Octal | 57 | 72 | 272 | 113 | 105 | 0 | 33 | 353 | 74 | 56 |
| Binary | 101111 | 111010 | 10111010 | 1001011 | 1000101 | 0 | 11011 | 11101011 | 111100 | 101110 |
Color Harmonies of #2F3ABA
Complementary color
Monochromatic Colors of #2F3ABA
Black with #2F3ABA
Text Example
Text Example
White with #2F3ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F3ABA; }
p { color: rgb(47,58,186); }
H1.HeaderClassName
{
color: #2F3ABA;
}
.AnyTagClassName
{
color: #2F3ABA;
}
</style>
background-color css
<style>
a { background-color: #2F3ABA; }
a { background-color: rgb(47,58,186); }
div.DivClassName
{
background-color: #2F3ABA;
}
.BgClassName
{
background-color: #2F3ABA;
}
</style>
border-color css
<style>
span { border-color: #2F3ABA; }
span { border-color: rgb(47,58,186); }
td.TdClassName
{
border-color: #2F3ABA;
}
.TagClassName
{
border-color: #2F3ABA;
}
</style>