Shades of Hippie Blue #438195
Tints of Hippie Blue #438195
RGB
CMYK
RGB Variations
Color information
#438195 (or 0x438195) is known color: Hippie Blue. HEX triplet: 43, 81 and 95. RGB value is (67,129,149). Sum of RGB (Red+Green+Blue) = 67+129+149=345 (45% of max value = 765). Red value is 67 (26.56% from 255 or 19.42% from 345); Green value is 129 (50.78% from 255 or 37.39% from 345); Blue value is 149 (58.59% from 255 or 43.19% from 345); Max value from RGB is 149 - color contains mainly: blue. Hex color #438195 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #438195 is #BC7E6A. Grayscale: #707070. Windows color (decimal): -12353131 or 9797955. OLE color: 9797955.
HSL color Cylindrical-coordinate representation of color #438195: hue angle of 194.63º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #438195 is Cyan = 0.55, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 67 | 129 | 149 | - |
| CMYK | 0.55 | 0.13 | 0 | 0.42 |
| HSL | 194.63º | 0.38% | 0.42% | - |
| HSV(B) | 194.63º | 0.55% | 0.58% | - |
| XYZ | 15.59 | 19.06 | 31.29 | - |
| YUV | 112.74 | 148.46 | 95.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 129 | 149 | 0.55 | 0.13 | 0 | 0.42 | 194.63 | 0.38 | 0.42 |
| Hex | 43 | 81 | 95 | 37 | D | 0 | 2A | C3 | 26 | 2A |
| Octal | 103 | 201 | 225 | 67 | 15 | 0 | 52 | 303 | 46 | 52 |
| Binary | 1000011 | 10000001 | 10010101 | 110111 | 1101 | 0 | 101010 | 11000011 | 100110 | 101010 |
Color Harmonies of #438195
Complementary color
Monochromatic Colors of #438195
Black with #438195
Text Example
Text Example
White with #438195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #438195; }
p { color: rgb(67,129,149); }
H1.HeaderClassName
{
color: #438195;
}
.AnyTagClassName
{
color: #438195;
}
</style>
background-color css
<style>
a { background-color: #438195; }
a { background-color: rgb(67,129,149); }
div.DivClassName
{
background-color: #438195;
}
.BgClassName
{
background-color: #438195;
}
</style>
border-color css
<style>
span { border-color: #438195; }
span { border-color: rgb(67,129,149); }
td.TdClassName
{
border-color: #438195;
}
.TagClassName
{
border-color: #438195;
}
</style>