Shades of Hippie Blue #3B879A
Tints of Hippie Blue #3B879A
RGB
CMYK
RGB Variations
Color information
#3B879A (or 0x3B879A) is known color: Hippie Blue. HEX triplet: 3B, 87 and 9A. RGB value is (59,135,154). Sum of RGB (Red+Green+Blue) = 59+135+154=348 (46% of max value = 765). Red value is 59 (23.44% from 255 or 16.95% from 348); Green value is 135 (53.12% from 255 or 38.79% from 348); Blue value is 154 (60.55% from 255 or 44.25% from 348); Max value from RGB is 154 - color contains mainly: blue. Hex color #3B879A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3B879A is #C47865. Grayscale: #727272. Windows color (decimal): -12875878 or 10127163. OLE color: 10127163.
HSL color Cylindrical-coordinate representation of color #3B879A: hue angle of 192º degrees, saturation: 0.45, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3B879A is Cyan = 0.62, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 59 | 135 | 154 | - |
| CMYK | 0.62 | 0.12 | 0 | 0.40 |
| HSL | 192º | 0.45% | 0.42% | - |
| HSV(B) | 192º | 0.62% | 0.6% | - |
| XYZ | 16.3 | 20.59 | 33.69 | - |
| YUV | 114.44 | 150.32 | 88.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 135 | 154 | 0.62 | 0.12 | 0 | 0.40 | 192 | 0.45 | 0.42 |
| Hex | 3B | 87 | 9A | 3E | C | 0 | 28 | C0 | 2D | 2A |
| Octal | 73 | 207 | 232 | 76 | 14 | 0 | 50 | 300 | 55 | 52 |
| Binary | 111011 | 10000111 | 10011010 | 111110 | 1100 | 0 | 101000 | 11000000 | 101101 | 101010 |
Color Harmonies of #3B879A
Complementary color
Monochromatic Colors of #3B879A
Black with #3B879A
Text Example
Text Example
White with #3B879A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B879A; }
p { color: rgb(59,135,154); }
H1.HeaderClassName
{
color: #3B879A;
}
.AnyTagClassName
{
color: #3B879A;
}
</style>
background-color css
<style>
a { background-color: #3B879A; }
a { background-color: rgb(59,135,154); }
div.DivClassName
{
background-color: #3B879A;
}
.BgClassName
{
background-color: #3B879A;
}
</style>
border-color css
<style>
span { border-color: #3B879A; }
span { border-color: rgb(59,135,154); }
td.TdClassName
{
border-color: #3B879A;
}
.TagClassName
{
border-color: #3B879A;
}
</style>