Shades of Blue Gem #433AAE
Tints of Blue Gem #433AAE
RGB
CMYK
RGB Variations
Color information
#433AAE (or 0x433AAE) is known color: Blue Gem. HEX triplet: 43, 3A and AE. RGB value is (67,58,174). Sum of RGB (Red+Green+Blue) = 67+58+174=299 (39% of max value = 765). Red value is 67 (26.56% from 255 or 22.41% from 299); Green value is 58 (23.05% from 255 or 19.40% from 299); Blue value is 174 (68.36% from 255 or 58.19% from 299); Max value from RGB is 174 - color contains mainly: blue. Hex color #433AAE is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #433AAE is #BCC551. Grayscale: #494949. Windows color (decimal): -12371282 or 11418179. OLE color: 11418179.
HSL color Cylindrical-coordinate representation of color #433AAE: hue angle of 244.66º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #433AAE is Cyan = 0.61, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 67 | 58 | 174 | - |
| CMYK | 0.61 | 0.67 | 0 | 0.32 |
| HSL | 244.66º | 0.5% | 0.45% | - |
| HSV(B) | 244.66º | 0.67% | 0.68% | - |
| XYZ | 11.47 | 7.28 | 40.84 | - |
| YUV | 73.92 | 184.48 | 123.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 58 | 174 | 0.61 | 0.67 | 0 | 0.32 | 244.66 | 0.5 | 0.45 |
| Hex | 43 | 3A | AE | 3D | 43 | 0 | 20 | F5 | 32 | 2D |
| Octal | 103 | 72 | 256 | 75 | 103 | 0 | 40 | 365 | 62 | 55 |
| Binary | 1000011 | 111010 | 10101110 | 111101 | 1000011 | 0 | 100000 | 11110101 | 110010 | 101101 |
Color Harmonies of #433AAE
Complementary color
Monochromatic Colors of #433AAE
Black with #433AAE
Text Example
Text Example
White with #433AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #433AAE; }
p { color: rgb(67,58,174); }
H1.HeaderClassName
{
color: #433AAE;
}
.AnyTagClassName
{
color: #433AAE;
}
</style>
background-color css
<style>
a { background-color: #433AAE; }
a { background-color: rgb(67,58,174); }
div.DivClassName
{
background-color: #433AAE;
}
.BgClassName
{
background-color: #433AAE;
}
</style>
border-color css
<style>
span { border-color: #433AAE; }
span { border-color: rgb(67,58,174); }
td.TdClassName
{
border-color: #433AAE;
}
.TagClassName
{
border-color: #433AAE;
}
</style>