Shades of Blue Gem #433095
Tints of Blue Gem #433095
RGB
CMYK
RGB Variations
Color information
#433095 (or 0x433095) is known color: Blue Gem. HEX triplet: 43, 30 and 95. RGB value is (67,48,149). Sum of RGB (Red+Green+Blue) = 67+48+149=264 (34% of max value = 765). Red value is 67 (26.56% from 255 or 25.38% from 264); Green value is 48 (19.14% from 255 or 18.18% from 264); Blue value is 149 (58.59% from 255 or 56.44% from 264); Max value from RGB is 149 - color contains mainly: blue. Hex color #433095 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #433095 is #BCCF6A. Grayscale: #404040. Windows color (decimal): -12373867 or 9777219. OLE color: 9777219.
HSL color Cylindrical-coordinate representation of color #433095: hue angle of 251.29º degrees, saturation: 0.51, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #433095 is Cyan = 0.55, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 67 | 48 | 149 | - |
| CMYK | 0.55 | 0.68 | 0 | 0.42 |
| HSL | 251.29º | 0.51% | 0.39% | - |
| HSV(B) | 251.29º | 0.68% | 0.58% | - |
| XYZ | 8.8 | 5.48 | 29.03 | - |
| YUV | 65.2 | 175.29 | 129.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 48 | 149 | 0.55 | 0.68 | 0 | 0.42 | 251.29 | 0.51 | 0.39 |
| Hex | 43 | 30 | 95 | 37 | 44 | 0 | 2A | FB | 33 | 27 |
| Octal | 103 | 60 | 225 | 67 | 104 | 0 | 52 | 373 | 63 | 47 |
| Binary | 1000011 | 110000 | 10010101 | 110111 | 1000100 | 0 | 101010 | 11111011 | 110011 | 100111 |
Color Harmonies of #433095
Complementary color
Monochromatic Colors of #433095
Black with #433095
Text Example
Text Example
White with #433095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #433095; }
p { color: rgb(67,48,149); }
H1.HeaderClassName
{
color: #433095;
}
.AnyTagClassName
{
color: #433095;
}
</style>
background-color css
<style>
a { background-color: #433095; }
a { background-color: rgb(67,48,149); }
div.DivClassName
{
background-color: #433095;
}
.BgClassName
{
background-color: #433095;
}
</style>
border-color css
<style>
span { border-color: #433095; }
span { border-color: rgb(67,48,149); }
td.TdClassName
{
border-color: #433095;
}
.TagClassName
{
border-color: #433095;
}
</style>