Shades of Persian Blue #2F3FCC
Tints of Persian Blue #2F3FCC
RGB
CMYK
RGB Variations
Color information
#2F3FCC (or 0x2F3FCC) is known color: Persian Blue. HEX triplet: 2F, 3F and CC. RGB value is (47,63,204). Sum of RGB (Red+Green+Blue) = 47+63+204=314 (41% of max value = 765). Red value is 47 (18.75% from 255 or 14.97% from 314); Green value is 63 (25% from 255 or 20.06% from 314); Blue value is 204 (80.08% from 255 or 64.97% from 314); Max value from RGB is 204 - color contains mainly: blue. Hex color #2F3FCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2F3FCC is #D0C033. Grayscale: #494949. Windows color (decimal): -13680692 or 13385519. OLE color: 13385519.
HSL color Cylindrical-coordinate representation of color #2F3FCC: hue angle of 233.89º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2F3FCC is Cyan = 0.77, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 47 | 63 | 204 | - |
| CMYK | 0.77 | 0.69 | 0 | 0.2 |
| HSL | 233.89º | 0.63% | 0.49% | - |
| HSV(B) | 233.89º | 0.77% | 0.8% | - |
| XYZ | 13.85 | 8.52 | 58.04 | - |
| YUV | 74.29 | 201.2 | 108.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 63 | 204 | 0.77 | 0.69 | 0 | 0.2 | 233.89 | 0.63 | 0.49 |
| Hex | 2F | 3F | CC | 4D | 45 | 0 | 14 | EA | 3F | 31 |
| Octal | 57 | 77 | 314 | 115 | 105 | 0 | 24 | 352 | 77 | 61 |
| Binary | 101111 | 111111 | 11001100 | 1001101 | 1000101 | 0 | 10100 | 11101010 | 111111 | 110001 |
Color Harmonies of #2F3FCC
Complementary color
Monochromatic Colors of #2F3FCC
Black with #2F3FCC
Text Example
Text Example
White with #2F3FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F3FCC; }
p { color: rgb(47,63,204); }
H1.HeaderClassName
{
color: #2F3FCC;
}
.AnyTagClassName
{
color: #2F3FCC;
}
</style>
background-color css
<style>
a { background-color: #2F3FCC; }
a { background-color: rgb(47,63,204); }
div.DivClassName
{
background-color: #2F3FCC;
}
.BgClassName
{
background-color: #2F3FCC;
}
</style>
border-color css
<style>
span { border-color: #2F3FCC; }
span { border-color: rgb(47,63,204); }
td.TdClassName
{
border-color: #2F3FCC;
}
.TagClassName
{
border-color: #2F3FCC;
}
</style>