Shades of Blue Diamond #44256F
Tints of Blue Diamond #44256F
RGB
CMYK
RGB Variations
Color information
#44256F (or 0x44256F) is known color: Blue Diamond. HEX triplet: 44, 25 and 6F. RGB value is (68,37,111). Sum of RGB (Red+Green+Blue) = 68+37+111=216 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.48% from 216); Green value is 37 (14.84% from 255 or 17.13% from 216); Blue value is 111 (43.75% from 255 or 51.39% from 216); Max value from RGB is 111 - color contains mainly: blue. Hex color #44256F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #44256F is #BBDA90. Grayscale: #363636. Windows color (decimal): -12311185 or 7284036. OLE color: 7284036.
HSL color Cylindrical-coordinate representation of color #44256F: hue angle of 265.14º degrees, saturation: 0.5, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #44256F is Cyan = 0.39, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 68 | 37 | 111 | - |
| CMYK | 0.39 | 0.67 | 0 | 0.56 |
| HSL | 265.14º | 0.5% | 0.29% | - |
| HSV(B) | 265.14º | 0.67% | 0.44% | - |
| XYZ | 5.91 | 3.7 | 15.44 | - |
| YUV | 54.71 | 159.77 | 137.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 37 | 111 | 0.39 | 0.67 | 0 | 0.56 | 265.14 | 0.5 | 0.29 |
| Hex | 44 | 25 | 6F | 27 | 43 | 0 | 38 | 109 | 32 | 1D |
| Octal | 104 | 45 | 157 | 47 | 103 | 0 | 70 | 411 | 62 | 35 |
| Binary | 1000100 | 100101 | 1101111 | 100111 | 1000011 | 0 | 111000 | 100001001 | 110010 | 11101 |
Color Harmonies of #44256F
Complementary color
Monochromatic Colors of #44256F
Black with #44256F
Text Example
Text Example
White with #44256F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44256F; }
p { color: rgb(68,37,111); }
H1.HeaderClassName
{
color: #44256F;
}
.AnyTagClassName
{
color: #44256F;
}
</style>
background-color css
<style>
a { background-color: #44256F; }
a { background-color: rgb(68,37,111); }
div.DivClassName
{
background-color: #44256F;
}
.BgClassName
{
background-color: #44256F;
}
</style>
border-color css
<style>
span { border-color: #44256F; }
span { border-color: rgb(68,37,111); }
td.TdClassName
{
border-color: #44256F;
}
.TagClassName
{
border-color: #44256F;
}
</style>