Shades of Hippie Blue #3A829C
Tints of Hippie Blue #3A829C
RGB
CMYK
RGB Variations
Color information
#3A829C (or 0x3A829C) is known color: Hippie Blue. HEX triplet: 3A, 82 and 9C. RGB value is (58,130,156). Sum of RGB (Red+Green+Blue) = 58+130+156=344 (45% of max value = 765). Red value is 58 (23.05% from 255 or 16.86% from 344); Green value is 130 (51.17% from 255 or 37.79% from 344); Blue value is 156 (61.33% from 255 or 45.35% from 344); Max value from RGB is 156 - color contains mainly: blue. Hex color #3A829C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3A829C is #C57D63. Grayscale: #6F6F6F. Windows color (decimal): -12942692 or 10256954. OLE color: 10256954.
HSL color Cylindrical-coordinate representation of color #3A829C: hue angle of 195.92º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3A829C is Cyan = 0.63, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 58 | 130 | 156 | - |
| CMYK | 0.63 | 0.17 | 0 | 0.39 |
| HSL | 195.92º | 0.46% | 0.42% | - |
| HSV(B) | 195.92º | 0.63% | 0.61% | - |
| XYZ | 15.73 | 19.27 | 34.34 | - |
| YUV | 111.44 | 153.15 | 89.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 130 | 156 | 0.63 | 0.17 | 0 | 0.39 | 195.92 | 0.46 | 0.42 |
| Hex | 3A | 82 | 9C | 3F | 11 | 0 | 27 | C4 | 2E | 2A |
| Octal | 72 | 202 | 234 | 77 | 21 | 0 | 47 | 304 | 56 | 52 |
| Binary | 111010 | 10000010 | 10011100 | 111111 | 10001 | 0 | 100111 | 11000100 | 101110 | 101010 |
Color Harmonies of #3A829C
Complementary color
Monochromatic Colors of #3A829C
Black with #3A829C
Text Example
Text Example
White with #3A829C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A829C; }
p { color: rgb(58,130,156); }
H1.HeaderClassName
{
color: #3A829C;
}
.AnyTagClassName
{
color: #3A829C;
}
</style>
background-color css
<style>
a { background-color: #3A829C; }
a { background-color: rgb(58,130,156); }
div.DivClassName
{
background-color: #3A829C;
}
.BgClassName
{
background-color: #3A829C;
}
</style>
border-color css
<style>
span { border-color: #3A829C; }
span { border-color: rgb(58,130,156); }
td.TdClassName
{
border-color: #3A829C;
}
.TagClassName
{
border-color: #3A829C;
}
</style>