Shades of Blue Gem #433795
Tints of Blue Gem #433795
RGB
CMYK
RGB Variations
Color information
#433795 (or 0x433795) is known color: Blue Gem. HEX triplet: 43, 37 and 95. RGB value is (67,55,149). Sum of RGB (Red+Green+Blue) = 67+55+149=271 (35% of max value = 765). Red value is 67 (26.56% from 255 or 24.72% from 271); Green value is 55 (21.88% from 255 or 20.30% from 271); Blue value is 149 (58.59% from 255 or 54.98% from 271); Max value from RGB is 149 - color contains mainly: blue. Hex color #433795 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #433795 is #BCC86A. Grayscale: #444444. Windows color (decimal): -12372075 or 9779011. OLE color: 9779011.
HSL color Cylindrical-coordinate representation of color #433795: hue angle of 247.66º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #433795 is Cyan = 0.55, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 67 | 55 | 149 | - |
| CMYK | 0.55 | 0.63 | 0 | 0.42 |
| HSL | 247.66º | 0.46% | 0.4% | - |
| HSV(B) | 247.66º | 0.63% | 0.58% | - |
| XYZ | 9.11 | 6.1 | 29.13 | - |
| YUV | 69.3 | 172.98 | 126.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 55 | 149 | 0.55 | 0.63 | 0 | 0.42 | 247.66 | 0.46 | 0.4 |
| Hex | 43 | 37 | 95 | 37 | 3F | 0 | 2A | F8 | 2E | 28 |
| Octal | 103 | 67 | 225 | 67 | 77 | 0 | 52 | 370 | 56 | 50 |
| Binary | 1000011 | 110111 | 10010101 | 110111 | 111111 | 0 | 101010 | 11111000 | 101110 | 101000 |
Color Harmonies of #433795
Complementary color
Monochromatic Colors of #433795
Black with #433795
Text Example
Text Example
White with #433795
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #433795; }
p { color: rgb(67,55,149); }
H1.HeaderClassName
{
color: #433795;
}
.AnyTagClassName
{
color: #433795;
}
</style>
background-color css
<style>
a { background-color: #433795; }
a { background-color: rgb(67,55,149); }
div.DivClassName
{
background-color: #433795;
}
.BgClassName
{
background-color: #433795;
}
</style>
border-color css
<style>
span { border-color: #433795; }
span { border-color: rgb(67,55,149); }
td.TdClassName
{
border-color: #433795;
}
.TagClassName
{
border-color: #433795;
}
</style>