Shades of Hippie Blue #3B8799
Tints of Hippie Blue #3B8799
RGB
CMYK
RGB Variations
Color information
#3B8799 (or 0x3B8799) is known color: Hippie Blue. HEX triplet: 3B, 87 and 99. RGB value is (59,135,153). Sum of RGB (Red+Green+Blue) = 59+135+153=347 (45% of max value = 765). Red value is 59 (23.44% from 255 or 17.00% from 347); Green value is 135 (53.12% from 255 or 38.90% from 347); Blue value is 153 (60.16% from 255 or 44.09% from 347); Max value from RGB is 153 - color contains mainly: blue. Hex color #3B8799 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3B8799 is #C47866. Grayscale: #727272. Windows color (decimal): -12875879 or 10061627. OLE color: 10061627.
HSL color Cylindrical-coordinate representation of color #3B8799: hue angle of 191.49º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3B8799 is Cyan = 0.61, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 59 | 135 | 153 | - |
| CMYK | 0.61 | 0.12 | 0 | 0.4 |
| HSL | 191.49º | 0.44% | 0.42% | - |
| HSV(B) | 191.49º | 0.61% | 0.6% | - |
| XYZ | 16.22 | 20.56 | 33.25 | - |
| YUV | 114.33 | 149.82 | 88.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 135 | 153 | 0.61 | 0.12 | 0 | 0.4 | 191.49 | 0.44 | 0.42 |
| Hex | 3B | 87 | 99 | 3D | C | 0 | 28 | BF | 2C | 2A |
| Octal | 73 | 207 | 231 | 75 | 14 | 0 | 50 | 277 | 54 | 52 |
| Binary | 111011 | 10000111 | 10011001 | 111101 | 1100 | 0 | 101000 | 10111111 | 101100 | 101010 |
Color Harmonies of #3B8799
Complementary color
Monochromatic Colors of #3B8799
Black with #3B8799
Text Example
Text Example
White with #3B8799
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B8799; }
p { color: rgb(59,135,153); }
H1.HeaderClassName
{
color: #3B8799;
}
.AnyTagClassName
{
color: #3B8799;
}
</style>
background-color css
<style>
a { background-color: #3B8799; }
a { background-color: rgb(59,135,153); }
div.DivClassName
{
background-color: #3B8799;
}
.BgClassName
{
background-color: #3B8799;
}
</style>
border-color css
<style>
span { border-color: #3B8799; }
span { border-color: rgb(59,135,153); }
td.TdClassName
{
border-color: #3B8799;
}
.TagClassName
{
border-color: #3B8799;
}
</style>