Shades of Blue Diamond #452D60
Tints of Blue Diamond #452D60
RGB
CMYK
RGB Variations
Color information
#452D60 (or 0x452D60) is known color: Blue Diamond. HEX triplet: 45, 2D and 60. RGB value is (69,45,96). Sum of RGB (Red+Green+Blue) = 69+45+96=210 (27% of max value = 765). Red value is 69 (27.34% from 255 or 32.86% from 210); Green value is 45 (17.97% from 255 or 21.43% from 210); Blue value is 96 (37.89% from 255 or 45.71% from 210); Max value from RGB is 96 - color contains mainly: blue. Hex color #452D60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #452D60 is #BAD29F. Grayscale: #393939. Windows color (decimal): -12243616 or 6303045. OLE color: 6303045.
HSL color Cylindrical-coordinate representation of color #452D60: hue angle of 268.24º degrees, saturation: 0.36, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #452D60 is Cyan = 0.28, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 69 | 45 | 96 | - |
| CMYK | 0.28 | 0.53 | 0 | 0.62 |
| HSL | 268.24º | 0.36% | 0.28% | - |
| HSV(B) | 268.24º | 0.53% | 0.38% | - |
| XYZ | 5.5 | 3.99 | 11.55 | - |
| YUV | 57.99 | 149.45 | 135.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 45 | 96 | 0.28 | 0.53 | 0 | 0.62 | 268.24 | 0.36 | 0.28 |
| Hex | 45 | 2D | 60 | 1C | 35 | 0 | 3E | 10C | 24 | 1C |
| Octal | 105 | 55 | 140 | 34 | 65 | 0 | 76 | 414 | 44 | 34 |
| Binary | 1000101 | 101101 | 1100000 | 11100 | 110101 | 0 | 111110 | 100001100 | 100100 | 11100 |
Color Harmonies of #452D60
Complementary color
Monochromatic Colors of #452D60
Black with #452D60
Text Example
Text Example
White with #452D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452D60; }
p { color: rgb(69,45,96); }
H1.HeaderClassName
{
color: #452D60;
}
.AnyTagClassName
{
color: #452D60;
}
</style>
background-color css
<style>
a { background-color: #452D60; }
a { background-color: rgb(69,45,96); }
div.DivClassName
{
background-color: #452D60;
}
.BgClassName
{
background-color: #452D60;
}
</style>
border-color css
<style>
span { border-color: #452D60; }
span { border-color: rgb(69,45,96); }
td.TdClassName
{
border-color: #452D60;
}
.TagClassName
{
border-color: #452D60;
}
</style>