Shades of Blue Gem #3C269E
Tints of Blue Gem #3C269E
RGB
CMYK
RGB Variations
Color information
#3C269E (or 0x3C269E) is known color: Blue Gem. HEX triplet: 3C, 26 and 9E. RGB value is (60,38,158). Sum of RGB (Red+Green+Blue) = 60+38+158=256 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.44% from 256); Green value is 38 (15.23% from 255 or 14.84% from 256); Blue value is 158 (62.11% from 255 or 61.72% from 256); Max value from RGB is 158 - color contains mainly: blue. Hex color #3C269E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C269E is #C3D961. Grayscale: #393939. Windows color (decimal): -12835170 or 10364476. OLE color: 10364476.
HSL color Cylindrical-coordinate representation of color #3C269E: hue angle of 251º 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 #3C269E is Cyan = 0.62, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 60 | 38 | 158 | - |
| CMYK | 0.62 | 0.76 | 0 | 0.38 |
| HSL | 251º | 0.61% | 0.38% | - |
| HSV(B) | 251º | 0.76% | 0.62% | - |
| XYZ | 8.73 | 4.82 | 32.82 | - |
| YUV | 58.26 | 184.29 | 129.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 38 | 158 | 0.62 | 0.76 | 0 | 0.38 | 251 | 0.61 | 0.38 |
| Hex | 3C | 26 | 9E | 3E | 4C | 0 | 26 | FB | 3D | 26 |
| Octal | 74 | 46 | 236 | 76 | 114 | 0 | 46 | 373 | 75 | 46 |
| Binary | 111100 | 100110 | 10011110 | 111110 | 1001100 | 0 | 100110 | 11111011 | 111101 | 100110 |
Color Harmonies of #3C269E
Complementary color
Monochromatic Colors of #3C269E
Black with #3C269E
Text Example
Text Example
White with #3C269E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C269E; }
p { color: rgb(60,38,158); }
H1.HeaderClassName
{
color: #3C269E;
}
.AnyTagClassName
{
color: #3C269E;
}
</style>
background-color css
<style>
a { background-color: #3C269E; }
a { background-color: rgb(60,38,158); }
div.DivClassName
{
background-color: #3C269E;
}
.BgClassName
{
background-color: #3C269E;
}
</style>
border-color css
<style>
span { border-color: #3C269E; }
span { border-color: rgb(60,38,158); }
td.TdClassName
{
border-color: #3C269E;
}
.TagClassName
{
border-color: #3C269E;
}
</style>