Shades of Blue Gem #42269C
Tints of Blue Gem #42269C
RGB
CMYK
RGB Variations
Color information
#42269C (or 0x42269C) is known color: Blue Gem. HEX triplet: 42, 26 and 9C. RGB value is (66,38,156). Sum of RGB (Red+Green+Blue) = 66+38+156=260 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.38% from 260); Green value is 38 (15.23% from 255 or 14.62% from 260); Blue value is 156 (61.33% from 255 or 60% from 260); Max value from RGB is 156 - color contains mainly: blue. Hex color #42269C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #42269C is #BDD963. Grayscale: #3B3B3B. Windows color (decimal): -12441956 or 10233410. OLE color: 10233410.
HSL color Cylindrical-coordinate representation of color #42269C: hue angle of 254.24º 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 #42269C is Cyan = 0.58, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 66 | 38 | 156 | - |
| CMYK | 0.58 | 0.76 | 0 | 0.39 |
| HSL | 254.24º | 0.61% | 0.38% | - |
| HSV(B) | 254.24º | 0.76% | 0.61% | - |
| XYZ | 8.94 | 4.94 | 31.94 | - |
| YUV | 59.82 | 182.28 | 132.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 38 | 156 | 0.58 | 0.76 | 0 | 0.39 | 254.24 | 0.61 | 0.38 |
| Hex | 42 | 26 | 9C | 3A | 4C | 0 | 27 | FE | 3D | 26 |
| Octal | 102 | 46 | 234 | 72 | 114 | 0 | 47 | 376 | 75 | 46 |
| Binary | 1000010 | 100110 | 10011100 | 111010 | 1001100 | 0 | 100111 | 11111110 | 111101 | 100110 |
Color Harmonies of #42269C
Complementary color
Monochromatic Colors of #42269C
Black with #42269C
Text Example
Text Example
White with #42269C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42269C; }
p { color: rgb(66,38,156); }
H1.HeaderClassName
{
color: #42269C;
}
.AnyTagClassName
{
color: #42269C;
}
</style>
background-color css
<style>
a { background-color: #42269C; }
a { background-color: rgb(66,38,156); }
div.DivClassName
{
background-color: #42269C;
}
.BgClassName
{
background-color: #42269C;
}
</style>
border-color css
<style>
span { border-color: #42269C; }
span { border-color: rgb(66,38,156); }
td.TdClassName
{
border-color: #42269C;
}
.TagClassName
{
border-color: #42269C;
}
</style>