Shades of Hippie Blue #3C879B
Tints of Hippie Blue #3C879B
RGB
CMYK
RGB Variations
Color information
#3C879B (or 0x3C879B) is known color: Hippie Blue. HEX triplet: 3C, 87 and 9B. RGB value is (60,135,155). Sum of RGB (Red+Green+Blue) = 60+135+155=350 (46% of max value = 765). Red value is 60 (23.83% from 255 or 17.14% from 350); Green value is 135 (53.12% from 255 or 38.57% from 350); Blue value is 155 (60.94% from 255 or 44.29% from 350); Max value from RGB is 155 - color contains mainly: blue. Hex color #3C879B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3C879B is #C37864. Grayscale: #727272. Windows color (decimal): -12810341 or 10192700. OLE color: 10192700.
HSL color Cylindrical-coordinate representation of color #3C879B: hue angle of 192.63º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3C879B is Cyan = 0.61, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 60 | 135 | 155 | - |
| CMYK | 0.61 | 0.13 | 0 | 0.39 |
| HSL | 192.63º | 0.44% | 0.42% | - |
| HSV(B) | 192.63º | 0.61% | 0.61% | - |
| XYZ | 16.44 | 20.66 | 34.13 | - |
| YUV | 114.86 | 150.65 | 88.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 135 | 155 | 0.61 | 0.13 | 0 | 0.39 | 192.63 | 0.44 | 0.42 |
| Hex | 3C | 87 | 9B | 3D | D | 0 | 27 | C1 | 2C | 2A |
| Octal | 74 | 207 | 233 | 75 | 15 | 0 | 47 | 301 | 54 | 52 |
| Binary | 111100 | 10000111 | 10011011 | 111101 | 1101 | 0 | 100111 | 11000001 | 101100 | 101010 |
Color Harmonies of #3C879B
Complementary color
Monochromatic Colors of #3C879B
Black with #3C879B
Text Example
Text Example
White with #3C879B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C879B; }
p { color: rgb(60,135,155); }
H1.HeaderClassName
{
color: #3C879B;
}
.AnyTagClassName
{
color: #3C879B;
}
</style>
background-color css
<style>
a { background-color: #3C879B; }
a { background-color: rgb(60,135,155); }
div.DivClassName
{
background-color: #3C879B;
}
.BgClassName
{
background-color: #3C879B;
}
</style>
border-color css
<style>
span { border-color: #3C879B; }
span { border-color: rgb(60,135,155); }
td.TdClassName
{
border-color: #3C879B;
}
.TagClassName
{
border-color: #3C879B;
}
</style>