Shades of Hippie Blue #3B839C
Tints of Hippie Blue #3B839C
RGB
CMYK
RGB Variations
Color information
#3B839C (or 0x3B839C) is known color: Hippie Blue. HEX triplet: 3B, 83 and 9C. RGB value is (59,131,156). Sum of RGB (Red+Green+Blue) = 59+131+156=346 (45% of max value = 765). Red value is 59 (23.44% from 255 or 17.05% from 346); Green value is 131 (51.56% from 255 or 37.86% from 346); Blue value is 156 (61.33% from 255 or 45.09% from 346); Max value from RGB is 156 - color contains mainly: blue. Hex color #3B839C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3B839C is #C47C63. Grayscale: #707070. Windows color (decimal): -12876900 or 10257211. OLE color: 10257211.
HSL color Cylindrical-coordinate representation of color #3B839C: hue angle of 195.46º 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 #3B839C is Cyan = 0.62, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 59 | 131 | 156 | - |
| CMYK | 0.62 | 0.16 | 0 | 0.39 |
| HSL | 195.46º | 0.45% | 0.42% | - |
| HSV(B) | 195.46º | 0.62% | 0.61% | - |
| XYZ | 15.92 | 19.56 | 34.39 | - |
| YUV | 112.32 | 152.65 | 89.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 131 | 156 | 0.62 | 0.16 | 0 | 0.39 | 195.46 | 0.45 | 0.42 |
| Hex | 3B | 83 | 9C | 3E | 10 | 0 | 27 | C3 | 2D | 2A |
| Octal | 73 | 203 | 234 | 76 | 20 | 0 | 47 | 303 | 55 | 52 |
| Binary | 111011 | 10000011 | 10011100 | 111110 | 10000 | 0 | 100111 | 11000011 | 101101 | 101010 |
Color Harmonies of #3B839C
Complementary color
Monochromatic Colors of #3B839C
Black with #3B839C
Text Example
Text Example
White with #3B839C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B839C; }
p { color: rgb(59,131,156); }
H1.HeaderClassName
{
color: #3B839C;
}
.AnyTagClassName
{
color: #3B839C;
}
</style>
background-color css
<style>
a { background-color: #3B839C; }
a { background-color: rgb(59,131,156); }
div.DivClassName
{
background-color: #3B839C;
}
.BgClassName
{
background-color: #3B839C;
}
</style>
border-color css
<style>
span { border-color: #3B839C; }
span { border-color: rgb(59,131,156); }
td.TdClassName
{
border-color: #3B839C;
}
.TagClassName
{
border-color: #3B839C;
}
</style>