Shades of Blue Gem #4136AC
Tints of Blue Gem #4136AC
RGB
CMYK
RGB Variations
Color information
#4136AC (or 0x4136AC) is known color: Blue Gem. HEX triplet: 41, 36 and AC. RGB value is (65,54,172). Sum of RGB (Red+Green+Blue) = 65+54+172=291 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.34% from 291); Green value is 54 (21.48% from 255 or 18.56% from 291); Blue value is 172 (67.58% from 255 or 59.11% from 291); Max value from RGB is 172 - color contains mainly: blue. Hex color #4136AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4136AC is #BEC953. Grayscale: #464646. Windows color (decimal): -12503380 or 11286081. OLE color: 11286081.
HSL color Cylindrical-coordinate representation of color #4136AC: hue angle of 245.59º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4136AC is Cyan = 0.62, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 65 | 54 | 172 | - |
| CMYK | 0.62 | 0.69 | 0 | 0.33 |
| HSL | 245.59º | 0.52% | 0.44% | - |
| HSV(B) | 245.59º | 0.69% | 0.67% | - |
| XYZ | 10.95 | 6.74 | 39.75 | - |
| YUV | 70.74 | 185.14 | 123.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 54 | 172 | 0.62 | 0.69 | 0 | 0.33 | 245.59 | 0.52 | 0.44 |
| Hex | 41 | 36 | AC | 3E | 45 | 0 | 21 | F6 | 34 | 2C |
| Octal | 101 | 66 | 254 | 76 | 105 | 0 | 41 | 366 | 64 | 54 |
| Binary | 1000001 | 110110 | 10101100 | 111110 | 1000101 | 0 | 100001 | 11110110 | 110100 | 101100 |
Color Harmonies of #4136AC
Complementary color
Monochromatic Colors of #4136AC
Black with #4136AC
Text Example
Text Example
White with #4136AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4136AC; }
p { color: rgb(65,54,172); }
H1.HeaderClassName
{
color: #4136AC;
}
.AnyTagClassName
{
color: #4136AC;
}
</style>
background-color css
<style>
a { background-color: #4136AC; }
a { background-color: rgb(65,54,172); }
div.DivClassName
{
background-color: #4136AC;
}
.BgClassName
{
background-color: #4136AC;
}
</style>
border-color css
<style>
span { border-color: #4136AC; }
span { border-color: rgb(65,54,172); }
td.TdClassName
{
border-color: #4136AC;
}
.TagClassName
{
border-color: #4136AC;
}
</style>