Shades of Blue Diamond #442A67
Tints of Blue Diamond #442A67
RGB
CMYK
RGB Variations
Color information
#442A67 (or 0x442A67) is known color: Blue Diamond. HEX triplet: 44, 2A and 67. RGB value is (68,42,103). Sum of RGB (Red+Green+Blue) = 68+42+103=213 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.92% from 213); Green value is 42 (16.80% from 255 or 19.72% from 213); Blue value is 103 (40.62% from 255 or 48.36% from 213); Max value from RGB is 103 - color contains mainly: blue. Hex color #442A67 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442A67 is #BBD598. Grayscale: #383838. Windows color (decimal): -12309913 or 6761028. OLE color: 6761028.
HSL color Cylindrical-coordinate representation of color #442A67: hue angle of 265.57º degrees, saturation: 0.42, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #442A67 is Cyan = 0.34, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 68 | 42 | 103 | - |
| CMYK | 0.34 | 0.59 | 0 | 0.60 |
| HSL | 265.57º | 0.42% | 0.28% | - |
| HSV(B) | 265.57º | 0.59% | 0.4% | - |
| XYZ | 5.66 | 3.86 | 13.28 | - |
| YUV | 56.73 | 154.11 | 136.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 42 | 103 | 0.34 | 0.59 | 0 | 0.60 | 265.57 | 0.42 | 0.28 |
| Hex | 44 | 2A | 67 | 22 | 3B | 0 | 3C | 10A | 2A | 1C |
| Octal | 104 | 52 | 147 | 42 | 73 | 0 | 74 | 412 | 52 | 34 |
| Binary | 1000100 | 101010 | 1100111 | 100010 | 111011 | 0 | 111100 | 100001010 | 101010 | 11100 |
Color Harmonies of #442A67
Complementary color
Monochromatic Colors of #442A67
Black with #442A67
Text Example
Text Example
White with #442A67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442A67; }
p { color: rgb(68,42,103); }
H1.HeaderClassName
{
color: #442A67;
}
.AnyTagClassName
{
color: #442A67;
}
</style>
background-color css
<style>
a { background-color: #442A67; }
a { background-color: rgb(68,42,103); }
div.DivClassName
{
background-color: #442A67;
}
.BgClassName
{
background-color: #442A67;
}
</style>
border-color css
<style>
span { border-color: #442A67; }
span { border-color: rgb(68,42,103); }
td.TdClassName
{
border-color: #442A67;
}
.TagClassName
{
border-color: #442A67;
}
</style>