Shades of Blue Gem #4036AB
Tints of Blue Gem #4036AB
RGB
CMYK
RGB Variations
Color information
#4036AB (or 0x4036AB) is known color: Blue Gem. HEX triplet: 40, 36 and AB. RGB value is (64,54,171). Sum of RGB (Red+Green+Blue) = 64+54+171=289 (38% of max value = 765). Red value is 64 (25.39% from 255 or 22.15% from 289); Green value is 54 (21.48% from 255 or 18.69% from 289); Blue value is 171 (67.19% from 255 or 59.17% from 289); Max value from RGB is 171 - color contains mainly: blue. Hex color #4036AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4036AB is #BFC954. Grayscale: #454545. Windows color (decimal): -12568917 or 11220544. OLE color: 11220544.
HSL color Cylindrical-coordinate representation of color #4036AB: hue angle of 245.13º 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 #4036AB is Cyan = 0.63, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 64 | 54 | 171 | - |
| CMYK | 0.63 | 0.68 | 0 | 0.33 |
| HSL | 245.13º | 0.52% | 0.44% | - |
| HSV(B) | 245.13º | 0.68% | 0.67% | - |
| XYZ | 10.78 | 6.67 | 39.25 | - |
| YUV | 70.33 | 184.81 | 123.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 54 | 171 | 0.63 | 0.68 | 0 | 0.33 | 245.13 | 0.52 | 0.44 |
| Hex | 40 | 36 | AB | 3F | 44 | 0 | 21 | F5 | 34 | 2C |
| Octal | 100 | 66 | 253 | 77 | 104 | 0 | 41 | 365 | 64 | 54 |
| Binary | 1000000 | 110110 | 10101011 | 111111 | 1000100 | 0 | 100001 | 11110101 | 110100 | 101100 |
Color Harmonies of #4036AB
Complementary color
Monochromatic Colors of #4036AB
Black with #4036AB
Text Example
Text Example
White with #4036AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4036AB; }
p { color: rgb(64,54,171); }
H1.HeaderClassName
{
color: #4036AB;
}
.AnyTagClassName
{
color: #4036AB;
}
</style>
background-color css
<style>
a { background-color: #4036AB; }
a { background-color: rgb(64,54,171); }
div.DivClassName
{
background-color: #4036AB;
}
.BgClassName
{
background-color: #4036AB;
}
</style>
border-color css
<style>
span { border-color: #4036AB; }
span { border-color: rgb(64,54,171); }
td.TdClassName
{
border-color: #4036AB;
}
.TagClassName
{
border-color: #4036AB;
}
</style>