Shades of Blue Diamond #43246B
Tints of Blue Diamond #43246B
RGB
CMYK
RGB Variations
Color information
#43246B (or 0x43246B) is known color: Blue Diamond. HEX triplet: 43, 24 and 6B. RGB value is (67,36,107). Sum of RGB (Red+Green+Blue) = 67+36+107=210 (27% of max value = 765). Red value is 67 (26.56% from 255 or 31.90% from 210); Green value is 36 (14.45% from 255 or 17.14% from 210); Blue value is 107 (42.19% from 255 or 50.95% from 210); Max value from RGB is 107 - color contains mainly: blue. Hex color #43246B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #43246B is #BCDB94. Grayscale: #353535. Windows color (decimal): -12376981 or 7021635. OLE color: 7021635.
HSL color Cylindrical-coordinate representation of color #43246B: hue angle of 266.2º degrees, saturation: 0.5, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #43246B is Cyan = 0.37, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 67 | 36 | 107 | - |
| CMYK | 0.37 | 0.66 | 0 | 0.58 |
| HSL | 266.2º | 0.5% | 0.28% | - |
| HSV(B) | 266.2º | 0.66% | 0.42% | - |
| XYZ | 5.6 | 3.52 | 14.29 | - |
| YUV | 53.36 | 158.27 | 137.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 36 | 107 | 0.37 | 0.66 | 0 | 0.58 | 266.2 | 0.5 | 0.28 |
| Hex | 43 | 24 | 6B | 25 | 42 | 0 | 3A | 10A | 32 | 1C |
| Octal | 103 | 44 | 153 | 45 | 102 | 0 | 72 | 412 | 62 | 34 |
| Binary | 1000011 | 100100 | 1101011 | 100101 | 1000010 | 0 | 111010 | 100001010 | 110010 | 11100 |
Color Harmonies of #43246B
Complementary color
Monochromatic Colors of #43246B
Black with #43246B
Text Example
Text Example
White with #43246B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43246B; }
p { color: rgb(67,36,107); }
H1.HeaderClassName
{
color: #43246B;
}
.AnyTagClassName
{
color: #43246B;
}
</style>
background-color css
<style>
a { background-color: #43246B; }
a { background-color: rgb(67,36,107); }
div.DivClassName
{
background-color: #43246B;
}
.BgClassName
{
background-color: #43246B;
}
</style>
border-color css
<style>
span { border-color: #43246B; }
span { border-color: rgb(67,36,107); }
td.TdClassName
{
border-color: #43246B;
}
.TagClassName
{
border-color: #43246B;
}
</style>