Shades of Persian Blue #2F3ACF
Tints of Persian Blue #2F3ACF
RGB
CMYK
RGB Variations
Color information
#2F3ACF (or 0x2F3ACF) is known color: Persian Blue. HEX triplet: 2F, 3A and CF. RGB value is (47,58,207). Sum of RGB (Red+Green+Blue) = 47+58+207=312 (41% of max value = 765). Red value is 47 (18.75% from 255 or 15.06% from 312); Green value is 58 (23.05% from 255 or 18.59% from 312); Blue value is 207 (81.25% from 255 or 66.35% from 312); Max value from RGB is 207 - color contains mainly: blue. Hex color #2F3ACF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2F3ACF is #D0C530. Grayscale: #474747. Windows color (decimal): -13681969 or 13580847. OLE color: 13580847.
HSL color Cylindrical-coordinate representation of color #2F3ACF: hue angle of 235.88º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2F3ACF is Cyan = 0.77, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 47 | 58 | 207 | - |
| CMYK | 0.77 | 0.72 | 0 | 0.19 |
| HSL | 235.88º | 0.63% | 0.5% | - |
| HSV(B) | 235.88º | 0.77% | 0.81% | - |
| XYZ | 13.95 | 8.14 | 59.87 | - |
| YUV | 71.7 | 204.36 | 110.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 58 | 207 | 0.77 | 0.72 | 0 | 0.19 | 235.88 | 0.63 | 0.5 |
| Hex | 2F | 3A | CF | 4D | 48 | 0 | 13 | EC | 3F | 32 |
| Octal | 57 | 72 | 317 | 115 | 110 | 0 | 23 | 354 | 77 | 62 |
| Binary | 101111 | 111010 | 11001111 | 1001101 | 1001000 | 0 | 10011 | 11101100 | 111111 | 110010 |
Color Harmonies of #2F3ACF
Complementary color
Monochromatic Colors of #2F3ACF
Black with #2F3ACF
Text Example
Text Example
White with #2F3ACF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F3ACF; }
p { color: rgb(47,58,207); }
H1.HeaderClassName
{
color: #2F3ACF;
}
.AnyTagClassName
{
color: #2F3ACF;
}
</style>
background-color css
<style>
a { background-color: #2F3ACF; }
a { background-color: rgb(47,58,207); }
div.DivClassName
{
background-color: #2F3ACF;
}
.BgClassName
{
background-color: #2F3ACF;
}
</style>
border-color css
<style>
span { border-color: #2F3ACF; }
span { border-color: rgb(47,58,207); }
td.TdClassName
{
border-color: #2F3ACF;
}
.TagClassName
{
border-color: #2F3ACF;
}
</style>