Shades of Blue Diamond #442A6D
Tints of Blue Diamond #442A6D
RGB
CMYK
RGB Variations
Color information
#442A6D (or 0x442A6D) is known color: Blue Diamond. HEX triplet: 44, 2A and 6D. RGB value is (68,42,109). Sum of RGB (Red+Green+Blue) = 68+42+109=219 (29% of max value = 765). Red value is 68 (26.95% from 255 or 31.05% from 219); Green value is 42 (16.80% from 255 or 19.18% from 219); Blue value is 109 (42.97% from 255 or 49.77% from 219); Max value from RGB is 109 - color contains mainly: blue. Hex color #442A6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442A6D is #BBD592. Grayscale: #393939. Windows color (decimal): -12309907 or 7154244. OLE color: 7154244.
HSL color Cylindrical-coordinate representation of color #442A6D: hue angle of 263.28º degrees, saturation: 0.44, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #442A6D is Cyan = 0.38, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 68 | 42 | 109 | - |
| CMYK | 0.38 | 0.61 | 0 | 0.57 |
| HSL | 263.28º | 0.44% | 0.3% | - |
| HSV(B) | 263.28º | 0.61% | 0.43% | - |
| XYZ | 5.97 | 3.99 | 14.92 | - |
| YUV | 57.41 | 157.11 | 135.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 42 | 109 | 0.38 | 0.61 | 0 | 0.57 | 263.28 | 0.44 | 0.3 |
| Hex | 44 | 2A | 6D | 26 | 3D | 0 | 39 | 107 | 2C | 1E |
| Octal | 104 | 52 | 155 | 46 | 75 | 0 | 71 | 407 | 54 | 36 |
| Binary | 1000100 | 101010 | 1101101 | 100110 | 111101 | 0 | 111001 | 100000111 | 101100 | 11110 |
Color Harmonies of #442A6D
Complementary color
Monochromatic Colors of #442A6D
Black with #442A6D
Text Example
Text Example
White with #442A6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442A6D; }
p { color: rgb(68,42,109); }
H1.HeaderClassName
{
color: #442A6D;
}
.AnyTagClassName
{
color: #442A6D;
}
</style>
background-color css
<style>
a { background-color: #442A6D; }
a { background-color: rgb(68,42,109); }
div.DivClassName
{
background-color: #442A6D;
}
.BgClassName
{
background-color: #442A6D;
}
</style>
border-color css
<style>
span { border-color: #442A6D; }
span { border-color: rgb(68,42,109); }
td.TdClassName
{
border-color: #442A6D;
}
.TagClassName
{
border-color: #442A6D;
}
</style>