Shades of Blue Gem #4236B4
Tints of Blue Gem #4236B4
RGB
CMYK
RGB Variations
Color information
#4236B4 (or 0x4236B4) is known color: Blue Gem. HEX triplet: 42, 36 and B4. RGB value is (66,54,180). Sum of RGB (Red+Green+Blue) = 66+54+180=300 (39% of max value = 765). Red value is 66 (26.17% from 255 or 22% from 300); Green value is 54 (21.48% from 255 or 18% from 300); Blue value is 180 (70.70% from 255 or 60% from 300); Max value from RGB is 180 - color contains mainly: blue. Hex color #4236B4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4236B4 is #BDC94B. Grayscale: #474747. Windows color (decimal): -12437836 or 11810370. OLE color: 11810370.
HSL color Cylindrical-coordinate representation of color #4236B4: hue angle of 245.71º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4236B4 is Cyan = 0.63, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 66 | 54 | 180 | - |
| CMYK | 0.63 | 0.7 | 0 | 0.29 |
| HSL | 245.71º | 0.54% | 0.46% | - |
| HSV(B) | 245.71º | 0.7% | 0.71% | - |
| XYZ | 11.8 | 7.09 | 43.93 | - |
| YUV | 71.95 | 188.98 | 123.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 54 | 180 | 0.63 | 0.7 | 0 | 0.29 | 245.71 | 0.54 | 0.46 |
| Hex | 42 | 36 | B4 | 3F | 46 | 0 | 1D | F6 | 36 | 2E |
| Octal | 102 | 66 | 264 | 77 | 106 | 0 | 35 | 366 | 66 | 56 |
| Binary | 1000010 | 110110 | 10110100 | 111111 | 1000110 | 0 | 11101 | 11110110 | 110110 | 101110 |
Color Harmonies of #4236B4
Complementary color
Monochromatic Colors of #4236B4
Black with #4236B4
Text Example
Text Example
White with #4236B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4236B4; }
p { color: rgb(66,54,180); }
H1.HeaderClassName
{
color: #4236B4;
}
.AnyTagClassName
{
color: #4236B4;
}
</style>
background-color css
<style>
a { background-color: #4236B4; }
a { background-color: rgb(66,54,180); }
div.DivClassName
{
background-color: #4236B4;
}
.BgClassName
{
background-color: #4236B4;
}
</style>
border-color css
<style>
span { border-color: #4236B4; }
span { border-color: rgb(66,54,180); }
td.TdClassName
{
border-color: #4236B4;
}
.TagClassName
{
border-color: #4236B4;
}
</style>