Shades of Blue Diamond #452E65
Tints of Blue Diamond #452E65
RGB
CMYK
RGB Variations
Color information
#452E65 (or 0x452E65) is known color: Blue Diamond. HEX triplet: 45, 2E and 65. RGB value is (69,46,101). Sum of RGB (Red+Green+Blue) = 69+46+101=216 (28% of max value = 765). Red value is 69 (27.34% from 255 or 31.94% from 216); Green value is 46 (18.36% from 255 or 21.30% from 216); Blue value is 101 (39.84% from 255 or 46.76% from 216); Max value from RGB is 101 - color contains mainly: blue. Hex color #452E65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #452E65 is #BAD19A. Grayscale: #3A3A3A. Windows color (decimal): -12243355 or 6630981. OLE color: 6630981.
HSL color Cylindrical-coordinate representation of color #452E65: hue angle of 265.09º degrees, saturation: 0.37, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #452E65 is Cyan = 0.32, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 69 | 46 | 101 | - |
| CMYK | 0.32 | 0.54 | 0 | 0.60 |
| HSL | 265.09º | 0.37% | 0.29% | - |
| HSV(B) | 265.09º | 0.54% | 0.4% | - |
| XYZ | 5.78 | 4.16 | 12.81 | - |
| YUV | 59.15 | 151.62 | 135.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 46 | 101 | 0.32 | 0.54 | 0 | 0.60 | 265.09 | 0.37 | 0.29 |
| Hex | 45 | 2E | 65 | 20 | 36 | 0 | 3C | 109 | 25 | 1D |
| Octal | 105 | 56 | 145 | 40 | 66 | 0 | 74 | 411 | 45 | 35 |
| Binary | 1000101 | 101110 | 1100101 | 100000 | 110110 | 0 | 111100 | 100001001 | 100101 | 11101 |
Color Harmonies of #452E65
Complementary color
Monochromatic Colors of #452E65
Black with #452E65
Text Example
Text Example
White with #452E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452E65; }
p { color: rgb(69,46,101); }
H1.HeaderClassName
{
color: #452E65;
}
.AnyTagClassName
{
color: #452E65;
}
</style>
background-color css
<style>
a { background-color: #452E65; }
a { background-color: rgb(69,46,101); }
div.DivClassName
{
background-color: #452E65;
}
.BgClassName
{
background-color: #452E65;
}
</style>
border-color css
<style>
span { border-color: #452E65; }
span { border-color: rgb(69,46,101); }
td.TdClassName
{
border-color: #452E65;
}
.TagClassName
{
border-color: #452E65;
}
</style>