Shades of Persian Blue #2F3FCD
Tints of Persian Blue #2F3FCD
RGB
CMYK
RGB Variations
Color information
#2F3FCD (or 0x2F3FCD) is known color: Persian Blue. HEX triplet: 2F, 3F and CD. RGB value is (47,63,205). Sum of RGB (Red+Green+Blue) = 47+63+205=315 (41% of max value = 765). Red value is 47 (18.75% from 255 or 14.92% from 315); Green value is 63 (25% from 255 or 20% from 315); Blue value is 205 (80.47% from 255 or 65.08% from 315); Max value from RGB is 205 - color contains mainly: blue. Hex color #2F3FCD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2F3FCD is #D0C032. Grayscale: #494949. Windows color (decimal): -13680691 or 13451055. OLE color: 13451055.
HSL color Cylindrical-coordinate representation of color #2F3FCD: hue angle of 233.92º 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 #2F3FCD is Cyan = 0.77, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 47 | 63 | 205 | - |
| CMYK | 0.77 | 0.69 | 0 | 0.20 |
| HSL | 233.92º | 0.63% | 0.49% | - |
| HSV(B) | 233.92º | 0.77% | 0.8% | - |
| XYZ | 13.97 | 8.57 | 58.67 | - |
| YUV | 74.4 | 201.7 | 108.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 63 | 205 | 0.77 | 0.69 | 0 | 0.20 | 233.92 | 0.63 | 0.49 |
| Hex | 2F | 3F | CD | 4D | 45 | 0 | 14 | EA | 3F | 31 |
| Octal | 57 | 77 | 315 | 115 | 105 | 0 | 24 | 352 | 77 | 61 |
| Binary | 101111 | 111111 | 11001101 | 1001101 | 1000101 | 0 | 10100 | 11101010 | 111111 | 110001 |
Color Harmonies of #2F3FCD
Complementary color
Monochromatic Colors of #2F3FCD
Black with #2F3FCD
Text Example
Text Example
White with #2F3FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2F3FCD; }
p { color: rgb(47,63,205); }
H1.HeaderClassName
{
color: #2F3FCD;
}
.AnyTagClassName
{
color: #2F3FCD;
}
</style>
background-color css
<style>
a { background-color: #2F3FCD; }
a { background-color: rgb(47,63,205); }
div.DivClassName
{
background-color: #2F3FCD;
}
.BgClassName
{
background-color: #2F3FCD;
}
</style>
border-color css
<style>
span { border-color: #2F3FCD; }
span { border-color: rgb(47,63,205); }
td.TdClassName
{
border-color: #2F3FCD;
}
.TagClassName
{
border-color: #2F3FCD;
}
</style>