Shades of Blue Gem #4238B2
Tints of Blue Gem #4238B2
RGB
CMYK
RGB Variations
Color information
#4238B2 (or 0x4238B2) is known color: Blue Gem. HEX triplet: 42, 38 and B2. RGB value is (66,56,178). Sum of RGB (Red+Green+Blue) = 66+56+178=300 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22% from 300); Green value is 56 (22.27% from 255 or 18.67% from 300); Blue value is 178 (69.92% from 255 or 59.33% from 300); Max value from RGB is 178 - color contains mainly: blue. Hex color #4238B2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4238B2 is #BDC74D. Grayscale: #484848. Windows color (decimal): -12437326 or 11679810. OLE color: 11679810.
HSL color Cylindrical-coordinate representation of color #4238B2: hue angle of 244.92º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4238B2 is Cyan = 0.63, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 66 | 56 | 178 | - |
| CMYK | 0.63 | 0.69 | 0 | 0.30 |
| HSL | 244.92º | 0.52% | 0.46% | - |
| HSV(B) | 244.92º | 0.69% | 0.7% | - |
| XYZ | 11.7 | 7.2 | 42.89 | - |
| YUV | 72.9 | 187.31 | 123.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 56 | 178 | 0.63 | 0.69 | 0 | 0.30 | 244.92 | 0.52 | 0.46 |
| Hex | 42 | 38 | B2 | 3F | 45 | 0 | 1E | F5 | 34 | 2E |
| Octal | 102 | 70 | 262 | 77 | 105 | 0 | 36 | 365 | 64 | 56 |
| Binary | 1000010 | 111000 | 10110010 | 111111 | 1000101 | 0 | 11110 | 11110101 | 110100 | 101110 |
Color Harmonies of #4238B2
Complementary color
Monochromatic Colors of #4238B2
Black with #4238B2
Text Example
Text Example
White with #4238B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4238B2; }
p { color: rgb(66,56,178); }
H1.HeaderClassName
{
color: #4238B2;
}
.AnyTagClassName
{
color: #4238B2;
}
</style>
background-color css
<style>
a { background-color: #4238B2; }
a { background-color: rgb(66,56,178); }
div.DivClassName
{
background-color: #4238B2;
}
.BgClassName
{
background-color: #4238B2;
}
</style>
border-color css
<style>
span { border-color: #4238B2; }
span { border-color: rgb(66,56,178); }
td.TdClassName
{
border-color: #4238B2;
}
.TagClassName
{
border-color: #4238B2;
}
</style>