Shades of Blue Gem #4236AB
Tints of Blue Gem #4236AB
RGB
CMYK
RGB Variations
Color information
#4236AB (or 0x4236AB) is known color: Blue Gem. HEX triplet: 42, 36 and AB. RGB value is (66,54,171). Sum of RGB (Red+Green+Blue) = 66+54+171=291 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.68% from 291); Green value is 54 (21.48% from 255 or 18.56% from 291); Blue value is 171 (67.19% from 255 or 58.76% from 291); Max value from RGB is 171 - color contains mainly: blue. Hex color #4236AB is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4236AB is #BDC954. Grayscale: #464646. Windows color (decimal): -12437845 or 11220546. OLE color: 11220546.
HSL color Cylindrical-coordinate representation of color #4236AB: hue angle of 246.15º degrees, saturation: 0.52, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4236AB is Cyan = 0.61, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 66 | 54 | 171 | - |
| CMYK | 0.61 | 0.68 | 0 | 0.33 |
| HSL | 246.15º | 0.52% | 0.44% | - |
| HSV(B) | 246.15º | 0.68% | 0.67% | - |
| XYZ | 10.92 | 6.74 | 39.25 | - |
| YUV | 70.93 | 184.48 | 124.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 54 | 171 | 0.61 | 0.68 | 0 | 0.33 | 246.15 | 0.52 | 0.44 |
| Hex | 42 | 36 | AB | 3D | 44 | 0 | 21 | F6 | 34 | 2C |
| Octal | 102 | 66 | 253 | 75 | 104 | 0 | 41 | 366 | 64 | 54 |
| Binary | 1000010 | 110110 | 10101011 | 111101 | 1000100 | 0 | 100001 | 11110110 | 110100 | 101100 |
Color Harmonies of #4236AB
Complementary color
Monochromatic Colors of #4236AB
Black with #4236AB
Text Example
Text Example
White with #4236AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4236AB; }
p { color: rgb(66,54,171); }
H1.HeaderClassName
{
color: #4236AB;
}
.AnyTagClassName
{
color: #4236AB;
}
</style>
background-color css
<style>
a { background-color: #4236AB; }
a { background-color: rgb(66,54,171); }
div.DivClassName
{
background-color: #4236AB;
}
.BgClassName
{
background-color: #4236AB;
}
</style>
border-color css
<style>
span { border-color: #4236AB; }
span { border-color: rgb(66,54,171); }
td.TdClassName
{
border-color: #4236AB;
}
.TagClassName
{
border-color: #4236AB;
}
</style>