Shades of Blue Gem #43349A
Tints of Blue Gem #43349A
RGB
CMYK
RGB Variations
Color information
#43349A (or 0x43349A) is known color: Blue Gem. HEX triplet: 43, 34 and 9A. RGB value is (67,52,154). Sum of RGB (Red+Green+Blue) = 67+52+154=273 (36% of max value = 765). Red value is 67 (26.56% from 255 or 24.54% from 273); Green value is 52 (20.70% from 255 or 19.05% from 273); Blue value is 154 (60.55% from 255 or 56.41% from 273); Max value from RGB is 154 - color contains mainly: blue. Hex color #43349A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #43349A is #BCCB65. Grayscale: #434343. Windows color (decimal): -12372838 or 10105923. OLE color: 10105923.
HSL color Cylindrical-coordinate representation of color #43349A: hue angle of 248.82º degrees, saturation: 0.5, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #43349A is Cyan = 0.56, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 67 | 52 | 154 | - |
| CMYK | 0.56 | 0.66 | 0 | 0.40 |
| HSL | 248.82º | 0.5% | 0.4% | - |
| HSV(B) | 248.82º | 0.66% | 0.6% | - |
| XYZ | 9.38 | 5.98 | 31.23 | - |
| YUV | 68.11 | 176.47 | 127.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 52 | 154 | 0.56 | 0.66 | 0 | 0.40 | 248.82 | 0.5 | 0.4 |
| Hex | 43 | 34 | 9A | 38 | 42 | 0 | 28 | F9 | 32 | 28 |
| Octal | 103 | 64 | 232 | 70 | 102 | 0 | 50 | 371 | 62 | 50 |
| Binary | 1000011 | 110100 | 10011010 | 111000 | 1000010 | 0 | 101000 | 11111001 | 110010 | 101000 |
Color Harmonies of #43349A
Complementary color
Monochromatic Colors of #43349A
Black with #43349A
Text Example
Text Example
White with #43349A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43349A; }
p { color: rgb(67,52,154); }
H1.HeaderClassName
{
color: #43349A;
}
.AnyTagClassName
{
color: #43349A;
}
</style>
background-color css
<style>
a { background-color: #43349A; }
a { background-color: rgb(67,52,154); }
div.DivClassName
{
background-color: #43349A;
}
.BgClassName
{
background-color: #43349A;
}
</style>
border-color css
<style>
span { border-color: #43349A; }
span { border-color: rgb(67,52,154); }
td.TdClassName
{
border-color: #43349A;
}
.TagClassName
{
border-color: #43349A;
}
</style>