Shades of Blue Gem #42349C
Tints of Blue Gem #42349C
RGB
CMYK
RGB Variations
Color information
#42349C (or 0x42349C) is known color: Blue Gem. HEX triplet: 42, 34 and 9C. RGB value is (66,52,156). Sum of RGB (Red+Green+Blue) = 66+52+156=274 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24.09% from 274); Green value is 52 (20.70% from 255 or 18.98% from 274); Blue value is 156 (61.33% from 255 or 56.93% from 274); Max value from RGB is 156 - color contains mainly: blue. Hex color #42349C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #42349C is #BDCB63. Grayscale: #434343. Windows color (decimal): -12438372 or 10236994. OLE color: 10236994.
HSL color Cylindrical-coordinate representation of color #42349C: hue angle of 248.08º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #42349C is Cyan = 0.58, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 66 | 52 | 156 | - |
| CMYK | 0.58 | 0.67 | 0 | 0.39 |
| HSL | 248.08º | 0.5% | 0.41% | - |
| HSV(B) | 248.08º | 0.67% | 0.61% | - |
| XYZ | 9.48 | 6.01 | 32.11 | - |
| YUV | 68.04 | 177.64 | 126.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 52 | 156 | 0.58 | 0.67 | 0 | 0.39 | 248.08 | 0.5 | 0.41 |
| Hex | 42 | 34 | 9C | 3A | 43 | 0 | 27 | F8 | 32 | 29 |
| Octal | 102 | 64 | 234 | 72 | 103 | 0 | 47 | 370 | 62 | 51 |
| Binary | 1000010 | 110100 | 10011100 | 111010 | 1000011 | 0 | 100111 | 11111000 | 110010 | 101001 |
Color Harmonies of #42349C
Complementary color
Monochromatic Colors of #42349C
Black with #42349C
Text Example
Text Example
White with #42349C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42349C; }
p { color: rgb(66,52,156); }
H1.HeaderClassName
{
color: #42349C;
}
.AnyTagClassName
{
color: #42349C;
}
</style>
background-color css
<style>
a { background-color: #42349C; }
a { background-color: rgb(66,52,156); }
div.DivClassName
{
background-color: #42349C;
}
.BgClassName
{
background-color: #42349C;
}
</style>
border-color css
<style>
span { border-color: #42349C; }
span { border-color: rgb(66,52,156); }
td.TdClassName
{
border-color: #42349C;
}
.TagClassName
{
border-color: #42349C;
}
</style>