Shades of Hippie Blue #3C879D
Tints of Hippie Blue #3C879D
RGB
CMYK
RGB Variations
Color information
#3C879D (or 0x3C879D) is known color: Hippie Blue. HEX triplet: 3C, 87 and 9D. RGB value is (60,135,157). Sum of RGB (Red+Green+Blue) = 60+135+157=352 (46% of max value = 765). Red value is 60 (23.83% from 255 or 17.05% from 352); Green value is 135 (53.12% from 255 or 38.35% from 352); Blue value is 157 (61.72% from 255 or 44.60% from 352); Max value from RGB is 157 - color contains mainly: blue. Hex color #3C879D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3C879D is #C37862. Grayscale: #727272. Windows color (decimal): -12810339 or 10323772. OLE color: 10323772.
HSL color Cylindrical-coordinate representation of color #3C879D: hue angle of 193.61º degrees, saturation: 0.45, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3C879D is Cyan = 0.62, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 60 | 135 | 157 | - |
| CMYK | 0.62 | 0.14 | 0 | 0.38 |
| HSL | 193.61º | 0.45% | 0.43% | - |
| HSV(B) | 193.61º | 0.62% | 0.62% | - |
| XYZ | 16.61 | 20.72 | 35.02 | - |
| YUV | 115.08 | 151.65 | 88.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 135 | 157 | 0.62 | 0.14 | 0 | 0.38 | 193.61 | 0.45 | 0.43 |
| Hex | 3C | 87 | 9D | 3E | E | 0 | 26 | C2 | 2D | 2B |
| Octal | 74 | 207 | 235 | 76 | 16 | 0 | 46 | 302 | 55 | 53 |
| Binary | 111100 | 10000111 | 10011101 | 111110 | 1110 | 0 | 100110 | 11000010 | 101101 | 101011 |
Color Harmonies of #3C879D
Complementary color
Monochromatic Colors of #3C879D
Black with #3C879D
Text Example
Text Example
White with #3C879D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C879D; }
p { color: rgb(60,135,157); }
H1.HeaderClassName
{
color: #3C879D;
}
.AnyTagClassName
{
color: #3C879D;
}
</style>
background-color css
<style>
a { background-color: #3C879D; }
a { background-color: rgb(60,135,157); }
div.DivClassName
{
background-color: #3C879D;
}
.BgClassName
{
background-color: #3C879D;
}
</style>
border-color css
<style>
span { border-color: #3C879D; }
span { border-color: rgb(60,135,157); }
td.TdClassName
{
border-color: #3C879D;
}
.TagClassName
{
border-color: #3C879D;
}
</style>