Shades of Blue Gem #4236A8
Tints of Blue Gem #4236A8
RGB
CMYK
RGB Variations
Color information
#4236A8 (or 0x4236A8) is known color: Blue Gem. HEX triplet: 42, 36 and A8. RGB value is (66,54,168). Sum of RGB (Red+Green+Blue) = 66+54+168=288 (38% of max value = 765). Red value is 66 (26.17% from 255 or 22.92% from 288); Green value is 54 (21.48% from 255 or 18.75% from 288); Blue value is 168 (66.02% from 255 or 58.33% from 288); Max value from RGB is 168 - color contains mainly: blue. Hex color #4236A8 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4236A8 is #BDC957. Grayscale: #464646. Windows color (decimal): -12437848 or 11023938. OLE color: 11023938.
HSL color Cylindrical-coordinate representation of color #4236A8: hue angle of 246.32º degrees, saturation: 0.51, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4236A8 is Cyan = 0.61, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 66 | 54 | 168 | - |
| CMYK | 0.61 | 0.68 | 0 | 0.34 |
| HSL | 246.32º | 0.51% | 0.44% | - |
| HSV(B) | 246.32º | 0.68% | 0.66% | - |
| XYZ | 10.63 | 6.62 | 37.76 | - |
| YUV | 70.58 | 182.98 | 124.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 54 | 168 | 0.61 | 0.68 | 0 | 0.34 | 246.32 | 0.51 | 0.44 |
| Hex | 42 | 36 | A8 | 3D | 44 | 0 | 22 | F6 | 33 | 2C |
| Octal | 102 | 66 | 250 | 75 | 104 | 0 | 42 | 366 | 63 | 54 |
| Binary | 1000010 | 110110 | 10101000 | 111101 | 1000100 | 0 | 100010 | 11110110 | 110011 | 101100 |
Color Harmonies of #4236A8
Complementary color
Monochromatic Colors of #4236A8
Black with #4236A8
Text Example
Text Example
White with #4236A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4236A8; }
p { color: rgb(66,54,168); }
H1.HeaderClassName
{
color: #4236A8;
}
.AnyTagClassName
{
color: #4236A8;
}
</style>
background-color css
<style>
a { background-color: #4236A8; }
a { background-color: rgb(66,54,168); }
div.DivClassName
{
background-color: #4236A8;
}
.BgClassName
{
background-color: #4236A8;
}
</style>
border-color css
<style>
span { border-color: #4236A8; }
span { border-color: rgb(66,54,168); }
td.TdClassName
{
border-color: #4236A8;
}
.TagClassName
{
border-color: #4236A8;
}
</style>