Shades of Blue Gem #3E38AB
Tints of Blue Gem #3E38AB
RGB
CMYK
RGB Variations
Color information
#3E38AB (or 0x3E38AB) is known color: Blue Gem. HEX triplet: 3E, 38 and AB. RGB value is (62,56,171). Sum of RGB (Red+Green+Blue) = 62+56+171=289 (38% of max value = 765). Red value is 62 (24.61% from 255 or 21.45% from 289); Green value is 56 (22.27% from 255 or 19.38% 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 #3E38AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E38AB is #C1C754. Grayscale: #464646. Windows color (decimal): -12699477 or 11221054. OLE color: 11221054.
HSL color Cylindrical-coordinate representation of color #3E38AB: hue angle of 243.13º 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 #3E38AB is Cyan = 0.64, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 62 | 56 | 171 | - |
| CMYK | 0.64 | 0.67 | 0 | 0.33 |
| HSL | 243.13º | 0.51% | 0.45% | - |
| HSV(B) | 243.13º | 0.67% | 0.67% | - |
| XYZ | 10.75 | 6.79 | 39.27 | - |
| YUV | 70.9 | 184.49 | 121.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 56 | 171 | 0.64 | 0.67 | 0 | 0.33 | 243.13 | 0.51 | 0.45 |
| Hex | 3E | 38 | AB | 40 | 43 | 0 | 21 | F3 | 33 | 2D |
| Octal | 76 | 70 | 253 | 100 | 103 | 0 | 41 | 363 | 63 | 55 |
| Binary | 111110 | 111000 | 10101011 | 1000000 | 1000011 | 0 | 100001 | 11110011 | 110011 | 101101 |
Color Harmonies of #3E38AB
Complementary color
Monochromatic Colors of #3E38AB
Black with #3E38AB
Text Example
Text Example
White with #3E38AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E38AB; }
p { color: rgb(62,56,171); }
H1.HeaderClassName
{
color: #3E38AB;
}
.AnyTagClassName
{
color: #3E38AB;
}
</style>
background-color css
<style>
a { background-color: #3E38AB; }
a { background-color: rgb(62,56,171); }
div.DivClassName
{
background-color: #3E38AB;
}
.BgClassName
{
background-color: #3E38AB;
}
</style>
border-color css
<style>
span { border-color: #3E38AB; }
span { border-color: rgb(62,56,171); }
td.TdClassName
{
border-color: #3E38AB;
}
.TagClassName
{
border-color: #3E38AB;
}
</style>