Shades of Blue Gem #43249F
Tints of Blue Gem #43249F
RGB
CMYK
RGB Variations
Color information
#43249F (or 0x43249F) is known color: Blue Gem. HEX triplet: 43, 24 and 9F. RGB value is (67,36,159). Sum of RGB (Red+Green+Blue) = 67+36+159=262 (34% of max value = 765). Red value is 67 (26.56% from 255 or 25.57% from 262); Green value is 36 (14.45% from 255 or 13.74% from 262); Blue value is 159 (62.5% from 255 or 60.69% from 262); Max value from RGB is 159 - color contains mainly: blue. Hex color #43249F is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #43249F is #BCDB60. Grayscale: #3A3A3A. Windows color (decimal): -12376929 or 10429507. OLE color: 10429507.
HSL color Cylindrical-coordinate representation of color #43249F: hue angle of 255.12º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #43249F is Cyan = 0.58, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 67 | 36 | 159 | - |
| CMYK | 0.58 | 0.77 | 0 | 0.38 |
| HSL | 255.12º | 0.63% | 0.38% | - |
| HSV(B) | 255.12º | 0.77% | 0.62% | - |
| XYZ | 9.2 | 4.96 | 33.27 | - |
| YUV | 59.29 | 184.27 | 133.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 36 | 159 | 0.58 | 0.77 | 0 | 0.38 | 255.12 | 0.63 | 0.38 |
| Hex | 43 | 24 | 9F | 3A | 4D | 0 | 26 | FF | 3F | 26 |
| Octal | 103 | 44 | 237 | 72 | 115 | 0 | 46 | 377 | 77 | 46 |
| Binary | 1000011 | 100100 | 10011111 | 111010 | 1001101 | 0 | 100110 | 11111111 | 111111 | 100110 |
Color Harmonies of #43249F
Complementary color
Monochromatic Colors of #43249F
Black with #43249F
Text Example
Text Example
White with #43249F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43249F; }
p { color: rgb(67,36,159); }
H1.HeaderClassName
{
color: #43249F;
}
.AnyTagClassName
{
color: #43249F;
}
</style>
background-color css
<style>
a { background-color: #43249F; }
a { background-color: rgb(67,36,159); }
div.DivClassName
{
background-color: #43249F;
}
.BgClassName
{
background-color: #43249F;
}
</style>
border-color css
<style>
span { border-color: #43249F; }
span { border-color: rgb(67,36,159); }
td.TdClassName
{
border-color: #43249F;
}
.TagClassName
{
border-color: #43249F;
}
</style>