Shades of Hippie Blue #438392
Tints of Hippie Blue #438392
RGB
CMYK
RGB Variations
Color information
#438392 (or 0x438392) is known color: Hippie Blue. HEX triplet: 43, 83 and 92. RGB value is (67,131,146). Sum of RGB (Red+Green+Blue) = 67+131+146=344 (45% of max value = 765). Red value is 67 (26.56% from 255 or 19.48% from 344); Green value is 131 (51.56% from 255 or 38.08% from 344); Blue value is 146 (57.42% from 255 or 42.44% from 344); Max value from RGB is 146 - color contains mainly: blue. Hex color #438392 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #438392 is #BC7C6D. Grayscale: #717171. Windows color (decimal): -12352622 or 9601859. OLE color: 9601859.
HSL color Cylindrical-coordinate representation of color #438392: hue angle of 191.39º 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 #438392 is Cyan = 0.54, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 67 | 131 | 146 | - |
| CMYK | 0.54 | 0.10 | 0 | 0.43 |
| HSL | 191.39º | 0.37% | 0.42% | - |
| HSV(B) | 191.39º | 0.54% | 0.57% | - |
| XYZ | 15.62 | 19.5 | 30.14 | - |
| YUV | 113.57 | 146.3 | 94.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 131 | 146 | 0.54 | 0.10 | 0 | 0.43 | 191.39 | 0.37 | 0.42 |
| Hex | 43 | 83 | 92 | 36 | A | 0 | 2B | BF | 25 | 2A |
| Octal | 103 | 203 | 222 | 66 | 12 | 0 | 53 | 277 | 45 | 52 |
| Binary | 1000011 | 10000011 | 10010010 | 110110 | 1010 | 0 | 101011 | 10111111 | 100101 | 101010 |
Color Harmonies of #438392
Complementary color
Monochromatic Colors of #438392
Black with #438392
Text Example
Text Example
White with #438392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #438392; }
p { color: rgb(67,131,146); }
H1.HeaderClassName
{
color: #438392;
}
.AnyTagClassName
{
color: #438392;
}
</style>
background-color css
<style>
a { background-color: #438392; }
a { background-color: rgb(67,131,146); }
div.DivClassName
{
background-color: #438392;
}
.BgClassName
{
background-color: #438392;
}
</style>
border-color css
<style>
span { border-color: #438392; }
span { border-color: rgb(67,131,146); }
td.TdClassName
{
border-color: #438392;
}
.TagClassName
{
border-color: #438392;
}
</style>