Shades of Blue Diamond #43256E
Tints of Blue Diamond #43256E
RGB
CMYK
RGB Variations
Color information
#43256E (or 0x43256E) is known color: Blue Diamond. HEX triplet: 43, 25 and 6E. RGB value is (67,37,110). Sum of RGB (Red+Green+Blue) = 67+37+110=214 (28% of max value = 765). Red value is 67 (26.56% from 255 or 31.31% from 214); Green value is 37 (14.84% from 255 or 17.29% from 214); Blue value is 110 (43.36% from 255 or 51.40% from 214); Max value from RGB is 110 - color contains mainly: blue. Hex color #43256E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43256E is #BCDA91. Grayscale: #363636. Windows color (decimal): -12376722 or 7218499. OLE color: 7218499.
HSL color Cylindrical-coordinate representation of color #43256E: hue angle of 264.66º degrees, saturation: 0.5, 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 #43256E is Cyan = 0.39, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 67 | 37 | 110 | - |
| CMYK | 0.39 | 0.66 | 0 | 0.57 |
| HSL | 264.66º | 0.5% | 0.29% | - |
| HSV(B) | 264.66º | 0.66% | 0.43% | - |
| XYZ | 5.79 | 3.64 | 15.15 | - |
| YUV | 54.29 | 159.44 | 137.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 37 | 110 | 0.39 | 0.66 | 0 | 0.57 | 264.66 | 0.5 | 0.29 |
| Hex | 43 | 25 | 6E | 27 | 42 | 0 | 39 | 109 | 32 | 1D |
| Octal | 103 | 45 | 156 | 47 | 102 | 0 | 71 | 411 | 62 | 35 |
| Binary | 1000011 | 100101 | 1101110 | 100111 | 1000010 | 0 | 111001 | 100001001 | 110010 | 11101 |
Color Harmonies of #43256E
Complementary color
Monochromatic Colors of #43256E
Black with #43256E
Text Example
Text Example
White with #43256E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43256E; }
p { color: rgb(67,37,110); }
H1.HeaderClassName
{
color: #43256E;
}
.AnyTagClassName
{
color: #43256E;
}
</style>
background-color css
<style>
a { background-color: #43256E; }
a { background-color: rgb(67,37,110); }
div.DivClassName
{
background-color: #43256E;
}
.BgClassName
{
background-color: #43256E;
}
</style>
border-color css
<style>
span { border-color: #43256E; }
span { border-color: rgb(67,37,110); }
td.TdClassName
{
border-color: #43256E;
}
.TagClassName
{
border-color: #43256E;
}
</style>