Shades of Blue Gem #3E309C
Tints of Blue Gem #3E309C
RGB
CMYK
RGB Variations
Color information
#3E309C (or 0x3E309C) is known color: Blue Gem. HEX triplet: 3E, 30 and 9C. RGB value is (62,48,156). Sum of RGB (Red+Green+Blue) = 62+48+156=266 (35% of max value = 765). Red value is 62 (24.61% from 255 or 23.31% from 266); Green value is 48 (19.14% from 255 or 18.05% from 266); Blue value is 156 (61.33% from 255 or 58.65% from 266); Max value from RGB is 156 - color contains mainly: blue. Hex color #3E309C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E309C is #C1CF63. Grayscale: #404040. Windows color (decimal): -12701540 or 10235966. OLE color: 10235966.
HSL color Cylindrical-coordinate representation of color #3E309C: hue angle of 247.78º degrees, saturation: 0.53, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3E309C is Cyan = 0.60, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 62 | 48 | 156 | - |
| CMYK | 0.60 | 0.69 | 0 | 0.39 |
| HSL | 247.78º | 0.53% | 0.4% | - |
| HSV(B) | 247.78º | 0.69% | 0.61% | - |
| XYZ | 9.04 | 5.54 | 32.04 | - |
| YUV | 64.5 | 179.64 | 126.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 48 | 156 | 0.60 | 0.69 | 0 | 0.39 | 247.78 | 0.53 | 0.4 |
| Hex | 3E | 30 | 9C | 3C | 45 | 0 | 27 | F8 | 35 | 28 |
| Octal | 76 | 60 | 234 | 74 | 105 | 0 | 47 | 370 | 65 | 50 |
| Binary | 111110 | 110000 | 10011100 | 111100 | 1000101 | 0 | 100111 | 11111000 | 110101 | 101000 |
Color Harmonies of #3E309C
Complementary color
Monochromatic Colors of #3E309C
Black with #3E309C
Text Example
Text Example
White with #3E309C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E309C; }
p { color: rgb(62,48,156); }
H1.HeaderClassName
{
color: #3E309C;
}
.AnyTagClassName
{
color: #3E309C;
}
</style>
background-color css
<style>
a { background-color: #3E309C; }
a { background-color: rgb(62,48,156); }
div.DivClassName
{
background-color: #3E309C;
}
.BgClassName
{
background-color: #3E309C;
}
</style>
border-color css
<style>
span { border-color: #3E309C; }
span { border-color: rgb(62,48,156); }
td.TdClassName
{
border-color: #3E309C;
}
.TagClassName
{
border-color: #3E309C;
}
</style>