Shades of Blue Gem #4438AA
Tints of Blue Gem #4438AA
RGB
CMYK
RGB Variations
Color information
#4438AA (or 0x4438AA) is known color: Blue Gem. HEX triplet: 44, 38 and AA. RGB value is (68,56,170). Sum of RGB (Red+Green+Blue) = 68+56+170=294 (38% of max value = 765). Red value is 68 (26.95% from 255 or 23.13% from 294); Green value is 56 (22.27% from 255 or 19.05% from 294); Blue value is 170 (66.80% from 255 or 57.82% from 294); Max value from RGB is 170 - color contains mainly: blue. Hex color #4438AA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #4438AA is #BBC755. Grayscale: #484848. Windows color (decimal): -12306262 or 11155524. OLE color: 11155524.
HSL color Cylindrical-coordinate representation of color #4438AA: hue angle of 246.32º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4438AA is Cyan = 0.6, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 68 | 56 | 170 | - |
| CMYK | 0.6 | 0.67 | 0 | 0.33 |
| HSL | 246.32º | 0.5% | 0.44% | - |
| HSV(B) | 246.32º | 0.67% | 0.67% | - |
| XYZ | 11.05 | 6.96 | 38.79 | - |
| YUV | 72.58 | 182.98 | 124.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 56 | 170 | 0.6 | 0.67 | 0 | 0.33 | 246.32 | 0.5 | 0.44 |
| Hex | 44 | 38 | AA | 3C | 43 | 0 | 21 | F6 | 32 | 2C |
| Octal | 104 | 70 | 252 | 74 | 103 | 0 | 41 | 366 | 62 | 54 |
| Binary | 1000100 | 111000 | 10101010 | 111100 | 1000011 | 0 | 100001 | 11110110 | 110010 | 101100 |
Color Harmonies of #4438AA
Complementary color
Monochromatic Colors of #4438AA
Black with #4438AA
Text Example
Text Example
White with #4438AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4438AA; }
p { color: rgb(68,56,170); }
H1.HeaderClassName
{
color: #4438AA;
}
.AnyTagClassName
{
color: #4438AA;
}
</style>
background-color css
<style>
a { background-color: #4438AA; }
a { background-color: rgb(68,56,170); }
div.DivClassName
{
background-color: #4438AA;
}
.BgClassName
{
background-color: #4438AA;
}
</style>
border-color css
<style>
span { border-color: #4438AA; }
span { border-color: rgb(68,56,170); }
td.TdClassName
{
border-color: #4438AA;
}
.TagClassName
{
border-color: #4438AA;
}
</style>