Shades of Persian Blue #3F30BC
Tints of Persian Blue #3F30BC
RGB
CMYK
RGB Variations
Color information
#3F30BC (or 0x3F30BC) is known color: Persian Blue. HEX triplet: 3F, 30 and BC. RGB value is (63,48,188). Sum of RGB (Red+Green+Blue) = 63+48+188=299 (39% of max value = 765). Red value is 63 (25% from 255 or 21.07% from 299); Green value is 48 (19.14% from 255 or 16.05% from 299); Blue value is 188 (73.83% from 255 or 62.88% from 299); Max value from RGB is 188 - color contains mainly: blue. Hex color #3F30BC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F30BC is #C0CF43. Grayscale: #434343. Windows color (decimal): -12635972 or 12333119. OLE color: 12333119.
HSL color Cylindrical-coordinate representation of color #3F30BC: hue angle of 246.43º degrees, saturation: 0.59, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3F30BC is Cyan = 0.66, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 63 | 48 | 188 | - |
| CMYK | 0.66 | 0.74 | 0 | 0.26 |
| HSL | 246.43º | 0.59% | 0.46% | - |
| HSV(B) | 246.43º | 0.74% | 0.74% | - |
| XYZ | 12.18 | 6.8 | 48.25 | - |
| YUV | 68.45 | 195.47 | 124.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 48 | 188 | 0.66 | 0.74 | 0 | 0.26 | 246.43 | 0.59 | 0.46 |
| Hex | 3F | 30 | BC | 42 | 4A | 0 | 1A | F6 | 3B | 2E |
| Octal | 77 | 60 | 274 | 102 | 112 | 0 | 32 | 366 | 73 | 56 |
| Binary | 111111 | 110000 | 10111100 | 1000010 | 1001010 | 0 | 11010 | 11110110 | 111011 | 101110 |
Color Harmonies of #3F30BC
Complementary color
Monochromatic Colors of #3F30BC
Black with #3F30BC
Text Example
Text Example
White with #3F30BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F30BC; }
p { color: rgb(63,48,188); }
H1.HeaderClassName
{
color: #3F30BC;
}
.AnyTagClassName
{
color: #3F30BC;
}
</style>
background-color css
<style>
a { background-color: #3F30BC; }
a { background-color: rgb(63,48,188); }
div.DivClassName
{
background-color: #3F30BC;
}
.BgClassName
{
background-color: #3F30BC;
}
</style>
border-color css
<style>
span { border-color: #3F30BC; }
span { border-color: rgb(63,48,188); }
td.TdClassName
{
border-color: #3F30BC;
}
.TagClassName
{
border-color: #3F30BC;
}
</style>