Shades of Blue Gem #433498
Tints of Blue Gem #433498
RGB
CMYK
RGB Variations
Color information
#433498 (or 0x433498) is known color: Blue Gem. HEX triplet: 43, 34 and 98. RGB value is (67,52,152). Sum of RGB (Red+Green+Blue) = 67+52+152=271 (35% of max value = 765). Red value is 67 (26.56% from 255 or 24.72% from 271); Green value is 52 (20.70% from 255 or 19.19% from 271); Blue value is 152 (59.77% from 255 or 56.09% from 271); Max value from RGB is 152 - color contains mainly: blue. Hex color #433498 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #433498 is #BCCB67. Grayscale: #434343. Windows color (decimal): -12372840 or 9974851. OLE color: 9974851.
HSL color Cylindrical-coordinate representation of color #433498: hue angle of 249º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #433498 is Cyan = 0.56, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 67 | 52 | 152 | - |
| CMYK | 0.56 | 0.66 | 0 | 0.40 |
| HSL | 249º | 0.49% | 0.4% | - |
| HSV(B) | 249º | 0.66% | 0.6% | - |
| XYZ | 9.21 | 5.92 | 30.36 | - |
| YUV | 67.89 | 175.47 | 127.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 52 | 152 | 0.56 | 0.66 | 0 | 0.40 | 249 | 0.49 | 0.4 |
| Hex | 43 | 34 | 98 | 38 | 42 | 0 | 28 | F9 | 31 | 28 |
| Octal | 103 | 64 | 230 | 70 | 102 | 0 | 50 | 371 | 61 | 50 |
| Binary | 1000011 | 110100 | 10011000 | 111000 | 1000010 | 0 | 101000 | 11111001 | 110001 | 101000 |
Color Harmonies of #433498
Complementary color
Monochromatic Colors of #433498
Black with #433498
Text Example
Text Example
White with #433498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #433498; }
p { color: rgb(67,52,152); }
H1.HeaderClassName
{
color: #433498;
}
.AnyTagClassName
{
color: #433498;
}
</style>
background-color css
<style>
a { background-color: #433498; }
a { background-color: rgb(67,52,152); }
div.DivClassName
{
background-color: #433498;
}
.BgClassName
{
background-color: #433498;
}
</style>
border-color css
<style>
span { border-color: #433498; }
span { border-color: rgb(67,52,152); }
td.TdClassName
{
border-color: #433498;
}
.TagClassName
{
border-color: #433498;
}
</style>