Shades of Blue Diamond #452C65
Tints of Blue Diamond #452C65
RGB
CMYK
RGB Variations
Color information
#452C65 (or 0x452C65) is known color: Blue Diamond. HEX triplet: 45, 2C and 65. RGB value is (69,44,101). Sum of RGB (Red+Green+Blue) = 69+44+101=214 (28% of max value = 765). Red value is 69 (27.34% from 255 or 32.24% from 214); Green value is 44 (17.58% from 255 or 20.56% from 214); Blue value is 101 (39.84% from 255 or 47.20% from 214); Max value from RGB is 101 - color contains mainly: blue. Hex color #452C65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #452C65 is #BAD39A. Grayscale: #393939. Windows color (decimal): -12243867 or 6630469. OLE color: 6630469.
HSL color Cylindrical-coordinate representation of color #452C65: hue angle of 266.32º degrees, saturation: 0.39, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #452C65 is Cyan = 0.32, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 69 | 44 | 101 | - |
| CMYK | 0.32 | 0.56 | 0 | 0.60 |
| HSL | 266.32º | 0.39% | 0.28% | - |
| HSV(B) | 266.32º | 0.56% | 0.4% | - |
| XYZ | 5.7 | 4.01 | 12.78 | - |
| YUV | 57.97 | 152.28 | 135.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 44 | 101 | 0.32 | 0.56 | 0 | 0.60 | 266.32 | 0.39 | 0.28 |
| Hex | 45 | 2C | 65 | 20 | 38 | 0 | 3C | 10A | 27 | 1C |
| Octal | 105 | 54 | 145 | 40 | 70 | 0 | 74 | 412 | 47 | 34 |
| Binary | 1000101 | 101100 | 1100101 | 100000 | 111000 | 0 | 111100 | 100001010 | 100111 | 11100 |
Color Harmonies of #452C65
Complementary color
Monochromatic Colors of #452C65
Black with #452C65
Text Example
Text Example
White with #452C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452C65; }
p { color: rgb(69,44,101); }
H1.HeaderClassName
{
color: #452C65;
}
.AnyTagClassName
{
color: #452C65;
}
</style>
background-color css
<style>
a { background-color: #452C65; }
a { background-color: rgb(69,44,101); }
div.DivClassName
{
background-color: #452C65;
}
.BgClassName
{
background-color: #452C65;
}
</style>
border-color css
<style>
span { border-color: #452C65; }
span { border-color: rgb(69,44,101); }
td.TdClassName
{
border-color: #452C65;
}
.TagClassName
{
border-color: #452C65;
}
</style>