Shades of Blue Gem #4238AB
Tints of Blue Gem #4238AB
RGB
CMYK
RGB Variations
Color information
#4238AB (or 0x4238AB) is known color: Blue Gem. HEX triplet: 42, 38 and AB. RGB value is (66,56,171). Sum of RGB (Red+Green+Blue) = 66+56+171=293 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.53% from 293); Green value is 56 (22.27% from 255 or 19.11% from 293); Blue value is 171 (67.19% from 255 or 58.36% from 293); Max value from RGB is 171 - color contains mainly: blue. Hex color #4238AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4238AB is #BDC754. Grayscale: #474747. Windows color (decimal): -12437333 or 11221058. OLE color: 11221058.
HSL color Cylindrical-coordinate representation of color #4238AB: hue angle of 245.22º 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 #4238AB is Cyan = 0.61, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 66 | 56 | 171 | - |
| CMYK | 0.61 | 0.67 | 0 | 0.33 |
| HSL | 245.22º | 0.51% | 0.45% | - |
| HSV(B) | 245.22º | 0.67% | 0.67% | - |
| XYZ | 11.01 | 6.93 | 39.28 | - |
| YUV | 72.1 | 183.81 | 123.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 56 | 171 | 0.61 | 0.67 | 0 | 0.33 | 245.22 | 0.51 | 0.45 |
| Hex | 42 | 38 | AB | 3D | 43 | 0 | 21 | F5 | 33 | 2D |
| Octal | 102 | 70 | 253 | 75 | 103 | 0 | 41 | 365 | 63 | 55 |
| Binary | 1000010 | 111000 | 10101011 | 111101 | 1000011 | 0 | 100001 | 11110101 | 110011 | 101101 |
Color Harmonies of #4238AB
Complementary color
Monochromatic Colors of #4238AB
Black with #4238AB
Text Example
Text Example
White with #4238AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4238AB; }
p { color: rgb(66,56,171); }
H1.HeaderClassName
{
color: #4238AB;
}
.AnyTagClassName
{
color: #4238AB;
}
</style>
background-color css
<style>
a { background-color: #4238AB; }
a { background-color: rgb(66,56,171); }
div.DivClassName
{
background-color: #4238AB;
}
.BgClassName
{
background-color: #4238AB;
}
</style>
border-color css
<style>
span { border-color: #4238AB; }
span { border-color: rgb(66,56,171); }
td.TdClassName
{
border-color: #4238AB;
}
.TagClassName
{
border-color: #4238AB;
}
</style>