Shades of Blue Gem #483384
Tints of Blue Gem #483384
RGB
CMYK
RGB Variations
Color information
#483384 (or 0x483384) is known color: Blue Gem. HEX triplet: 48, 33 and 84. RGB value is (72,51,132). Sum of RGB (Red+Green+Blue) = 72+51+132=255 (33% of max value = 765). Red value is 72 (28.52% from 255 or 28.24% from 255); Green value is 51 (20.31% from 255 or 20% from 255); Blue value is 132 (51.95% from 255 or 51.76% from 255); Max value from RGB is 132 - color contains mainly: blue. Hex color #483384 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #483384 is #B7CC7B. Grayscale: #424242. Windows color (decimal): -12045436 or 8663880. OLE color: 8663880.
HSL color Cylindrical-coordinate representation of color #483384: hue angle of 255.56º degrees, saturation: 0.44, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #483384 is Cyan = 0.45, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 72 | 51 | 132 | - |
| CMYK | 0.45 | 0.61 | 0 | 0.48 |
| HSL | 255.56º | 0.44% | 0.36% | - |
| HSV(B) | 255.56º | 0.61% | 0.52% | - |
| XYZ | 8.02 | 5.41 | 22.45 | - |
| YUV | 66.51 | 164.96 | 131.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 72 | 51 | 132 | 0.45 | 0.61 | 0 | 0.48 | 255.56 | 0.44 | 0.36 |
| Hex | 48 | 33 | 84 | 2D | 3D | 0 | 30 | 100 | 2C | 24 |
| Octal | 110 | 63 | 204 | 55 | 75 | 0 | 60 | 400 | 54 | 44 |
| Binary | 1001000 | 110011 | 10000100 | 101101 | 111101 | 0 | 110000 | 100000000 | 101100 | 100100 |
Color Harmonies of #483384
Complementary color
Monochromatic Colors of #483384
Black with #483384
Text Example
Text Example
White with #483384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #483384; }
p { color: rgb(72,51,132); }
H1.HeaderClassName
{
color: #483384;
}
.AnyTagClassName
{
color: #483384;
}
</style>
background-color css
<style>
a { background-color: #483384; }
a { background-color: rgb(72,51,132); }
div.DivClassName
{
background-color: #483384;
}
.BgClassName
{
background-color: #483384;
}
</style>
border-color css
<style>
span { border-color: #483384; }
span { border-color: rgb(72,51,132); }
td.TdClassName
{
border-color: #483384;
}
.TagClassName
{
border-color: #483384;
}
</style>