Shades of Blue Gem #4136AA
Tints of Blue Gem #4136AA
RGB
CMYK
RGB Variations
Color information
#4136AA (or 0x4136AA) is known color: Blue Gem. HEX triplet: 41, 36 and AA. RGB value is (65,54,170). Sum of RGB (Red+Green+Blue) = 65+54+170=289 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.49% from 289); Green value is 54 (21.48% from 255 or 18.69% from 289); Blue value is 170 (66.80% from 255 or 58.82% from 289); Max value from RGB is 170 - color contains mainly: blue. Hex color #4136AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4136AA is #BEC955. Grayscale: #464646. Windows color (decimal): -12503382 or 11155009. OLE color: 11155009.
HSL color Cylindrical-coordinate representation of color #4136AA: hue angle of 245.69º 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 #4136AA is Cyan = 0.62, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 65 | 54 | 170 | - |
| CMYK | 0.62 | 0.68 | 0 | 0.33 |
| HSL | 245.69º | 0.52% | 0.44% | - |
| HSV(B) | 245.69º | 0.68% | 0.67% | - |
| XYZ | 10.75 | 6.66 | 38.75 | - |
| YUV | 70.51 | 184.14 | 124.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 54 | 170 | 0.62 | 0.68 | 0 | 0.33 | 245.69 | 0.52 | 0.44 |
| Hex | 41 | 36 | AA | 3E | 44 | 0 | 21 | F6 | 34 | 2C |
| Octal | 101 | 66 | 252 | 76 | 104 | 0 | 41 | 366 | 64 | 54 |
| Binary | 1000001 | 110110 | 10101010 | 111110 | 1000100 | 0 | 100001 | 11110110 | 110100 | 101100 |
Color Harmonies of #4136AA
Complementary color
Monochromatic Colors of #4136AA
Black with #4136AA
Text Example
Text Example
White with #4136AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4136AA; }
p { color: rgb(65,54,170); }
H1.HeaderClassName
{
color: #4136AA;
}
.AnyTagClassName
{
color: #4136AA;
}
</style>
background-color css
<style>
a { background-color: #4136AA; }
a { background-color: rgb(65,54,170); }
div.DivClassName
{
background-color: #4136AA;
}
.BgClassName
{
background-color: #4136AA;
}
</style>
border-color css
<style>
span { border-color: #4136AA; }
span { border-color: rgb(65,54,170); }
td.TdClassName
{
border-color: #4136AA;
}
.TagClassName
{
border-color: #4136AA;
}
</style>