Shades of Blue Diamond #452964
Tints of Blue Diamond #452964
RGB
CMYK
RGB Variations
Color information
#452964 (or 0x452964) is known color: Blue Diamond. HEX triplet: 45, 29 and 64. RGB value is (69,41,100). Sum of RGB (Red+Green+Blue) = 69+41+100=210 (27% of max value = 765). Red value is 69 (27.34% from 255 or 32.86% from 210); Green value is 41 (16.41% from 255 or 19.52% from 210); Blue value is 100 (39.45% from 255 or 47.62% from 210); Max value from RGB is 100 - color contains mainly: blue. Hex color #452964 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #452964 is #BAD69B. Grayscale: #373737. Windows color (decimal): -12244636 or 6564165. OLE color: 6564165.
HSL color Cylindrical-coordinate representation of color #452964: hue angle of 268.47º degrees, saturation: 0.42, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #452964 is Cyan = 0.31, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 69 | 41 | 100 | - |
| CMYK | 0.31 | 0.59 | 0 | 0.61 |
| HSL | 268.47º | 0.42% | 0.28% | - |
| HSV(B) | 268.47º | 0.59% | 0.39% | - |
| XYZ | 5.55 | 3.77 | 12.49 | - |
| YUV | 56.1 | 152.78 | 137.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 41 | 100 | 0.31 | 0.59 | 0 | 0.61 | 268.47 | 0.42 | 0.28 |
| Hex | 45 | 29 | 64 | 1F | 3B | 0 | 3D | 10C | 2A | 1C |
| Octal | 105 | 51 | 144 | 37 | 73 | 0 | 75 | 414 | 52 | 34 |
| Binary | 1000101 | 101001 | 1100100 | 11111 | 111011 | 0 | 111101 | 100001100 | 101010 | 11100 |
Color Harmonies of #452964
Complementary color
Monochromatic Colors of #452964
Black with #452964
Text Example
Text Example
White with #452964
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452964; }
p { color: rgb(69,41,100); }
H1.HeaderClassName
{
color: #452964;
}
.AnyTagClassName
{
color: #452964;
}
</style>
background-color css
<style>
a { background-color: #452964; }
a { background-color: rgb(69,41,100); }
div.DivClassName
{
background-color: #452964;
}
.BgClassName
{
background-color: #452964;
}
</style>
border-color css
<style>
span { border-color: #452964; }
span { border-color: rgb(69,41,100); }
td.TdClassName
{
border-color: #452964;
}
.TagClassName
{
border-color: #452964;
}
</style>