Shades of Blue Gem #3628A4
Tints of Blue Gem #3628A4
RGB
CMYK
RGB Variations
Color information
#3628A4 (or 0x3628A4) is known color: Blue Gem. HEX triplet: 36, 28 and A4. RGB value is (54,40,164). Sum of RGB (Red+Green+Blue) = 54+40+164=258 (34% of max value = 765). Red value is 54 (21.48% from 255 or 20.93% from 258); Green value is 40 (16.02% from 255 or 15.50% from 258); Blue value is 164 (64.45% from 255 or 63.57% from 258); Max value from RGB is 164 - color contains mainly: blue. Hex color #3628A4 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #3628A4 is #C9D75B. Grayscale: #393939. Windows color (decimal): -13227868 or 10758198. OLE color: 10758198.
HSL color Cylindrical-coordinate representation of color #3628A4: hue angle of 246.77º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3628A4 is Cyan = 0.67, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 54 | 40 | 164 | - |
| CMYK | 0.67 | 0.76 | 0 | 0.36 |
| HSL | 246.77º | 0.61% | 0.4% | - |
| HSV(B) | 246.77º | 0.76% | 0.64% | - |
| XYZ | 8.98 | 4.98 | 35.61 | - |
| YUV | 58.32 | 187.64 | 124.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 40 | 164 | 0.67 | 0.76 | 0 | 0.36 | 246.77 | 0.61 | 0.4 |
| Hex | 36 | 28 | A4 | 43 | 4C | 0 | 24 | F7 | 3D | 28 |
| Octal | 66 | 50 | 244 | 103 | 114 | 0 | 44 | 367 | 75 | 50 |
| Binary | 110110 | 101000 | 10100100 | 1000011 | 1001100 | 0 | 100100 | 11110111 | 111101 | 101000 |
Color Harmonies of #3628A4
Complementary color
Monochromatic Colors of #3628A4
Black with #3628A4
Text Example
Text Example
White with #3628A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3628A4; }
p { color: rgb(54,40,164); }
H1.HeaderClassName
{
color: #3628A4;
}
.AnyTagClassName
{
color: #3628A4;
}
</style>
background-color css
<style>
a { background-color: #3628A4; }
a { background-color: rgb(54,40,164); }
div.DivClassName
{
background-color: #3628A4;
}
.BgClassName
{
background-color: #3628A4;
}
</style>
border-color css
<style>
span { border-color: #3628A4; }
span { border-color: rgb(54,40,164); }
td.TdClassName
{
border-color: #3628A4;
}
.TagClassName
{
border-color: #3628A4;
}
</style>