Shades of Blue Diamond #44256C
Tints of Blue Diamond #44256C
RGB
CMYK
RGB Variations
Color information
#44256C (or 0x44256C) is known color: Blue Diamond. HEX triplet: 44, 25 and 6C. RGB value is (68,37,108). Sum of RGB (Red+Green+Blue) = 68+37+108=213 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.92% from 213); Green value is 37 (14.84% from 255 or 17.37% from 213); Blue value is 108 (42.58% from 255 or 50.70% from 213); Max value from RGB is 108 - color contains mainly: blue. Hex color #44256C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44256C is #BBDA93. Grayscale: #363636. Windows color (decimal): -12311188 or 7087428. OLE color: 7087428.
HSL color Cylindrical-coordinate representation of color #44256C: hue angle of 266.2º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #44256C is Cyan = 0.37, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 68 | 37 | 108 | - |
| CMYK | 0.37 | 0.66 | 0 | 0.58 |
| HSL | 266.2º | 0.49% | 0.28% | - |
| HSV(B) | 266.2º | 0.66% | 0.42% | - |
| XYZ | 5.75 | 3.63 | 14.59 | - |
| YUV | 54.36 | 158.27 | 137.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 37 | 108 | 0.37 | 0.66 | 0 | 0.58 | 266.2 | 0.49 | 0.28 |
| Hex | 44 | 25 | 6C | 25 | 42 | 0 | 3A | 10A | 31 | 1C |
| Octal | 104 | 45 | 154 | 45 | 102 | 0 | 72 | 412 | 61 | 34 |
| Binary | 1000100 | 100101 | 1101100 | 100101 | 1000010 | 0 | 111010 | 100001010 | 110001 | 11100 |
Color Harmonies of #44256C
Complementary color
Monochromatic Colors of #44256C
Black with #44256C
Text Example
Text Example
White with #44256C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44256C; }
p { color: rgb(68,37,108); }
H1.HeaderClassName
{
color: #44256C;
}
.AnyTagClassName
{
color: #44256C;
}
</style>
background-color css
<style>
a { background-color: #44256C; }
a { background-color: rgb(68,37,108); }
div.DivClassName
{
background-color: #44256C;
}
.BgClassName
{
background-color: #44256C;
}
</style>
border-color css
<style>
span { border-color: #44256C; }
span { border-color: rgb(68,37,108); }
td.TdClassName
{
border-color: #44256C;
}
.TagClassName
{
border-color: #44256C;
}
</style>