Shades of Blue Diamond #43256D
Tints of Blue Diamond #43256D
RGB
CMYK
RGB Variations
Color information
#43256D (or 0x43256D) is known color: Blue Diamond. HEX triplet: 43, 25 and 6D. RGB value is (67,37,109). Sum of RGB (Red+Green+Blue) = 67+37+109=213 (28% of max value = 765). Red value is 67 (26.56% from 255 or 31.46% from 213); Green value is 37 (14.84% from 255 or 17.37% from 213); Blue value is 109 (42.97% from 255 or 51.17% from 213); Max value from RGB is 109 - color contains mainly: blue. Hex color #43256D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43256D is #BCDA92. Grayscale: #353535. Windows color (decimal): -12376723 or 7152963. OLE color: 7152963.
HSL color Cylindrical-coordinate representation of color #43256D: hue angle of 265º degrees, saturation: 0.49, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #43256D is Cyan = 0.39, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 67 | 37 | 109 | - |
| CMYK | 0.39 | 0.66 | 0 | 0.57 |
| HSL | 265º | 0.49% | 0.29% | - |
| HSV(B) | 265º | 0.66% | 0.43% | - |
| XYZ | 5.74 | 3.62 | 14.86 | - |
| YUV | 54.18 | 158.94 | 137.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 37 | 109 | 0.39 | 0.66 | 0 | 0.57 | 265 | 0.49 | 0.29 |
| Hex | 43 | 25 | 6D | 27 | 42 | 0 | 39 | 109 | 31 | 1D |
| Octal | 103 | 45 | 155 | 47 | 102 | 0 | 71 | 411 | 61 | 35 |
| Binary | 1000011 | 100101 | 1101101 | 100111 | 1000010 | 0 | 111001 | 100001001 | 110001 | 11101 |
Color Harmonies of #43256D
Complementary color
Monochromatic Colors of #43256D
Black with #43256D
Text Example
Text Example
White with #43256D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43256D; }
p { color: rgb(67,37,109); }
H1.HeaderClassName
{
color: #43256D;
}
.AnyTagClassName
{
color: #43256D;
}
</style>
background-color css
<style>
a { background-color: #43256D; }
a { background-color: rgb(67,37,109); }
div.DivClassName
{
background-color: #43256D;
}
.BgClassName
{
background-color: #43256D;
}
</style>
border-color css
<style>
span { border-color: #43256D; }
span { border-color: rgb(67,37,109); }
td.TdClassName
{
border-color: #43256D;
}
.TagClassName
{
border-color: #43256D;
}
</style>