Shades of Blue Diamond #452373
Tints of Blue Diamond #452373
RGB
CMYK
RGB Variations
Color information
#452373 (or 0x452373) is known color: Blue Diamond. HEX triplet: 45, 23 and 73. RGB value is (69,35,115). Sum of RGB (Red+Green+Blue) = 69+35+115=219 (29% of max value = 765). Red value is 69 (27.34% from 255 or 31.51% from 219); Green value is 35 (14.06% from 255 or 15.98% from 219); Blue value is 115 (45.31% from 255 or 52.51% from 219); Max value from RGB is 115 - color contains mainly: blue. Hex color #452373 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #452373 is #BADC8C. Grayscale: #353535. Windows color (decimal): -12246157 or 7545669. OLE color: 7545669.
HSL color Cylindrical-coordinate representation of color #452373: hue angle of 265.5º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #452373 is Cyan = 0.4, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 69 | 35 | 115 | - |
| CMYK | 0.4 | 0.70 | 0 | 0.55 |
| HSL | 265.5º | 0.53% | 0.29% | - |
| HSV(B) | 265.5º | 0.7% | 0.45% | - |
| XYZ | 6.15 | 3.71 | 16.61 | - |
| YUV | 54.29 | 162.26 | 138.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 35 | 115 | 0.4 | 0.70 | 0 | 0.55 | 265.5 | 0.53 | 0.29 |
| Hex | 45 | 23 | 73 | 28 | 46 | 0 | 37 | 10A | 35 | 1D |
| Octal | 105 | 43 | 163 | 50 | 106 | 0 | 67 | 412 | 65 | 35 |
| Binary | 1000101 | 100011 | 1110011 | 101000 | 1000110 | 0 | 110111 | 100001010 | 110101 | 11101 |
Color Harmonies of #452373
Complementary color
Monochromatic Colors of #452373
Black with #452373
Text Example
Text Example
White with #452373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452373; }
p { color: rgb(69,35,115); }
H1.HeaderClassName
{
color: #452373;
}
.AnyTagClassName
{
color: #452373;
}
</style>
background-color css
<style>
a { background-color: #452373; }
a { background-color: rgb(69,35,115); }
div.DivClassName
{
background-color: #452373;
}
.BgClassName
{
background-color: #452373;
}
</style>
border-color css
<style>
span { border-color: #452373; }
span { border-color: rgb(69,35,115); }
td.TdClassName
{
border-color: #452373;
}
.TagClassName
{
border-color: #452373;
}
</style>