Shades of Blue Diamond #452370
Tints of Blue Diamond #452370
RGB
CMYK
RGB Variations
Color information
#452370 (or 0x452370) is known color: Blue Diamond. HEX triplet: 45, 23 and 70. RGB value is (69,35,112). Sum of RGB (Red+Green+Blue) = 69+35+112=216 (28% of max value = 765). Red value is 69 (27.34% from 255 or 31.94% from 216); Green value is 35 (14.06% from 255 or 16.20% from 216); Blue value is 112 (44.14% from 255 or 51.85% from 216); Max value from RGB is 112 - color contains mainly: blue. Hex color #452370 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #452370 is #BADC8F. Grayscale: #353535. Windows color (decimal): -12246160 or 7349061. OLE color: 7349061.
HSL color Cylindrical-coordinate representation of color #452370: hue angle of 266.49º degrees, saturation: 0.52, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #452370 is Cyan = 0.38, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 69 | 35 | 112 | - |
| CMYK | 0.38 | 0.69 | 0 | 0.56 |
| HSL | 266.49º | 0.52% | 0.29% | - |
| HSV(B) | 266.49º | 0.69% | 0.44% | - |
| XYZ | 5.98 | 3.64 | 15.72 | - |
| YUV | 53.94 | 160.76 | 138.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 35 | 112 | 0.38 | 0.69 | 0 | 0.56 | 266.49 | 0.52 | 0.29 |
| Hex | 45 | 23 | 70 | 26 | 45 | 0 | 38 | 10A | 34 | 1D |
| Octal | 105 | 43 | 160 | 46 | 105 | 0 | 70 | 412 | 64 | 35 |
| Binary | 1000101 | 100011 | 1110000 | 100110 | 1000101 | 0 | 111000 | 100001010 | 110100 | 11101 |
Color Harmonies of #452370
Complementary color
Monochromatic Colors of #452370
Black with #452370
Text Example
Text Example
White with #452370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452370; }
p { color: rgb(69,35,112); }
H1.HeaderClassName
{
color: #452370;
}
.AnyTagClassName
{
color: #452370;
}
</style>
background-color css
<style>
a { background-color: #452370; }
a { background-color: rgb(69,35,112); }
div.DivClassName
{
background-color: #452370;
}
.BgClassName
{
background-color: #452370;
}
</style>
border-color css
<style>
span { border-color: #452370; }
span { border-color: rgb(69,35,112); }
td.TdClassName
{
border-color: #452370;
}
.TagClassName
{
border-color: #452370;
}
</style>