Shades of Blue Gem #4034B5
Tints of Blue Gem #4034B5
RGB
CMYK
RGB Variations
Color information
#4034B5 (or 0x4034B5) is known color: Blue Gem. HEX triplet: 40, 34 and B5. RGB value is (64,52,181). Sum of RGB (Red+Green+Blue) = 64+52+181=297 (39% of max value = 765). Red value is 64 (25.39% from 255 or 21.55% from 297); Green value is 52 (20.70% from 255 or 17.51% from 297); Blue value is 181 (71.09% from 255 or 60.94% from 297); Max value from RGB is 181 - color contains mainly: blue. Hex color #4034B5 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4034B5 is #BFCB4A. Grayscale: #454545. Windows color (decimal): -12569419 or 11875392. OLE color: 11875392.
HSL color Cylindrical-coordinate representation of color #4034B5: hue angle of 245.58º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4034B5 is Cyan = 0.65, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 64 | 52 | 181 | - |
| CMYK | 0.65 | 0.71 | 0 | 0.29 |
| HSL | 245.58º | 0.55% | 0.46% | - |
| HSV(B) | 245.58º | 0.71% | 0.71% | - |
| XYZ | 11.68 | 6.88 | 44.43 | - |
| YUV | 70.29 | 190.48 | 123.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 52 | 181 | 0.65 | 0.71 | 0 | 0.29 | 245.58 | 0.55 | 0.46 |
| Hex | 40 | 34 | B5 | 41 | 47 | 0 | 1D | F6 | 37 | 2E |
| Octal | 100 | 64 | 265 | 101 | 107 | 0 | 35 | 366 | 67 | 56 |
| Binary | 1000000 | 110100 | 10110101 | 1000001 | 1000111 | 0 | 11101 | 11110110 | 110111 | 101110 |
Color Harmonies of #4034B5
Complementary color
Monochromatic Colors of #4034B5
Black with #4034B5
Text Example
Text Example
White with #4034B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4034B5; }
p { color: rgb(64,52,181); }
H1.HeaderClassName
{
color: #4034B5;
}
.AnyTagClassName
{
color: #4034B5;
}
</style>
background-color css
<style>
a { background-color: #4034B5; }
a { background-color: rgb(64,52,181); }
div.DivClassName
{
background-color: #4034B5;
}
.BgClassName
{
background-color: #4034B5;
}
</style>
border-color css
<style>
span { border-color: #4034B5; }
span { border-color: rgb(64,52,181); }
td.TdClassName
{
border-color: #4034B5;
}
.TagClassName
{
border-color: #4034B5;
}
</style>