Shades of Blue Gem #4338AA
Tints of Blue Gem #4338AA
RGB
CMYK
RGB Variations
Color information
#4338AA (or 0x4338AA) is known color: Blue Gem. HEX triplet: 43, 38 and AA. RGB value is (67,56,170). Sum of RGB (Red+Green+Blue) = 67+56+170=293 (38% of max value = 765). Red value is 67 (26.56% from 255 or 22.87% from 293); Green value is 56 (22.27% from 255 or 19.11% from 293); Blue value is 170 (66.80% from 255 or 58.02% from 293); Max value from RGB is 170 - color contains mainly: blue. Hex color #4338AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4338AA is #BCC755. Grayscale: #474747. Windows color (decimal): -12371798 or 11155523. OLE color: 11155523.
HSL color Cylindrical-coordinate representation of color #4338AA: hue angle of 245.79º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4338AA is Cyan = 0.61, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 67 | 56 | 170 | - |
| CMYK | 0.61 | 0.67 | 0 | 0.33 |
| HSL | 245.79º | 0.5% | 0.44% | - |
| HSV(B) | 245.79º | 0.67% | 0.67% | - |
| XYZ | 10.98 | 6.92 | 38.79 | - |
| YUV | 72.29 | 183.14 | 124.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 56 | 170 | 0.61 | 0.67 | 0 | 0.33 | 245.79 | 0.5 | 0.44 |
| Hex | 43 | 38 | AA | 3D | 43 | 0 | 21 | F6 | 32 | 2C |
| Octal | 103 | 70 | 252 | 75 | 103 | 0 | 41 | 366 | 62 | 54 |
| Binary | 1000011 | 111000 | 10101010 | 111101 | 1000011 | 0 | 100001 | 11110110 | 110010 | 101100 |
Color Harmonies of #4338AA
Complementary color
Monochromatic Colors of #4338AA
Black with #4338AA
Text Example
Text Example
White with #4338AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4338AA; }
p { color: rgb(67,56,170); }
H1.HeaderClassName
{
color: #4338AA;
}
.AnyTagClassName
{
color: #4338AA;
}
</style>
background-color css
<style>
a { background-color: #4338AA; }
a { background-color: rgb(67,56,170); }
div.DivClassName
{
background-color: #4338AA;
}
.BgClassName
{
background-color: #4338AA;
}
</style>
border-color css
<style>
span { border-color: #4338AA; }
span { border-color: rgb(67,56,170); }
td.TdClassName
{
border-color: #4338AA;
}
.TagClassName
{
border-color: #4338AA;
}
</style>