Shades of Blue Gem #4325AD
Tints of Blue Gem #4325AD
RGB
CMYK
RGB Variations
Color information
#4325AD (or 0x4325AD) is known color: Blue Gem. HEX triplet: 43, 25 and AD. RGB value is (67,37,173). Sum of RGB (Red+Green+Blue) = 67+37+173=277 (36% of max value = 765). Red value is 67 (26.56% from 255 or 24.19% from 277); Green value is 37 (14.84% from 255 or 13.36% from 277); Blue value is 173 (67.97% from 255 or 62.45% from 277); Max value from RGB is 173 - color contains mainly: blue. Hex color #4325AD is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4325AD is #BCDA52. Grayscale: #3C3C3C. Windows color (decimal): -12376659 or 11347267. OLE color: 11347267.
HSL color Cylindrical-coordinate representation of color #4325AD: hue angle of 253.24º degrees, saturation: 0.65, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4325AD is Cyan = 0.61, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 67 | 37 | 173 | - |
| CMYK | 0.61 | 0.79 | 0 | 0.32 |
| HSL | 253.24º | 0.65% | 0.41% | - |
| HSV(B) | 253.24º | 0.79% | 0.68% | - |
| XYZ | 10.52 | 5.53 | 40.05 | - |
| YUV | 61.47 | 190.94 | 131.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 37 | 173 | 0.61 | 0.79 | 0 | 0.32 | 253.24 | 0.65 | 0.41 |
| Hex | 43 | 25 | AD | 3D | 4F | 0 | 20 | FD | 41 | 29 |
| Octal | 103 | 45 | 255 | 75 | 117 | 0 | 40 | 375 | 101 | 51 |
| Binary | 1000011 | 100101 | 10101101 | 111101 | 1001111 | 0 | 100000 | 11111101 | 1000001 | 101001 |
Color Harmonies of #4325AD
Complementary color
Monochromatic Colors of #4325AD
Black with #4325AD
Text Example
Text Example
White with #4325AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4325AD; }
p { color: rgb(67,37,173); }
H1.HeaderClassName
{
color: #4325AD;
}
.AnyTagClassName
{
color: #4325AD;
}
</style>
background-color css
<style>
a { background-color: #4325AD; }
a { background-color: rgb(67,37,173); }
div.DivClassName
{
background-color: #4325AD;
}
.BgClassName
{
background-color: #4325AD;
}
</style>
border-color css
<style>
span { border-color: #4325AD; }
span { border-color: rgb(67,37,173); }
td.TdClassName
{
border-color: #4325AD;
}
.TagClassName
{
border-color: #4325AD;
}
</style>