Shades of Blue Gem #4238AC
Tints of Blue Gem #4238AC
RGB
CMYK
RGB Variations
Color information
#4238AC (or 0x4238AC) is known color: Blue Gem. HEX triplet: 42, 38 and AC. RGB value is (66,56,172). Sum of RGB (Red+Green+Blue) = 66+56+172=294 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.45% from 294); Green value is 56 (22.27% from 255 or 19.05% from 294); Blue value is 172 (67.58% from 255 or 58.50% from 294); Max value from RGB is 172 - color contains mainly: blue. Hex color #4238AC is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4238AC is #BDC753. Grayscale: #474747. Windows color (decimal): -12437332 or 11286594. OLE color: 11286594.
HSL color Cylindrical-coordinate representation of color #4238AC: hue angle of 245.17º 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 #4238AC is Cyan = 0.62, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 66 | 56 | 172 | - |
| CMYK | 0.62 | 0.67 | 0 | 0.33 |
| HSL | 245.17º | 0.51% | 0.45% | - |
| HSV(B) | 245.17º | 0.67% | 0.67% | - |
| XYZ | 11.11 | 6.97 | 39.79 | - |
| YUV | 72.21 | 184.31 | 123.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 56 | 172 | 0.62 | 0.67 | 0 | 0.33 | 245.17 | 0.51 | 0.45 |
| Hex | 42 | 38 | AC | 3E | 43 | 0 | 21 | F5 | 33 | 2D |
| Octal | 102 | 70 | 254 | 76 | 103 | 0 | 41 | 365 | 63 | 55 |
| Binary | 1000010 | 111000 | 10101100 | 111110 | 1000011 | 0 | 100001 | 11110101 | 110011 | 101101 |
Color Harmonies of #4238AC
Complementary color
Monochromatic Colors of #4238AC
Black with #4238AC
Text Example
Text Example
White with #4238AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4238AC; }
p { color: rgb(66,56,172); }
H1.HeaderClassName
{
color: #4238AC;
}
.AnyTagClassName
{
color: #4238AC;
}
</style>
background-color css
<style>
a { background-color: #4238AC; }
a { background-color: rgb(66,56,172); }
div.DivClassName
{
background-color: #4238AC;
}
.BgClassName
{
background-color: #4238AC;
}
</style>
border-color css
<style>
span { border-color: #4238AC; }
span { border-color: rgb(66,56,172); }
td.TdClassName
{
border-color: #4238AC;
}
.TagClassName
{
border-color: #4238AC;
}
</style>