Shades of Blue Diamond #45296A
Tints of Blue Diamond #45296A
RGB
CMYK
RGB Variations
Color information
#45296A (or 0x45296A) is known color: Blue Diamond. HEX triplet: 45, 29 and 6A. RGB value is (69,41,106). Sum of RGB (Red+Green+Blue) = 69+41+106=216 (28% of max value = 765). Red value is 69 (27.34% from 255 or 31.94% from 216); Green value is 41 (16.41% from 255 or 18.98% from 216); Blue value is 106 (41.80% from 255 or 49.07% from 216); Max value from RGB is 106 - color contains mainly: blue. Hex color #45296A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #45296A is #BAD695. Grayscale: #383838. Windows color (decimal): -12244630 or 6957381. OLE color: 6957381.
HSL color Cylindrical-coordinate representation of color #45296A: hue angle of 265.85º degrees, saturation: 0.44, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #45296A is Cyan = 0.35, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 69 | 41 | 106 | - |
| CMYK | 0.35 | 0.61 | 0 | 0.58 |
| HSL | 265.85º | 0.44% | 0.29% | - |
| HSV(B) | 265.85º | 0.61% | 0.42% | - |
| XYZ | 5.85 | 3.89 | 14.08 | - |
| YUV | 56.78 | 155.78 | 136.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 41 | 106 | 0.35 | 0.61 | 0 | 0.58 | 265.85 | 0.44 | 0.29 |
| Hex | 45 | 29 | 6A | 23 | 3D | 0 | 3A | 10A | 2C | 1D |
| Octal | 105 | 51 | 152 | 43 | 75 | 0 | 72 | 412 | 54 | 35 |
| Binary | 1000101 | 101001 | 1101010 | 100011 | 111101 | 0 | 111010 | 100001010 | 101100 | 11101 |
Color Harmonies of #45296A
Complementary color
Monochromatic Colors of #45296A
Black with #45296A
Text Example
Text Example
White with #45296A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45296A; }
p { color: rgb(69,41,106); }
H1.HeaderClassName
{
color: #45296A;
}
.AnyTagClassName
{
color: #45296A;
}
</style>
background-color css
<style>
a { background-color: #45296A; }
a { background-color: rgb(69,41,106); }
div.DivClassName
{
background-color: #45296A;
}
.BgClassName
{
background-color: #45296A;
}
</style>
border-color css
<style>
span { border-color: #45296A; }
span { border-color: rgb(69,41,106); }
td.TdClassName
{
border-color: #45296A;
}
.TagClassName
{
border-color: #45296A;
}
</style>