Shades of Hippie Blue #3B839B
Tints of Hippie Blue #3B839B
RGB
CMYK
RGB Variations
Color information
#3B839B (or 0x3B839B) is known color: Hippie Blue. HEX triplet: 3B, 83 and 9B. RGB value is (59,131,155). Sum of RGB (Red+Green+Blue) = 59+131+155=345 (45% of max value = 765). Red value is 59 (23.44% from 255 or 17.10% from 345); Green value is 131 (51.56% from 255 or 37.97% from 345); Blue value is 155 (60.94% from 255 or 44.93% from 345); Max value from RGB is 155 - color contains mainly: blue. Hex color #3B839B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3B839B is #C47C64. Grayscale: #707070. Windows color (decimal): -12876901 or 10191675. OLE color: 10191675.
HSL color Cylindrical-coordinate representation of color #3B839B: hue angle of 195º 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 #3B839B is Cyan = 0.62, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 59 | 131 | 155 | - |
| CMYK | 0.62 | 0.15 | 0 | 0.39 |
| HSL | 195º | 0.45% | 0.42% | - |
| HSV(B) | 195º | 0.62% | 0.61% | - |
| XYZ | 15.84 | 19.53 | 33.95 | - |
| YUV | 112.21 | 152.15 | 90.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 131 | 155 | 0.62 | 0.15 | 0 | 0.39 | 195 | 0.45 | 0.42 |
| Hex | 3B | 83 | 9B | 3E | F | 0 | 27 | C3 | 2D | 2A |
| Octal | 73 | 203 | 233 | 76 | 17 | 0 | 47 | 303 | 55 | 52 |
| Binary | 111011 | 10000011 | 10011011 | 111110 | 1111 | 0 | 100111 | 11000011 | 101101 | 101010 |
Color Harmonies of #3B839B
Complementary color
Monochromatic Colors of #3B839B
Black with #3B839B
Text Example
Text Example
White with #3B839B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B839B; }
p { color: rgb(59,131,155); }
H1.HeaderClassName
{
color: #3B839B;
}
.AnyTagClassName
{
color: #3B839B;
}
</style>
background-color css
<style>
a { background-color: #3B839B; }
a { background-color: rgb(59,131,155); }
div.DivClassName
{
background-color: #3B839B;
}
.BgClassName
{
background-color: #3B839B;
}
</style>
border-color css
<style>
span { border-color: #3B839B; }
span { border-color: rgb(59,131,155); }
td.TdClassName
{
border-color: #3B839B;
}
.TagClassName
{
border-color: #3B839B;
}
</style>