Shades of Blue Gem #43379E
Tints of Blue Gem #43379E
RGB
CMYK
RGB Variations
Color information
#43379E (or 0x43379E) is known color: Blue Gem. HEX triplet: 43, 37 and 9E. RGB value is (67,55,158). Sum of RGB (Red+Green+Blue) = 67+55+158=280 (37% of max value = 765). Red value is 67 (26.56% from 255 or 23.93% from 280); Green value is 55 (21.88% from 255 or 19.64% from 280); Blue value is 158 (62.11% from 255 or 56.43% from 280); Max value from RGB is 158 - color contains mainly: blue. Hex color #43379E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #43379E is #BCC861. Grayscale: #454545. Windows color (decimal): -12372066 or 10368835. OLE color: 10368835.
HSL color Cylindrical-coordinate representation of color #43379E: hue angle of 246.99º degrees, saturation: 0.48, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #43379E is Cyan = 0.58, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 67 | 55 | 158 | - |
| CMYK | 0.58 | 0.65 | 0 | 0.38 |
| HSL | 246.99º | 0.48% | 0.42% | - |
| HSV(B) | 246.99º | 0.65% | 0.62% | - |
| XYZ | 9.85 | 6.39 | 33.06 | - |
| YUV | 70.33 | 177.48 | 125.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 55 | 158 | 0.58 | 0.65 | 0 | 0.38 | 246.99 | 0.48 | 0.42 |
| Hex | 43 | 37 | 9E | 3A | 41 | 0 | 26 | F7 | 30 | 2A |
| Octal | 103 | 67 | 236 | 72 | 101 | 0 | 46 | 367 | 60 | 52 |
| Binary | 1000011 | 110111 | 10011110 | 111010 | 1000001 | 0 | 100110 | 11110111 | 110000 | 101010 |
Color Harmonies of #43379E
Complementary color
Monochromatic Colors of #43379E
Black with #43379E
Text Example
Text Example
White with #43379E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43379E; }
p { color: rgb(67,55,158); }
H1.HeaderClassName
{
color: #43379E;
}
.AnyTagClassName
{
color: #43379E;
}
</style>
background-color css
<style>
a { background-color: #43379E; }
a { background-color: rgb(67,55,158); }
div.DivClassName
{
background-color: #43379E;
}
.BgClassName
{
background-color: #43379E;
}
</style>
border-color css
<style>
span { border-color: #43379E; }
span { border-color: rgb(67,55,158); }
td.TdClassName
{
border-color: #43379E;
}
.TagClassName
{
border-color: #43379E;
}
</style>