Shades of Blue Gem #4338AC
Tints of Blue Gem #4338AC
RGB
CMYK
RGB Variations
Color information
#4338AC (or 0x4338AC) is known color: Blue Gem. HEX triplet: 43, 38 and AC. RGB value is (67,56,172). Sum of RGB (Red+Green+Blue) = 67+56+172=295 (39% of max value = 765). Red value is 67 (26.56% from 255 or 22.71% from 295); Green value is 56 (22.27% from 255 or 18.98% from 295); Blue value is 172 (67.58% from 255 or 58.31% from 295); Max value from RGB is 172 - color contains mainly: blue. Hex color #4338AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4338AC is #BCC753. Grayscale: #484848. Windows color (decimal): -12371796 or 11286595. OLE color: 11286595.
HSL color Cylindrical-coordinate representation of color #4338AC: hue angle of 245.69º 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 #4338AC is Cyan = 0.61, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 67 | 56 | 172 | - |
| CMYK | 0.61 | 0.67 | 0 | 0.33 |
| HSL | 245.69º | 0.51% | 0.45% | - |
| HSV(B) | 245.69º | 0.67% | 0.67% | - |
| XYZ | 11.18 | 7 | 39.79 | - |
| YUV | 72.51 | 184.14 | 124.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 56 | 172 | 0.61 | 0.67 | 0 | 0.33 | 245.69 | 0.51 | 0.45 |
| Hex | 43 | 38 | AC | 3D | 43 | 0 | 21 | F6 | 33 | 2D |
| Octal | 103 | 70 | 254 | 75 | 103 | 0 | 41 | 366 | 63 | 55 |
| Binary | 1000011 | 111000 | 10101100 | 111101 | 1000011 | 0 | 100001 | 11110110 | 110011 | 101101 |
Color Harmonies of #4338AC
Complementary color
Monochromatic Colors of #4338AC
Black with #4338AC
Text Example
Text Example
White with #4338AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4338AC; }
p { color: rgb(67,56,172); }
H1.HeaderClassName
{
color: #4338AC;
}
.AnyTagClassName
{
color: #4338AC;
}
</style>
background-color css
<style>
a { background-color: #4338AC; }
a { background-color: rgb(67,56,172); }
div.DivClassName
{
background-color: #4338AC;
}
.BgClassName
{
background-color: #4338AC;
}
</style>
border-color css
<style>
span { border-color: #4338AC; }
span { border-color: rgb(67,56,172); }
td.TdClassName
{
border-color: #4338AC;
}
.TagClassName
{
border-color: #4338AC;
}
</style>