Shades of Blue Gem #43229A
Tints of Blue Gem #43229A
RGB
CMYK
RGB Variations
Color information
#43229A (or 0x43229A) is known color: Blue Gem. HEX triplet: 43, 22 and 9A. RGB value is (67,34,154). Sum of RGB (Red+Green+Blue) = 67+34+154=255 (33% of max value = 765). Red value is 67 (26.56% from 255 or 26.27% from 255); Green value is 34 (13.67% from 255 or 13.33% from 255); Blue value is 154 (60.55% from 255 or 60.39% from 255); Max value from RGB is 154 - color contains mainly: blue. Hex color #43229A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #43229A is #BCDD65. Grayscale: #393939. Windows color (decimal): -12377446 or 10101315. OLE color: 10101315.
HSL color Cylindrical-coordinate representation of color #43229A: hue angle of 256.5º degrees, saturation: 0.64, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #43229A is Cyan = 0.56, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 67 | 34 | 154 | - |
| CMYK | 0.56 | 0.78 | 0 | 0.40 |
| HSL | 256.5º | 0.64% | 0.37% | - |
| HSV(B) | 256.5º | 0.78% | 0.6% | - |
| XYZ | 8.72 | 4.67 | 31.01 | - |
| YUV | 57.55 | 182.43 | 134.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 34 | 154 | 0.56 | 0.78 | 0 | 0.40 | 256.5 | 0.64 | 0.37 |
| Hex | 43 | 22 | 9A | 38 | 4E | 0 | 28 | 100 | 40 | 25 |
| Octal | 103 | 42 | 232 | 70 | 116 | 0 | 50 | 400 | 100 | 45 |
| Binary | 1000011 | 100010 | 10011010 | 111000 | 1001110 | 0 | 101000 | 100000000 | 1000000 | 100101 |
Color Harmonies of #43229A
Complementary color
Monochromatic Colors of #43229A
Black with #43229A
Text Example
Text Example
White with #43229A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43229A; }
p { color: rgb(67,34,154); }
H1.HeaderClassName
{
color: #43229A;
}
.AnyTagClassName
{
color: #43229A;
}
</style>
background-color css
<style>
a { background-color: #43229A; }
a { background-color: rgb(67,34,154); }
div.DivClassName
{
background-color: #43229A;
}
.BgClassName
{
background-color: #43229A;
}
</style>
border-color css
<style>
span { border-color: #43229A; }
span { border-color: rgb(67,34,154); }
td.TdClassName
{
border-color: #43229A;
}
.TagClassName
{
border-color: #43229A;
}
</style>