Shades of Hippie Blue #3A829E
Tints of Hippie Blue #3A829E
RGB
CMYK
RGB Variations
Color information
#3A829E (or 0x3A829E) is known color: Hippie Blue. HEX triplet: 3A, 82 and 9E. RGB value is (58,130,158). Sum of RGB (Red+Green+Blue) = 58+130+158=346 (45% of max value = 765). Red value is 58 (23.05% from 255 or 16.76% from 346); Green value is 130 (51.17% from 255 or 37.57% from 346); Blue value is 158 (62.11% from 255 or 45.66% from 346); Max value from RGB is 158 - color contains mainly: blue. Hex color #3A829E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3A829E is #C57D61. Grayscale: #6F6F6F. Windows color (decimal): -12942690 or 10388026. OLE color: 10388026.
HSL color Cylindrical-coordinate representation of color #3A829E: hue angle of 196.8º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3A829E is Cyan = 0.63, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 58 | 130 | 158 | - |
| CMYK | 0.63 | 0.18 | 0 | 0.38 |
| HSL | 196.8º | 0.46% | 0.42% | - |
| HSV(B) | 196.8º | 0.63% | 0.62% | - |
| XYZ | 15.9 | 19.33 | 35.24 | - |
| YUV | 111.66 | 154.15 | 89.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 130 | 158 | 0.63 | 0.18 | 0 | 0.38 | 196.8 | 0.46 | 0.42 |
| Hex | 3A | 82 | 9E | 3F | 12 | 0 | 26 | C5 | 2E | 2A |
| Octal | 72 | 202 | 236 | 77 | 22 | 0 | 46 | 305 | 56 | 52 |
| Binary | 111010 | 10000010 | 10011110 | 111111 | 10010 | 0 | 100110 | 11000101 | 101110 | 101010 |
Color Harmonies of #3A829E
Complementary color
Monochromatic Colors of #3A829E
Black with #3A829E
Text Example
Text Example
White with #3A829E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A829E; }
p { color: rgb(58,130,158); }
H1.HeaderClassName
{
color: #3A829E;
}
.AnyTagClassName
{
color: #3A829E;
}
</style>
background-color css
<style>
a { background-color: #3A829E; }
a { background-color: rgb(58,130,158); }
div.DivClassName
{
background-color: #3A829E;
}
.BgClassName
{
background-color: #3A829E;
}
</style>
border-color css
<style>
span { border-color: #3A829E; }
span { border-color: rgb(58,130,158); }
td.TdClassName
{
border-color: #3A829E;
}
.TagClassName
{
border-color: #3A829E;
}
</style>