Shades of Blue Gem #4338A9
Tints of Blue Gem #4338A9
RGB
CMYK
RGB Variations
Color information
#4338A9 (or 0x4338A9) is known color: Blue Gem. HEX triplet: 43, 38 and A9. RGB value is (67,56,169). Sum of RGB (Red+Green+Blue) = 67+56+169=292 (38% of max value = 765). Red value is 67 (26.56% from 255 or 22.95% from 292); Green value is 56 (22.27% from 255 or 19.18% from 292); Blue value is 169 (66.41% from 255 or 57.88% from 292); Max value from RGB is 169 - color contains mainly: blue. Hex color #4338A9 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4338A9 is #BCC756. Grayscale: #474747. Windows color (decimal): -12371799 or 11089987. OLE color: 11089987.
HSL color Cylindrical-coordinate representation of color #4338A9: hue angle of 245.84º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4338A9 is Cyan = 0.60, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 67 | 56 | 169 | - |
| CMYK | 0.60 | 0.67 | 0 | 0.34 |
| HSL | 245.84º | 0.5% | 0.44% | - |
| HSV(B) | 245.84º | 0.67% | 0.66% | - |
| XYZ | 10.89 | 6.89 | 38.29 | - |
| YUV | 72.17 | 182.64 | 124.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 56 | 169 | 0.60 | 0.67 | 0 | 0.34 | 245.84 | 0.5 | 0.44 |
| Hex | 43 | 38 | A9 | 3C | 43 | 0 | 22 | F6 | 32 | 2C |
| Octal | 103 | 70 | 251 | 74 | 103 | 0 | 42 | 366 | 62 | 54 |
| Binary | 1000011 | 111000 | 10101001 | 111100 | 1000011 | 0 | 100010 | 11110110 | 110010 | 101100 |
Color Harmonies of #4338A9
Complementary color
Monochromatic Colors of #4338A9
Black with #4338A9
Text Example
Text Example
White with #4338A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4338A9; }
p { color: rgb(67,56,169); }
H1.HeaderClassName
{
color: #4338A9;
}
.AnyTagClassName
{
color: #4338A9;
}
</style>
background-color css
<style>
a { background-color: #4338A9; }
a { background-color: rgb(67,56,169); }
div.DivClassName
{
background-color: #4338A9;
}
.BgClassName
{
background-color: #4338A9;
}
</style>
border-color css
<style>
span { border-color: #4338A9; }
span { border-color: rgb(67,56,169); }
td.TdClassName
{
border-color: #4338A9;
}
.TagClassName
{
border-color: #4338A9;
}
</style>