Shades of Blue Gem #433595
Tints of Blue Gem #433595
RGB
CMYK
RGB Variations
Color information
#433595 (or 0x433595) is known color: Blue Gem. HEX triplet: 43, 35 and 95. RGB value is (67,53,149). Sum of RGB (Red+Green+Blue) = 67+53+149=269 (35% of max value = 765). Red value is 67 (26.56% from 255 or 24.91% from 269); Green value is 53 (21.09% from 255 or 19.70% from 269); Blue value is 149 (58.59% from 255 or 55.39% from 269); Max value from RGB is 149 - color contains mainly: blue. Hex color #433595 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #433595 is #BCCA6A. Grayscale: #434343. Windows color (decimal): -12372587 or 9778499. OLE color: 9778499.
HSL color Cylindrical-coordinate representation of color #433595: hue angle of 248.75º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #433595 is Cyan = 0.55, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 67 | 53 | 149 | - |
| CMYK | 0.55 | 0.64 | 0 | 0.42 |
| HSL | 248.75º | 0.48% | 0.4% | - |
| HSV(B) | 248.75º | 0.64% | 0.58% | - |
| XYZ | 9.01 | 5.91 | 29.1 | - |
| YUV | 68.13 | 173.64 | 127.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 53 | 149 | 0.55 | 0.64 | 0 | 0.42 | 248.75 | 0.48 | 0.4 |
| Hex | 43 | 35 | 95 | 37 | 40 | 0 | 2A | F9 | 30 | 28 |
| Octal | 103 | 65 | 225 | 67 | 100 | 0 | 52 | 371 | 60 | 50 |
| Binary | 1000011 | 110101 | 10010101 | 110111 | 1000000 | 0 | 101010 | 11111001 | 110000 | 101000 |
Color Harmonies of #433595
Complementary color
Monochromatic Colors of #433595
Black with #433595
Text Example
Text Example
White with #433595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #433595; }
p { color: rgb(67,53,149); }
H1.HeaderClassName
{
color: #433595;
}
.AnyTagClassName
{
color: #433595;
}
</style>
background-color css
<style>
a { background-color: #433595; }
a { background-color: rgb(67,53,149); }
div.DivClassName
{
background-color: #433595;
}
.BgClassName
{
background-color: #433595;
}
</style>
border-color css
<style>
span { border-color: #433595; }
span { border-color: rgb(67,53,149); }
td.TdClassName
{
border-color: #433595;
}
.TagClassName
{
border-color: #433595;
}
</style>