Shades of Blue Gem #3A269D
Tints of Blue Gem #3A269D
RGB
CMYK
RGB Variations
Color information
#3A269D (or 0x3A269D) is known color: Blue Gem. HEX triplet: 3A, 26 and 9D. RGB value is (58,38,157). Sum of RGB (Red+Green+Blue) = 58+38+157=253 (33% of max value = 765). Red value is 58 (23.05% from 255 or 22.92% from 253); Green value is 38 (15.23% from 255 or 15.02% from 253); Blue value is 157 (61.72% from 255 or 62.06% from 253); Max value from RGB is 157 - color contains mainly: blue. Hex color #3A269D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A269D is #C5D962. Grayscale: #393939. Windows color (decimal): -12966243 or 10298938. OLE color: 10298938.
HSL color Cylindrical-coordinate representation of color #3A269D: hue angle of 250.08º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3A269D is Cyan = 0.63, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 58 | 38 | 157 | - |
| CMYK | 0.63 | 0.76 | 0 | 0.38 |
| HSL | 250.08º | 0.61% | 0.38% | - |
| HSV(B) | 250.08º | 0.76% | 0.62% | - |
| XYZ | 8.52 | 4.72 | 32.36 | - |
| YUV | 57.55 | 184.13 | 128.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 38 | 157 | 0.63 | 0.76 | 0 | 0.38 | 250.08 | 0.61 | 0.38 |
| Hex | 3A | 26 | 9D | 3F | 4C | 0 | 26 | FA | 3D | 26 |
| Octal | 72 | 46 | 235 | 77 | 114 | 0 | 46 | 372 | 75 | 46 |
| Binary | 111010 | 100110 | 10011101 | 111111 | 1001100 | 0 | 100110 | 11111010 | 111101 | 100110 |
Color Harmonies of #3A269D
Complementary color
Monochromatic Colors of #3A269D
Black with #3A269D
Text Example
Text Example
White with #3A269D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A269D; }
p { color: rgb(58,38,157); }
H1.HeaderClassName
{
color: #3A269D;
}
.AnyTagClassName
{
color: #3A269D;
}
</style>
background-color css
<style>
a { background-color: #3A269D; }
a { background-color: rgb(58,38,157); }
div.DivClassName
{
background-color: #3A269D;
}
.BgClassName
{
background-color: #3A269D;
}
</style>
border-color css
<style>
span { border-color: #3A269D; }
span { border-color: rgb(58,38,157); }
td.TdClassName
{
border-color: #3A269D;
}
.TagClassName
{
border-color: #3A269D;
}
</style>