Shades of Hippie Blue #438391
Tints of Hippie Blue #438391
RGB
CMYK
RGB Variations
Color information
#438391 (or 0x438391) is known color: Hippie Blue. HEX triplet: 43, 83 and 91. RGB value is (67,131,145). Sum of RGB (Red+Green+Blue) = 67+131+145=343 (45% of max value = 765). Red value is 67 (26.56% from 255 or 19.53% from 343); Green value is 131 (51.56% from 255 or 38.19% from 343); Blue value is 145 (57.03% from 255 or 42.27% from 343); Max value from RGB is 145 - color contains mainly: blue. Hex color #438391 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #438391 is #BC7C6E. Grayscale: #717171. Windows color (decimal): -12352623 or 9536323. OLE color: 9536323.
HSL color Cylindrical-coordinate representation of color #438391: hue angle of 190.77º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #438391 is Cyan = 0.54, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 67 | 131 | 145 | - |
| CMYK | 0.54 | 0.10 | 0 | 0.43 |
| HSL | 190.77º | 0.37% | 0.42% | - |
| HSV(B) | 190.77º | 0.54% | 0.57% | - |
| XYZ | 15.54 | 19.47 | 29.73 | - |
| YUV | 113.46 | 145.8 | 94.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 131 | 145 | 0.54 | 0.10 | 0 | 0.43 | 190.77 | 0.37 | 0.42 |
| Hex | 43 | 83 | 91 | 36 | A | 0 | 2B | BF | 25 | 2A |
| Octal | 103 | 203 | 221 | 66 | 12 | 0 | 53 | 277 | 45 | 52 |
| Binary | 1000011 | 10000011 | 10010001 | 110110 | 1010 | 0 | 101011 | 10111111 | 100101 | 101010 |
Color Harmonies of #438391
Complementary color
Monochromatic Colors of #438391
Black with #438391
Text Example
Text Example
White with #438391
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #438391; }
p { color: rgb(67,131,145); }
H1.HeaderClassName
{
color: #438391;
}
.AnyTagClassName
{
color: #438391;
}
</style>
background-color css
<style>
a { background-color: #438391; }
a { background-color: rgb(67,131,145); }
div.DivClassName
{
background-color: #438391;
}
.BgClassName
{
background-color: #438391;
}
</style>
border-color css
<style>
span { border-color: #438391; }
span { border-color: rgb(67,131,145); }
td.TdClassName
{
border-color: #438391;
}
.TagClassName
{
border-color: #438391;
}
</style>