Shades of Blue Diamond #442A6C
Tints of Blue Diamond #442A6C
RGB
CMYK
RGB Variations
Color information
#442A6C (or 0x442A6C) is known color: Blue Diamond. HEX triplet: 44, 2A and 6C. RGB value is (68,42,108). Sum of RGB (Red+Green+Blue) = 68+42+108=218 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.19% from 218); Green value is 42 (16.80% from 255 or 19.27% from 218); Blue value is 108 (42.58% from 255 or 49.54% from 218); Max value from RGB is 108 - color contains mainly: blue. Hex color #442A6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442A6C is #BBD593. Grayscale: #393939. Windows color (decimal): -12309908 or 7088708. OLE color: 7088708.
HSL color Cylindrical-coordinate representation of color #442A6C: hue angle of 263.64º degrees, saturation: 0.44, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #442A6C is Cyan = 0.37, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 68 | 42 | 108 | - |
| CMYK | 0.37 | 0.61 | 0 | 0.58 |
| HSL | 263.64º | 0.44% | 0.29% | - |
| HSV(B) | 263.64º | 0.61% | 0.42% | - |
| XYZ | 5.92 | 3.97 | 14.64 | - |
| YUV | 57.3 | 156.61 | 135.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 42 | 108 | 0.37 | 0.61 | 0 | 0.58 | 263.64 | 0.44 | 0.29 |
| Hex | 44 | 2A | 6C | 25 | 3D | 0 | 3A | 108 | 2C | 1D |
| Octal | 104 | 52 | 154 | 45 | 75 | 0 | 72 | 410 | 54 | 35 |
| Binary | 1000100 | 101010 | 1101100 | 100101 | 111101 | 0 | 111010 | 100001000 | 101100 | 11101 |
Color Harmonies of #442A6C
Complementary color
Monochromatic Colors of #442A6C
Black with #442A6C
Text Example
Text Example
White with #442A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #442A6C; }
p { color: rgb(68,42,108); }
H1.HeaderClassName
{
color: #442A6C;
}
.AnyTagClassName
{
color: #442A6C;
}
</style>
background-color css
<style>
a { background-color: #442A6C; }
a { background-color: rgb(68,42,108); }
div.DivClassName
{
background-color: #442A6C;
}
.BgClassName
{
background-color: #442A6C;
}
</style>
border-color css
<style>
span { border-color: #442A6C; }
span { border-color: rgb(68,42,108); }
td.TdClassName
{
border-color: #442A6C;
}
.TagClassName
{
border-color: #442A6C;
}
</style>