Shades of Hippie Blue #44838F
Tints of Hippie Blue #44838F
RGB
CMYK
RGB Variations
Color information
#44838F (or 0x44838F) is known color: Hippie Blue. HEX triplet: 44, 83 and 8F. RGB value is (68,131,143). Sum of RGB (Red+Green+Blue) = 68+131+143=342 (45% of max value = 765). Red value is 68 (26.95% from 255 or 19.88% from 342); Green value is 131 (51.56% from 255 or 38.30% from 342); Blue value is 143 (56.25% from 255 or 41.81% from 342); Max value from RGB is 143 - color contains mainly: blue. Hex color #44838F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #44838F is #BB7C70. Grayscale: #717171. Windows color (decimal): -12287089 or 9405252. OLE color: 9405252.
HSL color Cylindrical-coordinate representation of color #44838F: hue angle of 189.6º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #44838F is Cyan = 0.52, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 68 | 131 | 143 | - |
| CMYK | 0.52 | 0.08 | 0 | 0.44 |
| HSL | 189.6º | 0.36% | 0.41% | - |
| HSV(B) | 189.6º | 0.52% | 0.56% | - |
| XYZ | 15.46 | 19.44 | 28.93 | - |
| YUV | 113.53 | 144.63 | 95.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 131 | 143 | 0.52 | 0.08 | 0 | 0.44 | 189.6 | 0.36 | 0.41 |
| Hex | 44 | 83 | 8F | 34 | 8 | 0 | 2C | BE | 24 | 29 |
| Octal | 104 | 203 | 217 | 64 | 10 | 0 | 54 | 276 | 44 | 51 |
| Binary | 1000100 | 10000011 | 10001111 | 110100 | 1000 | 0 | 101100 | 10111110 | 100100 | 101001 |
Color Harmonies of #44838F
Complementary color
Monochromatic Colors of #44838F
Black with #44838F
Text Example
Text Example
White with #44838F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44838F; }
p { color: rgb(68,131,143); }
H1.HeaderClassName
{
color: #44838F;
}
.AnyTagClassName
{
color: #44838F;
}
</style>
background-color css
<style>
a { background-color: #44838F; }
a { background-color: rgb(68,131,143); }
div.DivClassName
{
background-color: #44838F;
}
.BgClassName
{
background-color: #44838F;
}
</style>
border-color css
<style>
span { border-color: #44838F; }
span { border-color: rgb(68,131,143); }
td.TdClassName
{
border-color: #44838F;
}
.TagClassName
{
border-color: #44838F;
}
</style>