Shades of Blue Gem #3F38AB
Tints of Blue Gem #3F38AB
RGB
CMYK
RGB Variations
Color information
#3F38AB (or 0x3F38AB) is known color: Blue Gem. HEX triplet: 3F, 38 and AB. RGB value is (63,56,171). Sum of RGB (Red+Green+Blue) = 63+56+171=290 (38% of max value = 765). Red value is 63 (25% from 255 or 21.72% from 290); Green value is 56 (22.27% from 255 or 19.31% from 290); Blue value is 171 (67.19% from 255 or 58.97% from 290); Max value from RGB is 171 - color contains mainly: blue. Hex color #3F38AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F38AB is #C0C754. Grayscale: #464646. Windows color (decimal): -12633941 or 11221055. OLE color: 11221055.
HSL color Cylindrical-coordinate representation of color #3F38AB: hue angle of 243.65º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3F38AB is Cyan = 0.63, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 63 | 56 | 171 | - |
| CMYK | 0.63 | 0.67 | 0 | 0.33 |
| HSL | 243.65º | 0.51% | 0.45% | - |
| HSV(B) | 243.65º | 0.67% | 0.67% | - |
| XYZ | 10.81 | 6.83 | 39.28 | - |
| YUV | 71.2 | 184.32 | 122.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 56 | 171 | 0.63 | 0.67 | 0 | 0.33 | 243.65 | 0.51 | 0.45 |
| Hex | 3F | 38 | AB | 3F | 43 | 0 | 21 | F4 | 33 | 2D |
| Octal | 77 | 70 | 253 | 77 | 103 | 0 | 41 | 364 | 63 | 55 |
| Binary | 111111 | 111000 | 10101011 | 111111 | 1000011 | 0 | 100001 | 11110100 | 110011 | 101101 |
Color Harmonies of #3F38AB
Complementary color
Monochromatic Colors of #3F38AB
Black with #3F38AB
Text Example
Text Example
White with #3F38AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F38AB; }
p { color: rgb(63,56,171); }
H1.HeaderClassName
{
color: #3F38AB;
}
.AnyTagClassName
{
color: #3F38AB;
}
</style>
background-color css
<style>
a { background-color: #3F38AB; }
a { background-color: rgb(63,56,171); }
div.DivClassName
{
background-color: #3F38AB;
}
.BgClassName
{
background-color: #3F38AB;
}
</style>
border-color css
<style>
span { border-color: #3F38AB; }
span { border-color: rgb(63,56,171); }
td.TdClassName
{
border-color: #3F38AB;
}
.TagClassName
{
border-color: #3F38AB;
}
</style>