Shades of Blue Diamond #452273
Tints of Blue Diamond #452273
RGB
CMYK
RGB Variations
Color information
#452273 (or 0x452273) is known color: Blue Diamond. HEX triplet: 45, 22 and 73. RGB value is (69,34,115). Sum of RGB (Red+Green+Blue) = 69+34+115=218 (28% of max value = 765). Red value is 69 (27.34% from 255 or 31.65% from 218); Green value is 34 (13.67% from 255 or 15.60% from 218); Blue value is 115 (45.31% from 255 or 52.75% from 218); Max value from RGB is 115 - color contains mainly: blue. Hex color #452273 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #452273 is #BADD8C. Grayscale: #353535. Windows color (decimal): -12246413 or 7545413. OLE color: 7545413.
HSL color Cylindrical-coordinate representation of color #452273: hue angle of 265.93º degrees, saturation: 0.54, 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 #452273 is Cyan = 0.4, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 69 | 34 | 115 | - |
| CMYK | 0.4 | 0.70 | 0 | 0.55 |
| HSL | 265.93º | 0.54% | 0.29% | - |
| HSV(B) | 265.93º | 0.7% | 0.45% | - |
| XYZ | 6.12 | 3.65 | 16.6 | - |
| YUV | 53.7 | 162.6 | 138.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 34 | 115 | 0.4 | 0.70 | 0 | 0.55 | 265.93 | 0.54 | 0.29 |
| Hex | 45 | 22 | 73 | 28 | 46 | 0 | 37 | 10A | 36 | 1D |
| Octal | 105 | 42 | 163 | 50 | 106 | 0 | 67 | 412 | 66 | 35 |
| Binary | 1000101 | 100010 | 1110011 | 101000 | 1000110 | 0 | 110111 | 100001010 | 110110 | 11101 |
Color Harmonies of #452273
Complementary color
Monochromatic Colors of #452273
Black with #452273
Text Example
Text Example
White with #452273
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452273; }
p { color: rgb(69,34,115); }
H1.HeaderClassName
{
color: #452273;
}
.AnyTagClassName
{
color: #452273;
}
</style>
background-color css
<style>
a { background-color: #452273; }
a { background-color: rgb(69,34,115); }
div.DivClassName
{
background-color: #452273;
}
.BgClassName
{
background-color: #452273;
}
</style>
border-color css
<style>
span { border-color: #452273; }
span { border-color: rgb(69,34,115); }
td.TdClassName
{
border-color: #452273;
}
.TagClassName
{
border-color: #452273;
}
</style>