Shades of Blue Gem #3E34A5
Tints of Blue Gem #3E34A5
RGB
CMYK
RGB Variations
Color information
#3E34A5 (or 0x3E34A5) is known color: Blue Gem. HEX triplet: 3E, 34 and A5. RGB value is (62,52,165). Sum of RGB (Red+Green+Blue) = 62+52+165=279 (36% of max value = 765). Red value is 62 (24.61% from 255 or 22.22% from 279); Green value is 52 (20.70% from 255 or 18.64% from 279); Blue value is 165 (64.84% from 255 or 59.14% from 279); Max value from RGB is 165 - color contains mainly: blue. Hex color #3E34A5 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E34A5 is #C1CB5A. Grayscale: #434343. Windows color (decimal): -12700507 or 10826814. OLE color: 10826814.
HSL color Cylindrical-coordinate representation of color #3E34A5: hue angle of 245.31º degrees, saturation: 0.52, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3E34A5 is Cyan = 0.62, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 62 | 52 | 165 | - |
| CMYK | 0.62 | 0.68 | 0 | 0.35 |
| HSL | 245.31º | 0.52% | 0.43% | - |
| HSV(B) | 245.31º | 0.68% | 0.65% | - |
| XYZ | 10.01 | 6.2 | 36.27 | - |
| YUV | 67.87 | 182.81 | 123.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 52 | 165 | 0.62 | 0.68 | 0 | 0.35 | 245.31 | 0.52 | 0.43 |
| Hex | 3E | 34 | A5 | 3E | 44 | 0 | 23 | F5 | 34 | 2B |
| Octal | 76 | 64 | 245 | 76 | 104 | 0 | 43 | 365 | 64 | 53 |
| Binary | 111110 | 110100 | 10100101 | 111110 | 1000100 | 0 | 100011 | 11110101 | 110100 | 101011 |
Color Harmonies of #3E34A5
Complementary color
Monochromatic Colors of #3E34A5
Black with #3E34A5
Text Example
Text Example
White with #3E34A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E34A5; }
p { color: rgb(62,52,165); }
H1.HeaderClassName
{
color: #3E34A5;
}
.AnyTagClassName
{
color: #3E34A5;
}
</style>
background-color css
<style>
a { background-color: #3E34A5; }
a { background-color: rgb(62,52,165); }
div.DivClassName
{
background-color: #3E34A5;
}
.BgClassName
{
background-color: #3E34A5;
}
</style>
border-color css
<style>
span { border-color: #3E34A5; }
span { border-color: rgb(62,52,165); }
td.TdClassName
{
border-color: #3E34A5;
}
.TagClassName
{
border-color: #3E34A5;
}
</style>