Shades of Blue Gem #3F36AA
Tints of Blue Gem #3F36AA
RGB
CMYK
RGB Variations
Color information
#3F36AA (or 0x3F36AA) is known color: Blue Gem. HEX triplet: 3F, 36 and AA. RGB value is (63,54,170). Sum of RGB (Red+Green+Blue) = 63+54+170=287 (38% of max value = 765). Red value is 63 (25% from 255 or 21.95% from 287); Green value is 54 (21.48% from 255 or 18.82% from 287); Blue value is 170 (66.80% from 255 or 59.23% from 287); Max value from RGB is 170 - color contains mainly: blue. Hex color #3F36AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3F36AA is #C0C955. Grayscale: #454545. Windows color (decimal): -12634454 or 11155007. OLE color: 11155007.
HSL color Cylindrical-coordinate representation of color #3F36AA: hue angle of 244.66º 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 #3F36AA is Cyan = 0.63, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 63 | 54 | 170 | - |
| CMYK | 0.63 | 0.68 | 0 | 0.33 |
| HSL | 244.66º | 0.52% | 0.44% | - |
| HSV(B) | 244.66º | 0.68% | 0.67% | - |
| XYZ | 10.62 | 6.6 | 38.74 | - |
| YUV | 69.92 | 184.48 | 123.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 54 | 170 | 0.63 | 0.68 | 0 | 0.33 | 244.66 | 0.52 | 0.44 |
| Hex | 3F | 36 | AA | 3F | 44 | 0 | 21 | F5 | 34 | 2C |
| Octal | 77 | 66 | 252 | 77 | 104 | 0 | 41 | 365 | 64 | 54 |
| Binary | 111111 | 110110 | 10101010 | 111111 | 1000100 | 0 | 100001 | 11110101 | 110100 | 101100 |
Color Harmonies of #3F36AA
Complementary color
Monochromatic Colors of #3F36AA
Black with #3F36AA
Text Example
Text Example
White with #3F36AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F36AA; }
p { color: rgb(63,54,170); }
H1.HeaderClassName
{
color: #3F36AA;
}
.AnyTagClassName
{
color: #3F36AA;
}
</style>
background-color css
<style>
a { background-color: #3F36AA; }
a { background-color: rgb(63,54,170); }
div.DivClassName
{
background-color: #3F36AA;
}
.BgClassName
{
background-color: #3F36AA;
}
</style>
border-color css
<style>
span { border-color: #3F36AA; }
span { border-color: rgb(63,54,170); }
td.TdClassName
{
border-color: #3F36AA;
}
.TagClassName
{
border-color: #3F36AA;
}
</style>