Shades of Blue Diamond #442A6E
Tints of Blue Diamond #442A6E
RGB
CMYK
RGB Variations
Color information
#442A6E (or 0x442A6E) is known color: Blue Diamond. HEX triplet: 44, 2A and 6E. RGB value is (68,42,110). Sum of RGB (Red+Green+Blue) = 68+42+110=220 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.91% from 220); Green value is 42 (16.80% from 255 or 19.09% from 220); Blue value is 110 (43.36% from 255 or 50% from 220); Max value from RGB is 110 - color contains mainly: blue. Hex color #442A6E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442A6E is #BBD591. Grayscale: #393939. Windows color (decimal): -12309906 or 7219780. OLE color: 7219780.
HSL color Cylindrical-coordinate representation of color #442A6E: hue angle of 262.94º degrees, saturation: 0.45, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #442A6E is Cyan = 0.38, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 68 | 42 | 110 | - |
| CMYK | 0.38 | 0.62 | 0 | 0.57 |
| HSL | 262.94º | 0.45% | 0.3% | - |
| HSV(B) | 262.94º | 0.62% | 0.43% | - |
| XYZ | 6.03 | 4.01 | 15.21 | - |
| YUV | 57.53 | 157.61 | 135.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 42 | 110 | 0.38 | 0.62 | 0 | 0.57 | 262.94 | 0.45 | 0.3 |
| Hex | 44 | 2A | 6E | 26 | 3E | 0 | 39 | 107 | 2D | 1E |
| Octal | 104 | 52 | 156 | 46 | 76 | 0 | 71 | 407 | 55 | 36 |
| Binary | 1000100 | 101010 | 1101110 | 100110 | 111110 | 0 | 111001 | 100000111 | 101101 | 11110 |
Color Harmonies of #442A6E
Complementary color
Monochromatic Colors of #442A6E
Black with #442A6E
Text Example
Text Example
White with #442A6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442A6E; }
p { color: rgb(68,42,110); }
H1.HeaderClassName
{
color: #442A6E;
}
.AnyTagClassName
{
color: #442A6E;
}
</style>
background-color css
<style>
a { background-color: #442A6E; }
a { background-color: rgb(68,42,110); }
div.DivClassName
{
background-color: #442A6E;
}
.BgClassName
{
background-color: #442A6E;
}
</style>
border-color css
<style>
span { border-color: #442A6E; }
span { border-color: rgb(68,42,110); }
td.TdClassName
{
border-color: #442A6E;
}
.TagClassName
{
border-color: #442A6E;
}
</style>