Shades of Hippie Blue #43839C
Tints of Hippie Blue #43839C
RGB
CMYK
RGB Variations
Color information
#43839C (or 0x43839C) is known color: Hippie Blue. HEX triplet: 43, 83 and 9C. RGB value is (67,131,156). Sum of RGB (Red+Green+Blue) = 67+131+156=354 (46% of max value = 765). Red value is 67 (26.56% from 255 or 18.93% from 354); Green value is 131 (51.56% from 255 or 37.01% from 354); Blue value is 156 (61.33% from 255 or 44.07% from 354); Max value from RGB is 156 - color contains mainly: blue. Hex color #43839C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #43839C is #BC7C63. Grayscale: #727272. Windows color (decimal): -12352612 or 10257219. OLE color: 10257219.
HSL color Cylindrical-coordinate representation of color #43839C: hue angle of 196.85º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #43839C is Cyan = 0.57, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 67 | 131 | 156 | - |
| CMYK | 0.57 | 0.16 | 0 | 0.39 |
| HSL | 196.85º | 0.4% | 0.44% | - |
| HSV(B) | 196.85º | 0.57% | 0.61% | - |
| XYZ | 16.43 | 19.83 | 34.41 | - |
| YUV | 114.71 | 151.3 | 93.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 131 | 156 | 0.57 | 0.16 | 0 | 0.39 | 196.85 | 0.4 | 0.44 |
| Hex | 43 | 83 | 9C | 39 | 10 | 0 | 27 | C5 | 28 | 2C |
| Octal | 103 | 203 | 234 | 71 | 20 | 0 | 47 | 305 | 50 | 54 |
| Binary | 1000011 | 10000011 | 10011100 | 111001 | 10000 | 0 | 100111 | 11000101 | 101000 | 101100 |
Color Harmonies of #43839C
Complementary color
Monochromatic Colors of #43839C
Black with #43839C
Text Example
Text Example
White with #43839C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43839C; }
p { color: rgb(67,131,156); }
H1.HeaderClassName
{
color: #43839C;
}
.AnyTagClassName
{
color: #43839C;
}
</style>
background-color css
<style>
a { background-color: #43839C; }
a { background-color: rgb(67,131,156); }
div.DivClassName
{
background-color: #43839C;
}
.BgClassName
{
background-color: #43839C;
}
</style>
border-color css
<style>
span { border-color: #43839C; }
span { border-color: rgb(67,131,156); }
td.TdClassName
{
border-color: #43839C;
}
.TagClassName
{
border-color: #43839C;
}
</style>