Shades of Blue Diamond #42236D
Tints of Blue Diamond #42236D
RGB
CMYK
RGB Variations
Color information
#42236D (or 0x42236D) is known color: Blue Diamond. HEX triplet: 42, 23 and 6D. RGB value is (66,35,109). Sum of RGB (Red+Green+Blue) = 66+35+109=210 (27% of max value = 765). Red value is 66 (26.17% from 255 or 31.43% from 210); Green value is 35 (14.06% from 255 or 16.67% from 210); Blue value is 109 (42.97% from 255 or 51.90% from 210); Max value from RGB is 109 - color contains mainly: blue. Hex color #42236D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #42236D is #BDDC92. Grayscale: #343434. Windows color (decimal): -12442771 or 7152450. OLE color: 7152450.
HSL color Cylindrical-coordinate representation of color #42236D: hue angle of 265.14º degrees, saturation: 0.51, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #42236D is Cyan = 0.39, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 66 | 35 | 109 | - |
| CMYK | 0.39 | 0.68 | 0 | 0.57 |
| HSL | 265.14º | 0.51% | 0.28% | - |
| HSV(B) | 265.14º | 0.68% | 0.43% | - |
| XYZ | 5.61 | 3.46 | 14.84 | - |
| YUV | 52.71 | 159.77 | 137.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 35 | 109 | 0.39 | 0.68 | 0 | 0.57 | 265.14 | 0.51 | 0.28 |
| Hex | 42 | 23 | 6D | 27 | 44 | 0 | 39 | 109 | 33 | 1C |
| Octal | 102 | 43 | 155 | 47 | 104 | 0 | 71 | 411 | 63 | 34 |
| Binary | 1000010 | 100011 | 1101101 | 100111 | 1000100 | 0 | 111001 | 100001001 | 110011 | 11100 |
Color Harmonies of #42236D
Complementary color
Monochromatic Colors of #42236D
Black with #42236D
Text Example
Text Example
White with #42236D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42236D; }
p { color: rgb(66,35,109); }
H1.HeaderClassName
{
color: #42236D;
}
.AnyTagClassName
{
color: #42236D;
}
</style>
background-color css
<style>
a { background-color: #42236D; }
a { background-color: rgb(66,35,109); }
div.DivClassName
{
background-color: #42236D;
}
.BgClassName
{
background-color: #42236D;
}
</style>
border-color css
<style>
span { border-color: #42236D; }
span { border-color: rgb(66,35,109); }
td.TdClassName
{
border-color: #42236D;
}
.TagClassName
{
border-color: #42236D;
}
</style>