Shades of Hippie Blue #3B829C
Tints of Hippie Blue #3B829C
RGB
CMYK
RGB Variations
Color information
#3B829C (or 0x3B829C) is known color: Hippie Blue. HEX triplet: 3B, 82 and 9C. RGB value is (59,130,156). Sum of RGB (Red+Green+Blue) = 59+130+156=345 (45% of max value = 765). Red value is 59 (23.44% from 255 or 17.10% from 345); Green value is 130 (51.17% from 255 or 37.68% from 345); Blue value is 156 (61.33% from 255 or 45.22% from 345); Max value from RGB is 156 - color contains mainly: blue. Hex color #3B829C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3B829C is #C47D63. Grayscale: #6F6F6F. Windows color (decimal): -12877156 or 10256955. OLE color: 10256955.
HSL color Cylindrical-coordinate representation of color #3B829C: hue angle of 196.08º degrees, saturation: 0.45, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3B829C is Cyan = 0.62, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 59 | 130 | 156 | - |
| CMYK | 0.62 | 0.17 | 0 | 0.39 |
| HSL | 196.08º | 0.45% | 0.42% | - |
| HSV(B) | 196.08º | 0.62% | 0.61% | - |
| XYZ | 15.79 | 19.3 | 34.34 | - |
| YUV | 111.74 | 152.98 | 90.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 130 | 156 | 0.62 | 0.17 | 0 | 0.39 | 196.08 | 0.45 | 0.42 |
| Hex | 3B | 82 | 9C | 3E | 11 | 0 | 27 | C4 | 2D | 2A |
| Octal | 73 | 202 | 234 | 76 | 21 | 0 | 47 | 304 | 55 | 52 |
| Binary | 111011 | 10000010 | 10011100 | 111110 | 10001 | 0 | 100111 | 11000100 | 101101 | 101010 |
Color Harmonies of #3B829C
Complementary color
Monochromatic Colors of #3B829C
Black with #3B829C
Text Example
Text Example
White with #3B829C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B829C; }
p { color: rgb(59,130,156); }
H1.HeaderClassName
{
color: #3B829C;
}
.AnyTagClassName
{
color: #3B829C;
}
</style>
background-color css
<style>
a { background-color: #3B829C; }
a { background-color: rgb(59,130,156); }
div.DivClassName
{
background-color: #3B829C;
}
.BgClassName
{
background-color: #3B829C;
}
</style>
border-color css
<style>
span { border-color: #3B829C; }
span { border-color: rgb(59,130,156); }
td.TdClassName
{
border-color: #3B829C;
}
.TagClassName
{
border-color: #3B829C;
}
</style>