Shades of Blue Gem #4025A3
Tints of Blue Gem #4025A3
RGB
CMYK
RGB Variations
Color information
#4025A3 (or 0x4025A3) is known color: Blue Gem. HEX triplet: 40, 25 and A3. RGB value is (64,37,163). Sum of RGB (Red+Green+Blue) = 64+37+163=264 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.24% from 264); Green value is 37 (14.84% from 255 or 14.02% from 264); Blue value is 163 (64.06% from 255 or 61.74% from 264); Max value from RGB is 163 - color contains mainly: blue. Hex color #4025A3 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4025A3 is #BFDA5C. Grayscale: #3A3A3A. Windows color (decimal): -12573277 or 10691904. OLE color: 10691904.
HSL color Cylindrical-coordinate representation of color #4025A3: hue angle of 252.86º degrees, saturation: 0.63, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #4025A3 is Cyan = 0.61, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 64 | 37 | 163 | - |
| CMYK | 0.61 | 0.77 | 0 | 0.36 |
| HSL | 252.86º | 0.63% | 0.39% | - |
| HSV(B) | 252.86º | 0.77% | 0.64% | - |
| XYZ | 9.39 | 5.06 | 35.13 | - |
| YUV | 59.44 | 186.45 | 131.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 37 | 163 | 0.61 | 0.77 | 0 | 0.36 | 252.86 | 0.63 | 0.39 |
| Hex | 40 | 25 | A3 | 3D | 4D | 0 | 24 | FD | 3F | 27 |
| Octal | 100 | 45 | 243 | 75 | 115 | 0 | 44 | 375 | 77 | 47 |
| Binary | 1000000 | 100101 | 10100011 | 111101 | 1001101 | 0 | 100100 | 11111101 | 111111 | 100111 |
Color Harmonies of #4025A3
Complementary color
Monochromatic Colors of #4025A3
Black with #4025A3
Text Example
Text Example
White with #4025A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4025A3; }
p { color: rgb(64,37,163); }
H1.HeaderClassName
{
color: #4025A3;
}
.AnyTagClassName
{
color: #4025A3;
}
</style>
background-color css
<style>
a { background-color: #4025A3; }
a { background-color: rgb(64,37,163); }
div.DivClassName
{
background-color: #4025A3;
}
.BgClassName
{
background-color: #4025A3;
}
</style>
border-color css
<style>
span { border-color: #4025A3; }
span { border-color: rgb(64,37,163); }
td.TdClassName
{
border-color: #4025A3;
}
.TagClassName
{
border-color: #4025A3;
}
</style>