Shades of Persian Blue #2F3ED6
Tints of Persian Blue #2F3ED6
RGB
CMYK
RGB Variations
Color information
#2F3ED6 (or 0x2F3ED6) is known color: Persian Blue. HEX triplet: 2F, 3E and D6. RGB value is (47,62,214). Sum of RGB (Red+Green+Blue) = 47+62+214=323 (42% of max value = 765). Red value is 47 (18.75% from 255 or 14.55% from 323); Green value is 62 (24.61% from 255 or 19.20% from 323); Blue value is 214 (83.98% from 255 or 66.25% from 323); Max value from RGB is 214 - color contains mainly: blue. Hex color #2F3ED6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2F3ED6 is #D0C129. Grayscale: #4A4A4A. Windows color (decimal): -13680938 or 14040623. OLE color: 14040623.
HSL color Cylindrical-coordinate representation of color #2F3ED6: hue angle of 234.61º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #2F3ED6 is Cyan = 0.78, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 47 | 62 | 214 | - |
| CMYK | 0.78 | 0.71 | 0 | 0.16 |
| HSL | 234.61º | 0.67% | 0.51% | - |
| HSV(B) | 234.61º | 0.78% | 0.84% | - |
| XYZ | 15.03 | 8.9 | 64.54 | - |
| YUV | 74.84 | 206.53 | 108.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 62 | 214 | 0.78 | 0.71 | 0 | 0.16 | 234.61 | 0.67 | 0.51 |
| Hex | 2F | 3E | D6 | 4E | 47 | 0 | 10 | EB | 43 | 33 |
| Octal | 57 | 76 | 326 | 116 | 107 | 0 | 20 | 353 | 103 | 63 |
| Binary | 101111 | 111110 | 11010110 | 1001110 | 1000111 | 0 | 10000 | 11101011 | 1000011 | 110011 |
Color Harmonies of #2F3ED6
Complementary color
Monochromatic Colors of #2F3ED6
Black with #2F3ED6
Text Example
Text Example
White with #2F3ED6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F3ED6; }
p { color: rgb(47,62,214); }
H1.HeaderClassName
{
color: #2F3ED6;
}
.AnyTagClassName
{
color: #2F3ED6;
}
</style>
background-color css
<style>
a { background-color: #2F3ED6; }
a { background-color: rgb(47,62,214); }
div.DivClassName
{
background-color: #2F3ED6;
}
.BgClassName
{
background-color: #2F3ED6;
}
</style>
border-color css
<style>
span { border-color: #2F3ED6; }
span { border-color: rgb(47,62,214); }
td.TdClassName
{
border-color: #2F3ED6;
}
.TagClassName
{
border-color: #2F3ED6;
}
</style>