Shades of Blue Gem #4338AB
Tints of Blue Gem #4338AB
RGB
CMYK
RGB Variations
Color information
#4338AB (or 0x4338AB) is known color: Blue Gem. HEX triplet: 43, 38 and AB. RGB value is (67,56,171). Sum of RGB (Red+Green+Blue) = 67+56+171=294 (38% of max value = 765). Red value is 67 (26.56% from 255 or 22.79% from 294); Green value is 56 (22.27% from 255 or 19.05% from 294); Blue value is 171 (67.19% from 255 or 58.16% from 294); Max value from RGB is 171 - color contains mainly: blue. Hex color #4338AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4338AB is #BCC754. Grayscale: #474747. Windows color (decimal): -12371797 or 11221059. OLE color: 11221059.
HSL color Cylindrical-coordinate representation of color #4338AB: hue angle of 245.74º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4338AB is Cyan = 0.61, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 67 | 56 | 171 | - |
| CMYK | 0.61 | 0.67 | 0 | 0.33 |
| HSL | 245.74º | 0.51% | 0.45% | - |
| HSV(B) | 245.74º | 0.67% | 0.67% | - |
| XYZ | 11.08 | 6.96 | 39.29 | - |
| YUV | 72.4 | 183.64 | 124.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 56 | 171 | 0.61 | 0.67 | 0 | 0.33 | 245.74 | 0.51 | 0.45 |
| Hex | 43 | 38 | AB | 3D | 43 | 0 | 21 | F6 | 33 | 2D |
| Octal | 103 | 70 | 253 | 75 | 103 | 0 | 41 | 366 | 63 | 55 |
| Binary | 1000011 | 111000 | 10101011 | 111101 | 1000011 | 0 | 100001 | 11110110 | 110011 | 101101 |
Color Harmonies of #4338AB
Complementary color
Monochromatic Colors of #4338AB
Black with #4338AB
Text Example
Text Example
White with #4338AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4338AB; }
p { color: rgb(67,56,171); }
H1.HeaderClassName
{
color: #4338AB;
}
.AnyTagClassName
{
color: #4338AB;
}
</style>
background-color css
<style>
a { background-color: #4338AB; }
a { background-color: rgb(67,56,171); }
div.DivClassName
{
background-color: #4338AB;
}
.BgClassName
{
background-color: #4338AB;
}
</style>
border-color css
<style>
span { border-color: #4338AB; }
span { border-color: rgb(67,56,171); }
td.TdClassName
{
border-color: #4338AB;
}
.TagClassName
{
border-color: #4338AB;
}
</style>