Shades of Blue Gem #433599
Tints of Blue Gem #433599
RGB
CMYK
RGB Variations
Color information
#433599 (or 0x433599) is known color: Blue Gem. HEX triplet: 43, 35 and 99. RGB value is (67,53,153). Sum of RGB (Red+Green+Blue) = 67+53+153=273 (36% of max value = 765). Red value is 67 (26.56% from 255 or 24.54% from 273); Green value is 53 (21.09% from 255 or 19.41% from 273); Blue value is 153 (60.16% from 255 or 56.04% from 273); Max value from RGB is 153 - color contains mainly: blue. Hex color #433599 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #433599 is #BCCA66. Grayscale: #444444. Windows color (decimal): -12372583 or 10040643. OLE color: 10040643.
HSL color Cylindrical-coordinate representation of color #433599: hue angle of 248.4º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #433599 is Cyan = 0.56, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 67 | 53 | 153 | - |
| CMYK | 0.56 | 0.65 | 0 | 0.4 |
| HSL | 248.4º | 0.49% | 0.4% | - |
| HSV(B) | 248.4º | 0.65% | 0.6% | - |
| XYZ | 9.34 | 6.04 | 30.81 | - |
| YUV | 68.59 | 175.64 | 126.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 53 | 153 | 0.56 | 0.65 | 0 | 0.4 | 248.4 | 0.49 | 0.4 |
| Hex | 43 | 35 | 99 | 38 | 41 | 0 | 28 | F8 | 31 | 28 |
| Octal | 103 | 65 | 231 | 70 | 101 | 0 | 50 | 370 | 61 | 50 |
| Binary | 1000011 | 110101 | 10011001 | 111000 | 1000001 | 0 | 101000 | 11111000 | 110001 | 101000 |
Color Harmonies of #433599
Complementary color
Monochromatic Colors of #433599
Black with #433599
Text Example
Text Example
White with #433599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #433599; }
p { color: rgb(67,53,153); }
H1.HeaderClassName
{
color: #433599;
}
.AnyTagClassName
{
color: #433599;
}
</style>
background-color css
<style>
a { background-color: #433599; }
a { background-color: rgb(67,53,153); }
div.DivClassName
{
background-color: #433599;
}
.BgClassName
{
background-color: #433599;
}
</style>
border-color css
<style>
span { border-color: #433599; }
span { border-color: rgb(67,53,153); }
td.TdClassName
{
border-color: #433599;
}
.TagClassName
{
border-color: #433599;
}
</style>