Shades of Hippie Blue #43839D
Tints of Hippie Blue #43839D
RGB
CMYK
RGB Variations
Color information
#43839D (or 0x43839D) is known color: Hippie Blue. HEX triplet: 43, 83 and 9D. RGB value is (67,131,157). Sum of RGB (Red+Green+Blue) = 67+131+157=355 (47% of max value = 765). Red value is 67 (26.56% from 255 or 18.87% from 355); Green value is 131 (51.56% from 255 or 36.90% from 355); Blue value is 157 (61.72% from 255 or 44.23% from 355); Max value from RGB is 157 - color contains mainly: blue. Hex color #43839D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #43839D is #BC7C62. Grayscale: #727272. Windows color (decimal): -12352611 or 10322755. OLE color: 10322755.
HSL color Cylindrical-coordinate representation of color #43839D: hue angle of 197.33º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #43839D is Cyan = 0.57, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 67 | 131 | 157 | - |
| CMYK | 0.57 | 0.17 | 0 | 0.38 |
| HSL | 197.33º | 0.4% | 0.44% | - |
| HSV(B) | 197.33º | 0.57% | 0.62% | - |
| XYZ | 16.52 | 19.86 | 34.86 | - |
| YUV | 114.83 | 151.8 | 93.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 131 | 157 | 0.57 | 0.17 | 0 | 0.38 | 197.33 | 0.4 | 0.44 |
| Hex | 43 | 83 | 9D | 39 | 11 | 0 | 26 | C5 | 28 | 2C |
| Octal | 103 | 203 | 235 | 71 | 21 | 0 | 46 | 305 | 50 | 54 |
| Binary | 1000011 | 10000011 | 10011101 | 111001 | 10001 | 0 | 100110 | 11000101 | 101000 | 101100 |
Color Harmonies of #43839D
Complementary color
Monochromatic Colors of #43839D
Black with #43839D
Text Example
Text Example
White with #43839D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43839D; }
p { color: rgb(67,131,157); }
H1.HeaderClassName
{
color: #43839D;
}
.AnyTagClassName
{
color: #43839D;
}
</style>
background-color css
<style>
a { background-color: #43839D; }
a { background-color: rgb(67,131,157); }
div.DivClassName
{
background-color: #43839D;
}
.BgClassName
{
background-color: #43839D;
}
</style>
border-color css
<style>
span { border-color: #43839D; }
span { border-color: rgb(67,131,157); }
td.TdClassName
{
border-color: #43839D;
}
.TagClassName
{
border-color: #43839D;
}
</style>