Shades of Blue Gem #3E269C
Tints of Blue Gem #3E269C
RGB
CMYK
RGB Variations
Color information
#3E269C (or 0x3E269C) is known color: Blue Gem. HEX triplet: 3E, 26 and 9C. RGB value is (62,38,156). Sum of RGB (Red+Green+Blue) = 62+38+156=256 (33% of max value = 765). Red value is 62 (24.61% from 255 or 24.22% from 256); Green value is 38 (15.23% from 255 or 14.84% from 256); Blue value is 156 (61.33% from 255 or 60.94% from 256); Max value from RGB is 156 - color contains mainly: blue. Hex color #3E269C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3E269C is #C1D963. Grayscale: #3A3A3A. Windows color (decimal): -12704100 or 10233406. OLE color: 10233406.
HSL color Cylindrical-coordinate representation of color #3E269C: hue angle of 252.2º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3E269C is Cyan = 0.60, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 62 | 38 | 156 | - |
| CMYK | 0.60 | 0.76 | 0 | 0.39 |
| HSL | 252.2º | 0.61% | 0.38% | - |
| HSV(B) | 252.2º | 0.76% | 0.61% | - |
| XYZ | 8.68 | 4.81 | 31.92 | - |
| YUV | 58.63 | 182.95 | 130.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 38 | 156 | 0.60 | 0.76 | 0 | 0.39 | 252.2 | 0.61 | 0.38 |
| Hex | 3E | 26 | 9C | 3C | 4C | 0 | 27 | FC | 3D | 26 |
| Octal | 76 | 46 | 234 | 74 | 114 | 0 | 47 | 374 | 75 | 46 |
| Binary | 111110 | 100110 | 10011100 | 111100 | 1001100 | 0 | 100111 | 11111100 | 111101 | 100110 |
Color Harmonies of #3E269C
Complementary color
Monochromatic Colors of #3E269C
Black with #3E269C
Text Example
Text Example
White with #3E269C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E269C; }
p { color: rgb(62,38,156); }
H1.HeaderClassName
{
color: #3E269C;
}
.AnyTagClassName
{
color: #3E269C;
}
</style>
background-color css
<style>
a { background-color: #3E269C; }
a { background-color: rgb(62,38,156); }
div.DivClassName
{
background-color: #3E269C;
}
.BgClassName
{
background-color: #3E269C;
}
</style>
border-color css
<style>
span { border-color: #3E269C; }
span { border-color: rgb(62,38,156); }
td.TdClassName
{
border-color: #3E269C;
}
.TagClassName
{
border-color: #3E269C;
}
</style>