Shades of Blue Diamond #44256B
Tints of Blue Diamond #44256B
RGB
CMYK
RGB Variations
Color information
#44256B (or 0x44256B) is known color: Blue Diamond. HEX triplet: 44, 25 and 6B. RGB value is (68,37,107). Sum of RGB (Red+Green+Blue) = 68+37+107=212 (28% of max value = 765). Red value is 68 (26.95% from 255 or 32.08% from 212); Green value is 37 (14.84% from 255 or 17.45% from 212); Blue value is 107 (42.19% from 255 or 50.47% from 212); Max value from RGB is 107 - color contains mainly: blue. Hex color #44256B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44256B is #BBDA94. Grayscale: #363636. Windows color (decimal): -12311189 or 7021892. OLE color: 7021892.
HSL color Cylindrical-coordinate representation of color #44256B: hue angle of 266.57º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #44256B is Cyan = 0.36, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 68 | 37 | 107 | - |
| CMYK | 0.36 | 0.65 | 0 | 0.58 |
| HSL | 266.57º | 0.49% | 0.28% | - |
| HSV(B) | 266.57º | 0.65% | 0.42% | - |
| XYZ | 5.7 | 3.61 | 14.31 | - |
| YUV | 54.25 | 157.77 | 137.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 37 | 107 | 0.36 | 0.65 | 0 | 0.58 | 266.57 | 0.49 | 0.28 |
| Hex | 44 | 25 | 6B | 24 | 41 | 0 | 3A | 10B | 31 | 1C |
| Octal | 104 | 45 | 153 | 44 | 101 | 0 | 72 | 413 | 61 | 34 |
| Binary | 1000100 | 100101 | 1101011 | 100100 | 1000001 | 0 | 111010 | 100001011 | 110001 | 11100 |
Color Harmonies of #44256B
Complementary color
Monochromatic Colors of #44256B
Black with #44256B
Text Example
Text Example
White with #44256B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44256B; }
p { color: rgb(68,37,107); }
H1.HeaderClassName
{
color: #44256B;
}
.AnyTagClassName
{
color: #44256B;
}
</style>
background-color css
<style>
a { background-color: #44256B; }
a { background-color: rgb(68,37,107); }
div.DivClassName
{
background-color: #44256B;
}
.BgClassName
{
background-color: #44256B;
}
</style>
border-color css
<style>
span { border-color: #44256B; }
span { border-color: rgb(68,37,107); }
td.TdClassName
{
border-color: #44256B;
}
.TagClassName
{
border-color: #44256B;
}
</style>