Shades of Blue Gem #43369D
Tints of Blue Gem #43369D
RGB
CMYK
RGB Variations
Color information
#43369D (or 0x43369D) is known color: Blue Gem. HEX triplet: 43, 36 and 9D. RGB value is (67,54,157). Sum of RGB (Red+Green+Blue) = 67+54+157=278 (36% of max value = 765). Red value is 67 (26.56% from 255 or 24.10% from 278); Green value is 54 (21.48% from 255 or 19.42% from 278); Blue value is 157 (61.72% from 255 or 56.47% from 278); Max value from RGB is 157 - color contains mainly: blue. Hex color #43369D is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #43369D is #BCC962. Grayscale: #454545. Windows color (decimal): -12372323 or 10303043. OLE color: 10303043.
HSL color Cylindrical-coordinate representation of color #43369D: hue angle of 247.57º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #43369D is Cyan = 0.57, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 67 | 54 | 157 | - |
| CMYK | 0.57 | 0.66 | 0 | 0.38 |
| HSL | 247.57º | 0.49% | 0.41% | - |
| HSV(B) | 247.57º | 0.66% | 0.62% | - |
| XYZ | 9.72 | 6.27 | 32.6 | - |
| YUV | 69.63 | 177.31 | 126.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 54 | 157 | 0.57 | 0.66 | 0 | 0.38 | 247.57 | 0.49 | 0.41 |
| Hex | 43 | 36 | 9D | 39 | 42 | 0 | 26 | F8 | 31 | 29 |
| Octal | 103 | 66 | 235 | 71 | 102 | 0 | 46 | 370 | 61 | 51 |
| Binary | 1000011 | 110110 | 10011101 | 111001 | 1000010 | 0 | 100110 | 11111000 | 110001 | 101001 |
Color Harmonies of #43369D
Complementary color
Monochromatic Colors of #43369D
Black with #43369D
Text Example
Text Example
White with #43369D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43369D; }
p { color: rgb(67,54,157); }
H1.HeaderClassName
{
color: #43369D;
}
.AnyTagClassName
{
color: #43369D;
}
</style>
background-color css
<style>
a { background-color: #43369D; }
a { background-color: rgb(67,54,157); }
div.DivClassName
{
background-color: #43369D;
}
.BgClassName
{
background-color: #43369D;
}
</style>
border-color css
<style>
span { border-color: #43369D; }
span { border-color: rgb(67,54,157); }
td.TdClassName
{
border-color: #43369D;
}
.TagClassName
{
border-color: #43369D;
}
</style>