Shades of Persian Blue #2F3FBC
Tints of Persian Blue #2F3FBC
RGB
CMYK
RGB Variations
Color information
#2F3FBC (or 0x2F3FBC) is known color: Persian Blue. HEX triplet: 2F, 3F and BC. RGB value is (47,63,188). Sum of RGB (Red+Green+Blue) = 47+63+188=298 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.77% from 298); Green value is 63 (25% from 255 or 21.14% from 298); Blue value is 188 (73.83% from 255 or 63.09% from 298); Max value from RGB is 188 - color contains mainly: blue. Hex color #2F3FBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2F3FBC is #D0C043. Grayscale: #474747. Windows color (decimal): -13680708 or 12336943. OLE color: 12336943.
HSL color Cylindrical-coordinate representation of color #2F3FBC: hue angle of 233.19º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2F3FBC is Cyan = 0.75, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 47 | 63 | 188 | - |
| CMYK | 0.75 | 0.66 | 0 | 0.26 |
| HSL | 233.19º | 0.6% | 0.46% | - |
| HSV(B) | 233.19º | 0.75% | 0.74% | - |
| XYZ | 12.03 | 7.79 | 48.45 | - |
| YUV | 72.47 | 193.2 | 109.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 63 | 188 | 0.75 | 0.66 | 0 | 0.26 | 233.19 | 0.6 | 0.46 |
| Hex | 2F | 3F | BC | 4B | 42 | 0 | 1A | E9 | 3C | 2E |
| Octal | 57 | 77 | 274 | 113 | 102 | 0 | 32 | 351 | 74 | 56 |
| Binary | 101111 | 111111 | 10111100 | 1001011 | 1000010 | 0 | 11010 | 11101001 | 111100 | 101110 |
Color Harmonies of #2F3FBC
Complementary color
Monochromatic Colors of #2F3FBC
Black with #2F3FBC
Text Example
Text Example
White with #2F3FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F3FBC; }
p { color: rgb(47,63,188); }
H1.HeaderClassName
{
color: #2F3FBC;
}
.AnyTagClassName
{
color: #2F3FBC;
}
</style>
background-color css
<style>
a { background-color: #2F3FBC; }
a { background-color: rgb(47,63,188); }
div.DivClassName
{
background-color: #2F3FBC;
}
.BgClassName
{
background-color: #2F3FBC;
}
</style>
border-color css
<style>
span { border-color: #2F3FBC; }
span { border-color: rgb(47,63,188); }
td.TdClassName
{
border-color: #2F3FBC;
}
.TagClassName
{
border-color: #2F3FBC;
}
</style>