Shades of Blue Gem #3E36AF
Tints of Blue Gem #3E36AF
RGB
CMYK
RGB Variations
Color information
#3E36AF (or 0x3E36AF) is known color: Blue Gem. HEX triplet: 3E, 36 and AF. RGB value is (62,54,175). Sum of RGB (Red+Green+Blue) = 62+54+175=291 (38% of max value = 765). Red value is 62 (24.61% from 255 or 21.31% from 291); Green value is 54 (21.48% from 255 or 18.56% from 291); Blue value is 175 (68.75% from 255 or 60.14% from 291); Max value from RGB is 175 - color contains mainly: blue. Hex color #3E36AF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E36AF is #C1C950. Grayscale: #454545. Windows color (decimal): -12699985 or 11482686. OLE color: 11482686.
HSL color Cylindrical-coordinate representation of color #3E36AF: hue angle of 243.97º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3E36AF is Cyan = 0.65, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 62 | 54 | 175 | - |
| CMYK | 0.65 | 0.69 | 0 | 0.31 |
| HSL | 243.97º | 0.53% | 0.45% | - |
| HSV(B) | 243.97º | 0.69% | 0.69% | - |
| XYZ | 11.04 | 6.76 | 41.28 | - |
| YUV | 70.19 | 187.15 | 122.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 54 | 175 | 0.65 | 0.69 | 0 | 0.31 | 243.97 | 0.53 | 0.45 |
| Hex | 3E | 36 | AF | 41 | 45 | 0 | 1F | F4 | 35 | 2D |
| Octal | 76 | 66 | 257 | 101 | 105 | 0 | 37 | 364 | 65 | 55 |
| Binary | 111110 | 110110 | 10101111 | 1000001 | 1000101 | 0 | 11111 | 11110100 | 110101 | 101101 |
Color Harmonies of #3E36AF
Complementary color
Monochromatic Colors of #3E36AF
Black with #3E36AF
Text Example
Text Example
White with #3E36AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E36AF; }
p { color: rgb(62,54,175); }
H1.HeaderClassName
{
color: #3E36AF;
}
.AnyTagClassName
{
color: #3E36AF;
}
</style>
background-color css
<style>
a { background-color: #3E36AF; }
a { background-color: rgb(62,54,175); }
div.DivClassName
{
background-color: #3E36AF;
}
.BgClassName
{
background-color: #3E36AF;
}
</style>
border-color css
<style>
span { border-color: #3E36AF; }
span { border-color: rgb(62,54,175); }
td.TdClassName
{
border-color: #3E36AF;
}
.TagClassName
{
border-color: #3E36AF;
}
</style>