Shades of Blue Gem #4438B3
Tints of Blue Gem #4438B3
RGB
CMYK
RGB Variations
Color information
#4438B3 (or 0x4438B3) is known color: Blue Gem. HEX triplet: 44, 38 and B3. RGB value is (68,56,179). Sum of RGB (Red+Green+Blue) = 68+56+179=303 (40% of max value = 765). Red value is 68 (26.95% from 255 or 22.44% from 303); Green value is 56 (22.27% from 255 or 18.48% from 303); Blue value is 179 (70.31% from 255 or 59.08% from 303); Max value from RGB is 179 - color contains mainly: blue. Hex color #4438B3 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #4438B3 is #BBC74C. Grayscale: #494949. Windows color (decimal): -12306253 or 11745348. OLE color: 11745348.
HSL color Cylindrical-coordinate representation of color #4438B3: hue angle of 245.85º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4438B3 is Cyan = 0.62, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 68 | 56 | 179 | - |
| CMYK | 0.62 | 0.69 | 0 | 0.30 |
| HSL | 245.85º | 0.52% | 0.46% | - |
| HSV(B) | 245.85º | 0.69% | 0.7% | - |
| XYZ | 11.93 | 7.31 | 43.43 | - |
| YUV | 73.61 | 187.48 | 124 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 56 | 179 | 0.62 | 0.69 | 0 | 0.30 | 245.85 | 0.52 | 0.46 |
| Hex | 44 | 38 | B3 | 3E | 45 | 0 | 1E | F6 | 34 | 2E |
| Octal | 104 | 70 | 263 | 76 | 105 | 0 | 36 | 366 | 64 | 56 |
| Binary | 1000100 | 111000 | 10110011 | 111110 | 1000101 | 0 | 11110 | 11110110 | 110100 | 101110 |
Color Harmonies of #4438B3
Complementary color
Monochromatic Colors of #4438B3
Black with #4438B3
Text Example
Text Example
White with #4438B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4438B3; }
p { color: rgb(68,56,179); }
H1.HeaderClassName
{
color: #4438B3;
}
.AnyTagClassName
{
color: #4438B3;
}
</style>
background-color css
<style>
a { background-color: #4438B3; }
a { background-color: rgb(68,56,179); }
div.DivClassName
{
background-color: #4438B3;
}
.BgClassName
{
background-color: #4438B3;
}
</style>
border-color css
<style>
span { border-color: #4438B3; }
span { border-color: rgb(68,56,179); }
td.TdClassName
{
border-color: #4438B3;
}
.TagClassName
{
border-color: #4438B3;
}
</style>