Shades of Hippie Blue #3B829B
Tints of Hippie Blue #3B829B
RGB
CMYK
RGB Variations
Color information
#3B829B (or 0x3B829B) is known color: Hippie Blue. HEX triplet: 3B, 82 and 9B. RGB value is (59,130,155). Sum of RGB (Red+Green+Blue) = 59+130+155=344 (45% of max value = 765). Red value is 59 (23.44% from 255 or 17.15% from 344); Green value is 130 (51.17% from 255 or 37.79% from 344); Blue value is 155 (60.94% from 255 or 45.06% from 344); Max value from RGB is 155 - color contains mainly: blue. Hex color #3B829B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3B829B is #C47D64. Grayscale: #6F6F6F. Windows color (decimal): -12877157 or 10191419. OLE color: 10191419.
HSL color Cylindrical-coordinate representation of color #3B829B: hue angle of 195.62º 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 #3B829B is Cyan = 0.62, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 59 | 130 | 155 | - |
| CMYK | 0.62 | 0.16 | 0 | 0.39 |
| HSL | 195.63º | 0.45% | 0.42% | - |
| HSV(B) | 195.63º | 0.62% | 0.61% | - |
| XYZ | 15.7 | 19.26 | 33.9 | - |
| YUV | 111.62 | 152.48 | 90.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 130 | 155 | 0.62 | 0.16 | 0 | 0.39 | 195.63 | 0.45 | 0.42 |
| Hex | 3B | 82 | 9B | 3E | 10 | 0 | 27 | C4 | 2D | 2A |
| Octal | 73 | 202 | 233 | 76 | 20 | 0 | 47 | 304 | 55 | 52 |
| Binary | 111011 | 10000010 | 10011011 | 111110 | 10000 | 0 | 100111 | 11000100 | 101101 | 101010 |
Color Harmonies of #3B829B
Complementary color
Monochromatic Colors of #3B829B
Black with #3B829B
Text Example
Text Example
White with #3B829B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B829B; }
p { color: rgb(59,130,155); }
H1.HeaderClassName
{
color: #3B829B;
}
.AnyTagClassName
{
color: #3B829B;
}
</style>
background-color css
<style>
a { background-color: #3B829B; }
a { background-color: rgb(59,130,155); }
div.DivClassName
{
background-color: #3B829B;
}
.BgClassName
{
background-color: #3B829B;
}
</style>
border-color css
<style>
span { border-color: #3B829B; }
span { border-color: rgb(59,130,155); }
td.TdClassName
{
border-color: #3B829B;
}
.TagClassName
{
border-color: #3B829B;
}
</style>