Shades of Blue Diamond #452765
Tints of Blue Diamond #452765
RGB
CMYK
RGB Variations
Color information
#452765 (or 0x452765) is known color: Blue Diamond. HEX triplet: 45, 27 and 65. RGB value is (69,39,101). Sum of RGB (Red+Green+Blue) = 69+39+101=209 (27% of max value = 765). Red value is 69 (27.34% from 255 or 33.01% from 209); Green value is 39 (15.62% from 255 or 18.66% from 209); Blue value is 101 (39.84% from 255 or 48.33% from 209); Max value from RGB is 101 - color contains mainly: blue. Hex color #452765 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #452765 is #BAD89A. Grayscale: #363636. Windows color (decimal): -12245147 or 6629189. OLE color: 6629189.
HSL color Cylindrical-coordinate representation of color #452765: hue angle of 269.03º degrees, saturation: 0.44, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #452765 is Cyan = 0.32, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 69 | 39 | 101 | - |
| CMYK | 0.32 | 0.61 | 0 | 0.60 |
| HSL | 269.03º | 0.44% | 0.27% | - |
| HSV(B) | 269.03º | 0.61% | 0.4% | - |
| XYZ | 5.53 | 3.66 | 12.73 | - |
| YUV | 55.04 | 153.94 | 137.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 39 | 101 | 0.32 | 0.61 | 0 | 0.60 | 269.03 | 0.44 | 0.27 |
| Hex | 45 | 27 | 65 | 20 | 3D | 0 | 3C | 10D | 2C | 1B |
| Octal | 105 | 47 | 145 | 40 | 75 | 0 | 74 | 415 | 54 | 33 |
| Binary | 1000101 | 100111 | 1100101 | 100000 | 111101 | 0 | 111100 | 100001101 | 101100 | 11011 |
Color Harmonies of #452765
Complementary color
Monochromatic Colors of #452765
Black with #452765
Text Example
Text Example
White with #452765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452765; }
p { color: rgb(69,39,101); }
H1.HeaderClassName
{
color: #452765;
}
.AnyTagClassName
{
color: #452765;
}
</style>
background-color css
<style>
a { background-color: #452765; }
a { background-color: rgb(69,39,101); }
div.DivClassName
{
background-color: #452765;
}
.BgClassName
{
background-color: #452765;
}
</style>
border-color css
<style>
span { border-color: #452765; }
span { border-color: rgb(69,39,101); }
td.TdClassName
{
border-color: #452765;
}
.TagClassName
{
border-color: #452765;
}
</style>