Shades of Persian Blue #3F2FBE
Tints of Persian Blue #3F2FBE
RGB
CMYK
RGB Variations
Color information
#3F2FBE (or 0x3F2FBE) is known color: Persian Blue. HEX triplet: 3F, 2F and BE. RGB value is (63,47,190). Sum of RGB (Red+Green+Blue) = 63+47+190=300 (39% of max value = 765). Red value is 63 (25% from 255 or 21% from 300); Green value is 47 (18.75% from 255 or 15.67% from 300); Blue value is 190 (74.61% from 255 or 63.33% from 300); Max value from RGB is 190 - color contains mainly: blue. Hex color #3F2FBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F2FBE is #C0D041. Grayscale: #434343. Windows color (decimal): -12636226 or 12463935. OLE color: 12463935.
HSL color Cylindrical-coordinate representation of color #3F2FBE: hue angle of 246.71º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3F2FBE is Cyan = 0.67, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 63 | 47 | 190 | - |
| CMYK | 0.67 | 0.75 | 0 | 0.25 |
| HSL | 246.71º | 0.6% | 0.46% | - |
| HSV(B) | 246.71º | 0.75% | 0.75% | - |
| XYZ | 12.36 | 6.81 | 49.38 | - |
| YUV | 68.09 | 196.8 | 124.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 47 | 190 | 0.67 | 0.75 | 0 | 0.25 | 246.71 | 0.6 | 0.46 |
| Hex | 3F | 2F | BE | 43 | 4B | 0 | 19 | F7 | 3C | 2E |
| Octal | 77 | 57 | 276 | 103 | 113 | 0 | 31 | 367 | 74 | 56 |
| Binary | 111111 | 101111 | 10111110 | 1000011 | 1001011 | 0 | 11001 | 11110111 | 111100 | 101110 |
Color Harmonies of #3F2FBE
Complementary color
Monochromatic Colors of #3F2FBE
Black with #3F2FBE
Text Example
Text Example
White with #3F2FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2FBE; }
p { color: rgb(63,47,190); }
H1.HeaderClassName
{
color: #3F2FBE;
}
.AnyTagClassName
{
color: #3F2FBE;
}
</style>
background-color css
<style>
a { background-color: #3F2FBE; }
a { background-color: rgb(63,47,190); }
div.DivClassName
{
background-color: #3F2FBE;
}
.BgClassName
{
background-color: #3F2FBE;
}
</style>
border-color css
<style>
span { border-color: #3F2FBE; }
span { border-color: rgb(63,47,190); }
td.TdClassName
{
border-color: #3F2FBE;
}
.TagClassName
{
border-color: #3F2FBE;
}
</style>