Shades of Blue Gem #4333AD
Tints of Blue Gem #4333AD
RGB
CMYK
RGB Variations
Color information
#4333AD (or 0x4333AD) is known color: Blue Gem. HEX triplet: 43, 33 and AD. RGB value is (67,51,173). Sum of RGB (Red+Green+Blue) = 67+51+173=291 (38% of max value = 765). Red value is 67 (26.56% from 255 or 23.02% from 291); Green value is 51 (20.31% from 255 or 17.53% from 291); Blue value is 173 (67.97% from 255 or 59.45% from 291); Max value from RGB is 173 - color contains mainly: blue. Hex color #4333AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4333AD is #BCCC52. Grayscale: #454545. Windows color (decimal): -12373075 or 11350851. OLE color: 11350851.
HSL color Cylindrical-coordinate representation of color #4333AD: hue angle of 247.87º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4333AD is Cyan = 0.61, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 67 | 51 | 173 | - |
| CMYK | 0.61 | 0.71 | 0 | 0.32 |
| HSL | 247.87º | 0.54% | 0.44% | - |
| HSV(B) | 247.87º | 0.71% | 0.68% | - |
| XYZ | 11.04 | 6.58 | 40.22 | - |
| YUV | 69.69 | 186.3 | 126.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 51 | 173 | 0.61 | 0.71 | 0 | 0.32 | 247.87 | 0.54 | 0.44 |
| Hex | 43 | 33 | AD | 3D | 47 | 0 | 20 | F8 | 36 | 2C |
| Octal | 103 | 63 | 255 | 75 | 107 | 0 | 40 | 370 | 66 | 54 |
| Binary | 1000011 | 110011 | 10101101 | 111101 | 1000111 | 0 | 100000 | 11111000 | 110110 | 101100 |
Color Harmonies of #4333AD
Complementary color
Monochromatic Colors of #4333AD
Black with #4333AD
Text Example
Text Example
White with #4333AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4333AD; }
p { color: rgb(67,51,173); }
H1.HeaderClassName
{
color: #4333AD;
}
.AnyTagClassName
{
color: #4333AD;
}
</style>
background-color css
<style>
a { background-color: #4333AD; }
a { background-color: rgb(67,51,173); }
div.DivClassName
{
background-color: #4333AD;
}
.BgClassName
{
background-color: #4333AD;
}
</style>
border-color css
<style>
span { border-color: #4333AD; }
span { border-color: rgb(67,51,173); }
td.TdClassName
{
border-color: #4333AD;
}
.TagClassName
{
border-color: #4333AD;
}
</style>