Shades of Blue Diamond #45296D
Tints of Blue Diamond #45296D
RGB
CMYK
RGB Variations
Color information
#45296D (or 0x45296D) is known color: Blue Diamond. HEX triplet: 45, 29 and 6D. RGB value is (69,41,109). Sum of RGB (Red+Green+Blue) = 69+41+109=219 (29% of max value = 765). Red value is 69 (27.34% from 255 or 31.51% from 219); Green value is 41 (16.41% from 255 or 18.72% from 219); Blue value is 109 (42.97% from 255 or 49.77% from 219); Max value from RGB is 109 - color contains mainly: blue. Hex color #45296D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45296D is #BAD692. Grayscale: #383838. Windows color (decimal): -12244627 or 7153989. OLE color: 7153989.
HSL color Cylindrical-coordinate representation of color #45296D: hue angle of 264.71º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #45296D is Cyan = 0.37, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 69 | 41 | 109 | - |
| CMYK | 0.37 | 0.62 | 0 | 0.57 |
| HSL | 264.71º | 0.45% | 0.29% | - |
| HSV(B) | 264.71º | 0.62% | 0.43% | - |
| XYZ | 6.01 | 3.96 | 14.91 | - |
| YUV | 57.12 | 157.28 | 136.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 41 | 109 | 0.37 | 0.62 | 0 | 0.57 | 264.71 | 0.45 | 0.29 |
| Hex | 45 | 29 | 6D | 25 | 3E | 0 | 39 | 109 | 2D | 1D |
| Octal | 105 | 51 | 155 | 45 | 76 | 0 | 71 | 411 | 55 | 35 |
| Binary | 1000101 | 101001 | 1101101 | 100101 | 111110 | 0 | 111001 | 100001001 | 101101 | 11101 |
Color Harmonies of #45296D
Complementary color
Monochromatic Colors of #45296D
Black with #45296D
Text Example
Text Example
White with #45296D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45296D; }
p { color: rgb(69,41,109); }
H1.HeaderClassName
{
color: #45296D;
}
.AnyTagClassName
{
color: #45296D;
}
</style>
background-color css
<style>
a { background-color: #45296D; }
a { background-color: rgb(69,41,109); }
div.DivClassName
{
background-color: #45296D;
}
.BgClassName
{
background-color: #45296D;
}
</style>
border-color css
<style>
span { border-color: #45296D; }
span { border-color: rgb(69,41,109); }
td.TdClassName
{
border-color: #45296D;
}
.TagClassName
{
border-color: #45296D;
}
</style>