Shades of Blue Gem #43329D
Tints of Blue Gem #43329D
RGB
CMYK
RGB Variations
Color information
#43329D (or 0x43329D) is known color: Blue Gem. HEX triplet: 43, 32 and 9D. RGB value is (67,50,157). Sum of RGB (Red+Green+Blue) = 67+50+157=274 (36% of max value = 765). Red value is 67 (26.56% from 255 or 24.45% from 274); Green value is 50 (19.92% from 255 or 18.25% from 274); Blue value is 157 (61.72% from 255 or 57.30% from 274); Max value from RGB is 157 - color contains mainly: blue. Hex color #43329D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #43329D is #BCCD62. Grayscale: #424242. Windows color (decimal): -12373347 or 10302019. OLE color: 10302019.
HSL color Cylindrical-coordinate representation of color #43329D: hue angle of 249.53º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #43329D is Cyan = 0.57, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 67 | 50 | 157 | - |
| CMYK | 0.57 | 0.68 | 0 | 0.38 |
| HSL | 249.53º | 0.52% | 0.41% | - |
| HSV(B) | 249.53º | 0.68% | 0.62% | - |
| XYZ | 9.54 | 5.91 | 32.54 | - |
| YUV | 67.28 | 178.63 | 127.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 50 | 157 | 0.57 | 0.68 | 0 | 0.38 | 249.53 | 0.52 | 0.41 |
| Hex | 43 | 32 | 9D | 39 | 44 | 0 | 26 | FA | 34 | 29 |
| Octal | 103 | 62 | 235 | 71 | 104 | 0 | 46 | 372 | 64 | 51 |
| Binary | 1000011 | 110010 | 10011101 | 111001 | 1000100 | 0 | 100110 | 11111010 | 110100 | 101001 |
Color Harmonies of #43329D
Complementary color
Monochromatic Colors of #43329D
Black with #43329D
Text Example
Text Example
White with #43329D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43329D; }
p { color: rgb(67,50,157); }
H1.HeaderClassName
{
color: #43329D;
}
.AnyTagClassName
{
color: #43329D;
}
</style>
background-color css
<style>
a { background-color: #43329D; }
a { background-color: rgb(67,50,157); }
div.DivClassName
{
background-color: #43329D;
}
.BgClassName
{
background-color: #43329D;
}
</style>
border-color css
<style>
span { border-color: #43329D; }
span { border-color: rgb(67,50,157); }
td.TdClassName
{
border-color: #43329D;
}
.TagClassName
{
border-color: #43329D;
}
</style>