Shades of Blue Gem #3C269B
Tints of Blue Gem #3C269B
RGB
CMYK
RGB Variations
Color information
#3C269B (or 0x3C269B) is known color: Blue Gem. HEX triplet: 3C, 26 and 9B. RGB value is (60,38,155). Sum of RGB (Red+Green+Blue) = 60+38+155=253 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.72% from 253); Green value is 38 (15.23% from 255 or 15.02% from 253); Blue value is 155 (60.94% from 255 or 61.26% from 253); Max value from RGB is 155 - color contains mainly: blue. Hex color #3C269B is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3C269B is #C3D964. Grayscale: #393939. Windows color (decimal): -12835173 or 10167868. OLE color: 10167868.
HSL color Cylindrical-coordinate representation of color #3C269B: hue angle of 251.28º degrees, saturation: 0.61, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3C269B is Cyan = 0.61, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 60 | 38 | 155 | - |
| CMYK | 0.61 | 0.75 | 0 | 0.39 |
| HSL | 251.28º | 0.61% | 0.38% | - |
| HSV(B) | 251.28º | 0.75% | 0.61% | - |
| XYZ | 8.47 | 4.71 | 31.47 | - |
| YUV | 57.92 | 182.79 | 129.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 38 | 155 | 0.61 | 0.75 | 0 | 0.39 | 251.28 | 0.61 | 0.38 |
| Hex | 3C | 26 | 9B | 3D | 4B | 0 | 27 | FB | 3D | 26 |
| Octal | 74 | 46 | 233 | 75 | 113 | 0 | 47 | 373 | 75 | 46 |
| Binary | 111100 | 100110 | 10011011 | 111101 | 1001011 | 0 | 100111 | 11111011 | 111101 | 100110 |
Color Harmonies of #3C269B
Complementary color
Monochromatic Colors of #3C269B
Black with #3C269B
Text Example
Text Example
White with #3C269B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C269B; }
p { color: rgb(60,38,155); }
H1.HeaderClassName
{
color: #3C269B;
}
.AnyTagClassName
{
color: #3C269B;
}
</style>
background-color css
<style>
a { background-color: #3C269B; }
a { background-color: rgb(60,38,155); }
div.DivClassName
{
background-color: #3C269B;
}
.BgClassName
{
background-color: #3C269B;
}
</style>
border-color css
<style>
span { border-color: #3C269B; }
span { border-color: rgb(60,38,155); }
td.TdClassName
{
border-color: #3C269B;
}
.TagClassName
{
border-color: #3C269B;
}
</style>