Shades of Blue Diamond #43266D
Tints of Blue Diamond #43266D
RGB
CMYK
RGB Variations
Color information
#43266D (or 0x43266D) is known color: Blue Diamond. HEX triplet: 43, 26 and 6D. RGB value is (67,38,109). Sum of RGB (Red+Green+Blue) = 67+38+109=214 (28% of max value = 765). Red value is 67 (26.56% from 255 or 31.31% from 214); Green value is 38 (15.23% from 255 or 17.76% from 214); Blue value is 109 (42.97% from 255 or 50.93% from 214); Max value from RGB is 109 - color contains mainly: blue. Hex color #43266D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43266D is #BCD992. Grayscale: #363636. Windows color (decimal): -12376467 or 7153219. OLE color: 7153219.
HSL color Cylindrical-coordinate representation of color #43266D: hue angle of 264.51º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #43266D is Cyan = 0.39, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 67 | 38 | 109 | - |
| CMYK | 0.39 | 0.65 | 0 | 0.57 |
| HSL | 264.51º | 0.48% | 0.29% | - |
| HSV(B) | 264.51º | 0.65% | 0.43% | - |
| XYZ | 5.77 | 3.68 | 14.88 | - |
| YUV | 54.77 | 158.61 | 136.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 38 | 109 | 0.39 | 0.65 | 0 | 0.57 | 264.51 | 0.48 | 0.29 |
| Hex | 43 | 26 | 6D | 27 | 41 | 0 | 39 | 109 | 30 | 1D |
| Octal | 103 | 46 | 155 | 47 | 101 | 0 | 71 | 411 | 60 | 35 |
| Binary | 1000011 | 100110 | 1101101 | 100111 | 1000001 | 0 | 111001 | 100001001 | 110000 | 11101 |
Color Harmonies of #43266D
Complementary color
Monochromatic Colors of #43266D
Black with #43266D
Text Example
Text Example
White with #43266D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43266D; }
p { color: rgb(67,38,109); }
H1.HeaderClassName
{
color: #43266D;
}
.AnyTagClassName
{
color: #43266D;
}
</style>
background-color css
<style>
a { background-color: #43266D; }
a { background-color: rgb(67,38,109); }
div.DivClassName
{
background-color: #43266D;
}
.BgClassName
{
background-color: #43266D;
}
</style>
border-color css
<style>
span { border-color: #43266D; }
span { border-color: rgb(67,38,109); }
td.TdClassName
{
border-color: #43266D;
}
.TagClassName
{
border-color: #43266D;
}
</style>