Shades of Blue Gem #43299C
Tints of Blue Gem #43299C
RGB
CMYK
RGB Variations
Color information
#43299C (or 0x43299C) is known color: Blue Gem. HEX triplet: 43, 29 and 9C. RGB value is (67,41,156). Sum of RGB (Red+Green+Blue) = 67+41+156=264 (34% of max value = 765). Red value is 67 (26.56% from 255 or 25.38% from 264); Green value is 41 (16.41% from 255 or 15.53% from 264); Blue value is 156 (61.33% from 255 or 59.09% from 264); Max value from RGB is 156 - color contains mainly: blue. Hex color #43299C is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #43299C is #BCD663. Grayscale: #3D3D3D. Windows color (decimal): -12375652 or 10234179. OLE color: 10234179.
HSL color Cylindrical-coordinate representation of color #43299C: hue angle of 253.57º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #43299C is Cyan = 0.57, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 67 | 41 | 156 | - |
| CMYK | 0.57 | 0.74 | 0 | 0.39 |
| HSL | 253.57º | 0.58% | 0.39% | - |
| HSV(B) | 253.57º | 0.74% | 0.61% | - |
| XYZ | 9.11 | 5.18 | 31.97 | - |
| YUV | 61.88 | 181.11 | 131.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 41 | 156 | 0.57 | 0.74 | 0 | 0.39 | 253.57 | 0.58 | 0.39 |
| Hex | 43 | 29 | 9C | 39 | 4A | 0 | 27 | FE | 3A | 27 |
| Octal | 103 | 51 | 234 | 71 | 112 | 0 | 47 | 376 | 72 | 47 |
| Binary | 1000011 | 101001 | 10011100 | 111001 | 1001010 | 0 | 100111 | 11111110 | 111010 | 100111 |
Color Harmonies of #43299C
Complementary color
Monochromatic Colors of #43299C
Black with #43299C
Text Example
Text Example
White with #43299C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43299C; }
p { color: rgb(67,41,156); }
H1.HeaderClassName
{
color: #43299C;
}
.AnyTagClassName
{
color: #43299C;
}
</style>
background-color css
<style>
a { background-color: #43299C; }
a { background-color: rgb(67,41,156); }
div.DivClassName
{
background-color: #43299C;
}
.BgClassName
{
background-color: #43299C;
}
</style>
border-color css
<style>
span { border-color: #43299C; }
span { border-color: rgb(67,41,156); }
td.TdClassName
{
border-color: #43299C;
}
.TagClassName
{
border-color: #43299C;
}
</style>