Shades of Blue Gem #3F36AB
Tints of Blue Gem #3F36AB
RGB
CMYK
RGB Variations
Color information
#3F36AB (or 0x3F36AB) is known color: Blue Gem. HEX triplet: 3F, 36 and AB. RGB value is (63,54,171). Sum of RGB (Red+Green+Blue) = 63+54+171=288 (38% of max value = 765). Red value is 63 (25% from 255 or 21.88% from 288); Green value is 54 (21.48% from 255 or 18.75% from 288); Blue value is 171 (67.19% from 255 or 59.38% from 288); Max value from RGB is 171 - color contains mainly: blue. Hex color #3F36AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F36AB is #C0C954. Grayscale: #454545. Windows color (decimal): -12634453 or 11220543. OLE color: 11220543.
HSL color Cylindrical-coordinate representation of color #3F36AB: hue angle of 244.62º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3F36AB is Cyan = 0.63, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 63 | 54 | 171 | - |
| CMYK | 0.63 | 0.68 | 0 | 0.33 |
| HSL | 244.62º | 0.52% | 0.44% | - |
| HSV(B) | 244.62º | 0.68% | 0.67% | - |
| XYZ | 10.72 | 6.64 | 39.24 | - |
| YUV | 70.03 | 184.98 | 122.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 54 | 171 | 0.63 | 0.68 | 0 | 0.33 | 244.62 | 0.52 | 0.44 |
| Hex | 3F | 36 | AB | 3F | 44 | 0 | 21 | F5 | 34 | 2C |
| Octal | 77 | 66 | 253 | 77 | 104 | 0 | 41 | 365 | 64 | 54 |
| Binary | 111111 | 110110 | 10101011 | 111111 | 1000100 | 0 | 100001 | 11110101 | 110100 | 101100 |
Color Harmonies of #3F36AB
Complementary color
Monochromatic Colors of #3F36AB
Black with #3F36AB
Text Example
Text Example
White with #3F36AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F36AB; }
p { color: rgb(63,54,171); }
H1.HeaderClassName
{
color: #3F36AB;
}
.AnyTagClassName
{
color: #3F36AB;
}
</style>
background-color css
<style>
a { background-color: #3F36AB; }
a { background-color: rgb(63,54,171); }
div.DivClassName
{
background-color: #3F36AB;
}
.BgClassName
{
background-color: #3F36AB;
}
</style>
border-color css
<style>
span { border-color: #3F36AB; }
span { border-color: rgb(63,54,171); }
td.TdClassName
{
border-color: #3F36AB;
}
.TagClassName
{
border-color: #3F36AB;
}
</style>