Shades of Blue Gem #3F3CAB
Tints of Blue Gem #3F3CAB
RGB
CMYK
RGB Variations
Color information
#3F3CAB (or 0x3F3CAB) is known color: Blue Gem. HEX triplet: 3F, 3C and AB. RGB value is (63,60,171). Sum of RGB (Red+Green+Blue) = 63+60+171=294 (38% of max value = 765). Red value is 63 (25% from 255 or 21.43% from 294); Green value is 60 (23.83% from 255 or 20.41% from 294); Blue value is 171 (67.19% from 255 or 58.16% from 294); Max value from RGB is 171 - color contains mainly: blue. Hex color #3F3CAB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F3CAB is #C0C354. Grayscale: #494949. Windows color (decimal): -12632917 or 11222079. OLE color: 11222079.
HSL color Cylindrical-coordinate representation of color #3F3CAB: hue angle of 241.62º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3F3CAB is Cyan = 0.63, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 63 | 60 | 171 | - |
| CMYK | 0.63 | 0.65 | 0 | 0.33 |
| HSL | 241.62º | 0.48% | 0.45% | - |
| HSV(B) | 241.62º | 0.65% | 0.67% | - |
| XYZ | 11.02 | 7.23 | 39.34 | - |
| YUV | 73.55 | 182.99 | 120.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 60 | 171 | 0.63 | 0.65 | 0 | 0.33 | 241.62 | 0.48 | 0.45 |
| Hex | 3F | 3C | AB | 3F | 41 | 0 | 21 | F2 | 30 | 2D |
| Octal | 77 | 74 | 253 | 77 | 101 | 0 | 41 | 362 | 60 | 55 |
| Binary | 111111 | 111100 | 10101011 | 111111 | 1000001 | 0 | 100001 | 11110010 | 110000 | 101101 |
Color Harmonies of #3F3CAB
Complementary color
Monochromatic Colors of #3F3CAB
Black with #3F3CAB
Text Example
Text Example
White with #3F3CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F3CAB; }
p { color: rgb(63,60,171); }
H1.HeaderClassName
{
color: #3F3CAB;
}
.AnyTagClassName
{
color: #3F3CAB;
}
</style>
background-color css
<style>
a { background-color: #3F3CAB; }
a { background-color: rgb(63,60,171); }
div.DivClassName
{
background-color: #3F3CAB;
}
.BgClassName
{
background-color: #3F3CAB;
}
</style>
border-color css
<style>
span { border-color: #3F3CAB; }
span { border-color: rgb(63,60,171); }
td.TdClassName
{
border-color: #3F3CAB;
}
.TagClassName
{
border-color: #3F3CAB;
}
</style>