Shades of Blue Diamond #452C60
Tints of Blue Diamond #452C60
RGB
CMYK
RGB Variations
Color information
#452C60 (or 0x452C60) is known color: Blue Diamond. HEX triplet: 45, 2C and 60. RGB value is (69,44,96). Sum of RGB (Red+Green+Blue) = 69+44+96=209 (27% of max value = 765). Red value is 69 (27.34% from 255 or 33.01% from 209); Green value is 44 (17.58% from 255 or 21.05% from 209); Blue value is 96 (37.89% from 255 or 45.93% from 209); Max value from RGB is 96 - color contains mainly: blue. Hex color #452C60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #452C60 is #BAD39F. Grayscale: #393939. Windows color (decimal): -12243872 or 6302789. OLE color: 6302789.
HSL color Cylindrical-coordinate representation of color #452C60: hue angle of 268.85º degrees, saturation: 0.37, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #452C60 is Cyan = 0.28, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 69 | 44 | 96 | - |
| CMYK | 0.28 | 0.54 | 0 | 0.62 |
| HSL | 268.85º | 0.37% | 0.27% | - |
| HSV(B) | 268.85º | 0.54% | 0.38% | - |
| XYZ | 5.47 | 3.91 | 11.53 | - |
| YUV | 57.4 | 149.78 | 136.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 44 | 96 | 0.28 | 0.54 | 0 | 0.62 | 268.85 | 0.37 | 0.27 |
| Hex | 45 | 2C | 60 | 1C | 36 | 0 | 3E | 10D | 25 | 1B |
| Octal | 105 | 54 | 140 | 34 | 66 | 0 | 76 | 415 | 45 | 33 |
| Binary | 1000101 | 101100 | 1100000 | 11100 | 110110 | 0 | 111110 | 100001101 | 100101 | 11011 |
Color Harmonies of #452C60
Complementary color
Monochromatic Colors of #452C60
Black with #452C60
Text Example
Text Example
White with #452C60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452C60; }
p { color: rgb(69,44,96); }
H1.HeaderClassName
{
color: #452C60;
}
.AnyTagClassName
{
color: #452C60;
}
</style>
background-color css
<style>
a { background-color: #452C60; }
a { background-color: rgb(69,44,96); }
div.DivClassName
{
background-color: #452C60;
}
.BgClassName
{
background-color: #452C60;
}
</style>
border-color css
<style>
span { border-color: #452C60; }
span { border-color: rgb(69,44,96); }
td.TdClassName
{
border-color: #452C60;
}
.TagClassName
{
border-color: #452C60;
}
</style>