Shades of Blue Gem #3F36B3
Tints of Blue Gem #3F36B3
RGB
CMYK
RGB Variations
Color information
#3F36B3 (or 0x3F36B3) is known color: Blue Gem. HEX triplet: 3F, 36 and B3. RGB value is (63,54,179). Sum of RGB (Red+Green+Blue) = 63+54+179=296 (39% of max value = 765). Red value is 63 (25% from 255 or 21.28% from 296); Green value is 54 (21.48% from 255 or 18.24% from 296); Blue value is 179 (70.31% from 255 or 60.47% from 296); Max value from RGB is 179 - color contains mainly: blue. Hex color #3F36B3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #3F36B3 is #C0C94C. Grayscale: #464646. Windows color (decimal): -12634445 or 11744831. OLE color: 11744831.
HSL color Cylindrical-coordinate representation of color #3F36B3: hue angle of 244.32º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3F36B3 is Cyan = 0.65, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 63 | 54 | 179 | - |
| CMYK | 0.65 | 0.70 | 0 | 0.30 |
| HSL | 244.32º | 0.54% | 0.46% | - |
| HSV(B) | 244.32º | 0.7% | 0.7% | - |
| XYZ | 11.51 | 6.95 | 43.38 | - |
| YUV | 70.94 | 188.98 | 122.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 54 | 179 | 0.65 | 0.70 | 0 | 0.30 | 244.32 | 0.54 | 0.46 |
| Hex | 3F | 36 | B3 | 41 | 46 | 0 | 1E | F4 | 36 | 2E |
| Octal | 77 | 66 | 263 | 101 | 106 | 0 | 36 | 364 | 66 | 56 |
| Binary | 111111 | 110110 | 10110011 | 1000001 | 1000110 | 0 | 11110 | 11110100 | 110110 | 101110 |
Color Harmonies of #3F36B3
Complementary color
Monochromatic Colors of #3F36B3
Black with #3F36B3
Text Example
Text Example
White with #3F36B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F36B3; }
p { color: rgb(63,54,179); }
H1.HeaderClassName
{
color: #3F36B3;
}
.AnyTagClassName
{
color: #3F36B3;
}
</style>
background-color css
<style>
a { background-color: #3F36B3; }
a { background-color: rgb(63,54,179); }
div.DivClassName
{
background-color: #3F36B3;
}
.BgClassName
{
background-color: #3F36B3;
}
</style>
border-color css
<style>
span { border-color: #3F36B3; }
span { border-color: rgb(63,54,179); }
td.TdClassName
{
border-color: #3F36B3;
}
.TagClassName
{
border-color: #3F36B3;
}
</style>