Shades of Blue Diamond #452371
Tints of Blue Diamond #452371
RGB
CMYK
RGB Variations
Color information
#452371 (or 0x452371) is known color: Blue Diamond. HEX triplet: 45, 23 and 71. RGB value is (69,35,113). Sum of RGB (Red+Green+Blue) = 69+35+113=217 (28% of max value = 765). Red value is 69 (27.34% from 255 or 31.80% from 217); Green value is 35 (14.06% from 255 or 16.13% from 217); Blue value is 113 (44.53% from 255 or 52.07% from 217); Max value from RGB is 113 - color contains mainly: blue. Hex color #452371 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #452371 is #BADC8E. Grayscale: #353535. Windows color (decimal): -12246159 or 7414597. OLE color: 7414597.
HSL color Cylindrical-coordinate representation of color #452371: hue angle of 266.15º degrees, saturation: 0.53, 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 #452371 is Cyan = 0.39, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 69 | 35 | 113 | - |
| CMYK | 0.39 | 0.69 | 0 | 0.56 |
| HSL | 266.15º | 0.53% | 0.29% | - |
| HSV(B) | 266.15º | 0.69% | 0.44% | - |
| XYZ | 6.04 | 3.66 | 16.01 | - |
| YUV | 54.06 | 161.26 | 138.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 35 | 113 | 0.39 | 0.69 | 0 | 0.56 | 266.15 | 0.53 | 0.29 |
| Hex | 45 | 23 | 71 | 27 | 45 | 0 | 38 | 10A | 35 | 1D |
| Octal | 105 | 43 | 161 | 47 | 105 | 0 | 70 | 412 | 65 | 35 |
| Binary | 1000101 | 100011 | 1110001 | 100111 | 1000101 | 0 | 111000 | 100001010 | 110101 | 11101 |
Color Harmonies of #452371
Complementary color
Monochromatic Colors of #452371
Black with #452371
Text Example
Text Example
White with #452371
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #452371; }
p { color: rgb(69,35,113); }
H1.HeaderClassName
{
color: #452371;
}
.AnyTagClassName
{
color: #452371;
}
</style>
background-color css
<style>
a { background-color: #452371; }
a { background-color: rgb(69,35,113); }
div.DivClassName
{
background-color: #452371;
}
.BgClassName
{
background-color: #452371;
}
</style>
border-color css
<style>
span { border-color: #452371; }
span { border-color: rgb(69,35,113); }
td.TdClassName
{
border-color: #452371;
}
.TagClassName
{
border-color: #452371;
}
</style>