Shades of Blue Gem #433AAD
Tints of Blue Gem #433AAD
RGB
CMYK
RGB Variations
Color information
#433AAD (or 0x433AAD) is known color: Blue Gem. HEX triplet: 43, 3A and AD. RGB value is (67,58,173). Sum of RGB (Red+Green+Blue) = 67+58+173=298 (39% of max value = 765). Red value is 67 (26.56% from 255 or 22.48% from 298); Green value is 58 (23.05% from 255 or 19.46% from 298); Blue value is 173 (67.97% from 255 or 58.05% from 298); Max value from RGB is 173 - color contains mainly: blue. Hex color #433AAD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #433AAD is #BCC552. Grayscale: #494949. Windows color (decimal): -12371283 or 11352643. OLE color: 11352643.
HSL color Cylindrical-coordinate representation of color #433AAD: hue angle of 244.7º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #433AAD is Cyan = 0.61, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 67 | 58 | 173 | - |
| CMYK | 0.61 | 0.66 | 0 | 0.32 |
| HSL | 244.7º | 0.5% | 0.45% | - |
| HSV(B) | 244.7º | 0.66% | 0.68% | - |
| XYZ | 11.37 | 7.24 | 40.33 | - |
| YUV | 73.8 | 183.98 | 123.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 58 | 173 | 0.61 | 0.66 | 0 | 0.32 | 244.7 | 0.5 | 0.45 |
| Hex | 43 | 3A | AD | 3D | 42 | 0 | 20 | F5 | 32 | 2D |
| Octal | 103 | 72 | 255 | 75 | 102 | 0 | 40 | 365 | 62 | 55 |
| Binary | 1000011 | 111010 | 10101101 | 111101 | 1000010 | 0 | 100000 | 11110101 | 110010 | 101101 |
Color Harmonies of #433AAD
Complementary color
Monochromatic Colors of #433AAD
Black with #433AAD
Text Example
Text Example
White with #433AAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #433AAD; }
p { color: rgb(67,58,173); }
H1.HeaderClassName
{
color: #433AAD;
}
.AnyTagClassName
{
color: #433AAD;
}
</style>
background-color css
<style>
a { background-color: #433AAD; }
a { background-color: rgb(67,58,173); }
div.DivClassName
{
background-color: #433AAD;
}
.BgClassName
{
background-color: #433AAD;
}
</style>
border-color css
<style>
span { border-color: #433AAD; }
span { border-color: rgb(67,58,173); }
td.TdClassName
{
border-color: #433AAD;
}
.TagClassName
{
border-color: #433AAD;
}
</style>