Shades of Blue Gem #4138AB
Tints of Blue Gem #4138AB
RGB
CMYK
RGB Variations
Color information
#4138AB (or 0x4138AB) is known color: Blue Gem. HEX triplet: 41, 38 and AB. RGB value is (65,56,171). Sum of RGB (Red+Green+Blue) = 65+56+171=292 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.26% from 292); Green value is 56 (22.27% from 255 or 19.18% from 292); Blue value is 171 (67.19% from 255 or 58.56% from 292); Max value from RGB is 171 - color contains mainly: blue. Hex color #4138AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4138AB is #BEC754. Grayscale: #474747. Windows color (decimal): -12502869 or 11221057. OLE color: 11221057.
HSL color Cylindrical-coordinate representation of color #4138AB: hue angle of 244.7º 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 #4138AB is Cyan = 0.62, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 65 | 56 | 171 | - |
| CMYK | 0.62 | 0.67 | 0 | 0.33 |
| HSL | 244.7º | 0.51% | 0.45% | - |
| HSV(B) | 244.7º | 0.67% | 0.67% | - |
| XYZ | 10.94 | 6.89 | 39.28 | - |
| YUV | 71.8 | 183.98 | 123.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 56 | 171 | 0.62 | 0.67 | 0 | 0.33 | 244.7 | 0.51 | 0.45 |
| Hex | 41 | 38 | AB | 3E | 43 | 0 | 21 | F5 | 33 | 2D |
| Octal | 101 | 70 | 253 | 76 | 103 | 0 | 41 | 365 | 63 | 55 |
| Binary | 1000001 | 111000 | 10101011 | 111110 | 1000011 | 0 | 100001 | 11110101 | 110011 | 101101 |
Color Harmonies of #4138AB
Complementary color
Monochromatic Colors of #4138AB
Black with #4138AB
Text Example
Text Example
White with #4138AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4138AB; }
p { color: rgb(65,56,171); }
H1.HeaderClassName
{
color: #4138AB;
}
.AnyTagClassName
{
color: #4138AB;
}
</style>
background-color css
<style>
a { background-color: #4138AB; }
a { background-color: rgb(65,56,171); }
div.DivClassName
{
background-color: #4138AB;
}
.BgClassName
{
background-color: #4138AB;
}
</style>
border-color css
<style>
span { border-color: #4138AB; }
span { border-color: rgb(65,56,171); }
td.TdClassName
{
border-color: #4138AB;
}
.TagClassName
{
border-color: #4138AB;
}
</style>