Shades of Blue Gem #43288D
Tints of Blue Gem #43288D
RGB
CMYK
RGB Variations
Color information
#43288D (or 0x43288D) is known color: Blue Gem. HEX triplet: 43, 28 and 8D. RGB value is (67,40,141). Sum of RGB (Red+Green+Blue) = 67+40+141=248 (32% of max value = 765). Red value is 67 (26.56% from 255 or 27.02% from 248); Green value is 40 (16.02% from 255 or 16.13% from 248); Blue value is 141 (55.47% from 255 or 56.85% from 248); Max value from RGB is 141 - color contains mainly: blue. Hex color #43288D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #43288D is #BCD772. Grayscale: #3B3B3B. Windows color (decimal): -12375923 or 9250883. OLE color: 9250883.
HSL color Cylindrical-coordinate representation of color #43288D: hue angle of 256.04º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #43288D is Cyan = 0.52, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 67 | 40 | 141 | - |
| CMYK | 0.52 | 0.72 | 0 | 0.45 |
| HSL | 256.04º | 0.56% | 0.35% | - |
| HSV(B) | 256.04º | 0.72% | 0.55% | - |
| XYZ | 7.88 | 4.63 | 25.68 | - |
| YUV | 59.59 | 173.95 | 133.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 40 | 141 | 0.52 | 0.72 | 0 | 0.45 | 256.04 | 0.56 | 0.35 |
| Hex | 43 | 28 | 8D | 34 | 48 | 0 | 2D | 100 | 38 | 23 |
| Octal | 103 | 50 | 215 | 64 | 110 | 0 | 55 | 400 | 70 | 43 |
| Binary | 1000011 | 101000 | 10001101 | 110100 | 1001000 | 0 | 101101 | 100000000 | 111000 | 100011 |
Color Harmonies of #43288D
Complementary color
Monochromatic Colors of #43288D
Black with #43288D
Text Example
Text Example
White with #43288D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43288D; }
p { color: rgb(67,40,141); }
H1.HeaderClassName
{
color: #43288D;
}
.AnyTagClassName
{
color: #43288D;
}
</style>
background-color css
<style>
a { background-color: #43288D; }
a { background-color: rgb(67,40,141); }
div.DivClassName
{
background-color: #43288D;
}
.BgClassName
{
background-color: #43288D;
}
</style>
border-color css
<style>
span { border-color: #43288D; }
span { border-color: rgb(67,40,141); }
td.TdClassName
{
border-color: #43288D;
}
.TagClassName
{
border-color: #43288D;
}
</style>