Shades of Blue Gem #3A269C
Tints of Blue Gem #3A269C
RGB
CMYK
RGB Variations
Color information
#3A269C (or 0x3A269C) is known color: Blue Gem. HEX triplet: 3A, 26 and 9C. RGB value is (58,38,156). Sum of RGB (Red+Green+Blue) = 58+38+156=252 (33% of max value = 765). Red value is 58 (23.05% from 255 or 23.02% from 252); Green value is 38 (15.23% from 255 or 15.08% from 252); Blue value is 156 (61.33% from 255 or 61.90% from 252); Max value from RGB is 156 - color contains mainly: blue. Hex color #3A269C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3A269C is #C5D963. Grayscale: #383838. Windows color (decimal): -12966244 or 10233402. OLE color: 10233402.
HSL color Cylindrical-coordinate representation of color #3A269C: hue angle of 250.17º 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 #3A269C is Cyan = 0.63, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 58 | 38 | 156 | - |
| CMYK | 0.63 | 0.76 | 0 | 0.39 |
| HSL | 250.17º | 0.61% | 0.38% | - |
| HSV(B) | 250.17º | 0.76% | 0.61% | - |
| XYZ | 8.44 | 4.69 | 31.91 | - |
| YUV | 57.43 | 183.63 | 128.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 38 | 156 | 0.63 | 0.76 | 0 | 0.39 | 250.17 | 0.61 | 0.38 |
| Hex | 3A | 26 | 9C | 3F | 4C | 0 | 27 | FA | 3D | 26 |
| Octal | 72 | 46 | 234 | 77 | 114 | 0 | 47 | 372 | 75 | 46 |
| Binary | 111010 | 100110 | 10011100 | 111111 | 1001100 | 0 | 100111 | 11111010 | 111101 | 100110 |
Color Harmonies of #3A269C
Complementary color
Monochromatic Colors of #3A269C
Black with #3A269C
Text Example
Text Example
White with #3A269C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A269C; }
p { color: rgb(58,38,156); }
H1.HeaderClassName
{
color: #3A269C;
}
.AnyTagClassName
{
color: #3A269C;
}
</style>
background-color css
<style>
a { background-color: #3A269C; }
a { background-color: rgb(58,38,156); }
div.DivClassName
{
background-color: #3A269C;
}
.BgClassName
{
background-color: #3A269C;
}
</style>
border-color css
<style>
span { border-color: #3A269C; }
span { border-color: rgb(58,38,156); }
td.TdClassName
{
border-color: #3A269C;
}
.TagClassName
{
border-color: #3A269C;
}
</style>