Shades of Hippie Blue #43829D
Tints of Hippie Blue #43829D
RGB
CMYK
RGB Variations
Color information
#43829D (or 0x43829D) is known color: Hippie Blue. HEX triplet: 43, 82 and 9D. RGB value is (67,130,157). Sum of RGB (Red+Green+Blue) = 67+130+157=354 (46% of max value = 765). Red value is 67 (26.56% from 255 or 18.93% from 354); Green value is 130 (51.17% from 255 or 36.72% from 354); Blue value is 157 (61.72% from 255 or 44.35% from 354); Max value from RGB is 157 - color contains mainly: blue. Hex color #43829D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #43829D is #BC7D62. Grayscale: #727272. Windows color (decimal): -12352867 or 10322499. OLE color: 10322499.
HSL color Cylindrical-coordinate representation of color #43829D: hue angle of 198º 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 #43829D is Cyan = 0.57, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 67 | 130 | 157 | - |
| CMYK | 0.57 | 0.17 | 0 | 0.38 |
| HSL | 198º | 0.4% | 0.44% | - |
| HSV(B) | 198º | 0.57% | 0.62% | - |
| XYZ | 16.38 | 19.59 | 34.82 | - |
| YUV | 114.24 | 152.13 | 94.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 130 | 157 | 0.57 | 0.17 | 0 | 0.38 | 198 | 0.4 | 0.44 |
| Hex | 43 | 82 | 9D | 39 | 11 | 0 | 26 | C6 | 28 | 2C |
| Octal | 103 | 202 | 235 | 71 | 21 | 0 | 46 | 306 | 50 | 54 |
| Binary | 1000011 | 10000010 | 10011101 | 111001 | 10001 | 0 | 100110 | 11000110 | 101000 | 101100 |
Color Harmonies of #43829D
Complementary color
Monochromatic Colors of #43829D
Black with #43829D
Text Example
Text Example
White with #43829D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43829D; }
p { color: rgb(67,130,157); }
H1.HeaderClassName
{
color: #43829D;
}
.AnyTagClassName
{
color: #43829D;
}
</style>
background-color css
<style>
a { background-color: #43829D; }
a { background-color: rgb(67,130,157); }
div.DivClassName
{
background-color: #43829D;
}
.BgClassName
{
background-color: #43829D;
}
</style>
border-color css
<style>
span { border-color: #43829D; }
span { border-color: rgb(67,130,157); }
td.TdClassName
{
border-color: #43829D;
}
.TagClassName
{
border-color: #43829D;
}
</style>