Shades of Blue Diamond #452568
Tints of Blue Diamond #452568
RGB
CMYK
RGB Variations
Color information
#452568 (or 0x452568) is known color: Blue Diamond. HEX triplet: 45, 25 and 68. RGB value is (69,37,104). Sum of RGB (Red+Green+Blue) = 69+37+104=210 (27% of max value = 765). Red value is 69 (27.34% from 255 or 32.86% from 210); Green value is 37 (14.84% from 255 or 17.62% from 210); Blue value is 104 (41.02% from 255 or 49.52% from 210); Max value from RGB is 104 - color contains mainly: blue. Hex color #452568 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #452568 is #BADA97. Grayscale: #353535. Windows color (decimal): -12245656 or 6825285. OLE color: 6825285.
HSL color Cylindrical-coordinate representation of color #452568: hue angle of 268.66º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #452568 is Cyan = 0.34, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 69 | 37 | 104 | - |
| CMYK | 0.34 | 0.64 | 0 | 0.59 |
| HSL | 268.66º | 0.48% | 0.28% | - |
| HSV(B) | 268.66º | 0.64% | 0.41% | - |
| XYZ | 5.61 | 3.59 | 13.49 | - |
| YUV | 54.21 | 156.1 | 138.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 37 | 104 | 0.34 | 0.64 | 0 | 0.59 | 268.66 | 0.48 | 0.28 |
| Hex | 45 | 25 | 68 | 22 | 40 | 0 | 3B | 10D | 30 | 1C |
| Octal | 105 | 45 | 150 | 42 | 100 | 0 | 73 | 415 | 60 | 34 |
| Binary | 1000101 | 100101 | 1101000 | 100010 | 1000000 | 0 | 111011 | 100001101 | 110000 | 11100 |
Color Harmonies of #452568
Complementary color
Monochromatic Colors of #452568
Black with #452568
Text Example
Text Example
White with #452568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452568; }
p { color: rgb(69,37,104); }
H1.HeaderClassName
{
color: #452568;
}
.AnyTagClassName
{
color: #452568;
}
</style>
background-color css
<style>
a { background-color: #452568; }
a { background-color: rgb(69,37,104); }
div.DivClassName
{
background-color: #452568;
}
.BgClassName
{
background-color: #452568;
}
</style>
border-color css
<style>
span { border-color: #452568; }
span { border-color: rgb(69,37,104); }
td.TdClassName
{
border-color: #452568;
}
.TagClassName
{
border-color: #452568;
}
</style>