Shades of Hippie Blue #3B839F
Tints of Hippie Blue #3B839F
RGB
CMYK
RGB Variations
Color information
#3B839F (or 0x3B839F) is known color: Hippie Blue. HEX triplet: 3B, 83 and 9F. RGB value is (59,131,159). Sum of RGB (Red+Green+Blue) = 59+131+159=349 (46% of max value = 765). Red value is 59 (23.44% from 255 or 16.91% from 349); Green value is 131 (51.56% from 255 or 37.54% from 349); Blue value is 159 (62.5% from 255 or 45.56% from 349); Max value from RGB is 159 - color contains mainly: blue. Hex color #3B839F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3B839F is #C47C60. Grayscale: #707070. Windows color (decimal): -12876897 or 10453819. OLE color: 10453819.
HSL color Cylindrical-coordinate representation of color #3B839F: hue angle of 196.8º degrees, saturation: 0.46, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3B839F is Cyan = 0.63, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 59 | 131 | 159 | - |
| CMYK | 0.63 | 0.18 | 0 | 0.38 |
| HSL | 196.8º | 0.46% | 0.43% | - |
| HSV(B) | 196.8º | 0.63% | 0.62% | - |
| XYZ | 16.18 | 19.67 | 35.74 | - |
| YUV | 112.66 | 154.15 | 89.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 131 | 159 | 0.63 | 0.18 | 0 | 0.38 | 196.8 | 0.46 | 0.43 |
| Hex | 3B | 83 | 9F | 3F | 12 | 0 | 26 | C5 | 2E | 2B |
| Octal | 73 | 203 | 237 | 77 | 22 | 0 | 46 | 305 | 56 | 53 |
| Binary | 111011 | 10000011 | 10011111 | 111111 | 10010 | 0 | 100110 | 11000101 | 101110 | 101011 |
Color Harmonies of #3B839F
Complementary color
Monochromatic Colors of #3B839F
Black with #3B839F
Text Example
Text Example
White with #3B839F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B839F; }
p { color: rgb(59,131,159); }
H1.HeaderClassName
{
color: #3B839F;
}
.AnyTagClassName
{
color: #3B839F;
}
</style>
background-color css
<style>
a { background-color: #3B839F; }
a { background-color: rgb(59,131,159); }
div.DivClassName
{
background-color: #3B839F;
}
.BgClassName
{
background-color: #3B839F;
}
</style>
border-color css
<style>
span { border-color: #3B839F; }
span { border-color: rgb(59,131,159); }
td.TdClassName
{
border-color: #3B839F;
}
.TagClassName
{
border-color: #3B839F;
}
</style>