Shades of Blue Gem #4238AD
Tints of Blue Gem #4238AD
RGB
CMYK
RGB Variations
Color information
#4238AD (or 0x4238AD) is known color: Blue Gem. HEX triplet: 42, 38 and AD. RGB value is (66,56,173). Sum of RGB (Red+Green+Blue) = 66+56+173=295 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22.37% from 295); Green value is 56 (22.27% from 255 or 18.98% from 295); Blue value is 173 (67.97% from 255 or 58.64% from 295); Max value from RGB is 173 - color contains mainly: blue. Hex color #4238AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4238AD is #BDC752. Grayscale: #474747. Windows color (decimal): -12437331 or 11352130. OLE color: 11352130.
HSL color Cylindrical-coordinate representation of color #4238AD: hue angle of 245.13º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4238AD is Cyan = 0.62, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 66 | 56 | 173 | - |
| CMYK | 0.62 | 0.68 | 0 | 0.32 |
| HSL | 245.13º | 0.51% | 0.45% | - |
| HSV(B) | 245.13º | 0.68% | 0.68% | - |
| XYZ | 11.2 | 7 | 40.3 | - |
| YUV | 72.33 | 184.81 | 123.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 56 | 173 | 0.62 | 0.68 | 0 | 0.32 | 245.13 | 0.51 | 0.45 |
| Hex | 42 | 38 | AD | 3E | 44 | 0 | 20 | F5 | 33 | 2D |
| Octal | 102 | 70 | 255 | 76 | 104 | 0 | 40 | 365 | 63 | 55 |
| Binary | 1000010 | 111000 | 10101101 | 111110 | 1000100 | 0 | 100000 | 11110101 | 110011 | 101101 |
Color Harmonies of #4238AD
Complementary color
Monochromatic Colors of #4238AD
Black with #4238AD
Text Example
Text Example
White with #4238AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4238AD; }
p { color: rgb(66,56,173); }
H1.HeaderClassName
{
color: #4238AD;
}
.AnyTagClassName
{
color: #4238AD;
}
</style>
background-color css
<style>
a { background-color: #4238AD; }
a { background-color: rgb(66,56,173); }
div.DivClassName
{
background-color: #4238AD;
}
.BgClassName
{
background-color: #4238AD;
}
</style>
border-color css
<style>
span { border-color: #4238AD; }
span { border-color: rgb(66,56,173); }
td.TdClassName
{
border-color: #4238AD;
}
.TagClassName
{
border-color: #4238AD;
}
</style>