Shades of Hippie Blue #3F879D
Tints of Hippie Blue #3F879D
RGB
CMYK
RGB Variations
Color information
#3F879D (or 0x3F879D) is known color: Hippie Blue. HEX triplet: 3F, 87 and 9D. RGB value is (63,135,157). Sum of RGB (Red+Green+Blue) = 63+135+157=355 (47% of max value = 765). Red value is 63 (25% from 255 or 17.75% from 355); Green value is 135 (53.12% from 255 or 38.03% from 355); Blue value is 157 (61.72% from 255 or 44.23% from 355); Max value from RGB is 157 - color contains mainly: blue. Hex color #3F879D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F879D is #C07862. Grayscale: #737373. Windows color (decimal): -12613731 or 10323775. OLE color: 10323775.
HSL color Cylindrical-coordinate representation of color #3F879D: hue angle of 194.04º degrees, saturation: 0.43, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3F879D is Cyan = 0.60, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 63 | 135 | 157 | - |
| CMYK | 0.60 | 0.14 | 0 | 0.38 |
| HSL | 194.04º | 0.43% | 0.43% | - |
| HSV(B) | 194.04º | 0.6% | 0.62% | - |
| XYZ | 16.8 | 20.82 | 35.03 | - |
| YUV | 115.98 | 151.15 | 90.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 135 | 157 | 0.60 | 0.14 | 0 | 0.38 | 194.04 | 0.43 | 0.43 |
| Hex | 3F | 87 | 9D | 3C | E | 0 | 26 | C2 | 2B | 2B |
| Octal | 77 | 207 | 235 | 74 | 16 | 0 | 46 | 302 | 53 | 53 |
| Binary | 111111 | 10000111 | 10011101 | 111100 | 1110 | 0 | 100110 | 11000010 | 101011 | 101011 |
Color Harmonies of #3F879D
Complementary color
Monochromatic Colors of #3F879D
Black with #3F879D
Text Example
Text Example
White with #3F879D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F879D; }
p { color: rgb(63,135,157); }
H1.HeaderClassName
{
color: #3F879D;
}
.AnyTagClassName
{
color: #3F879D;
}
</style>
background-color css
<style>
a { background-color: #3F879D; }
a { background-color: rgb(63,135,157); }
div.DivClassName
{
background-color: #3F879D;
}
.BgClassName
{
background-color: #3F879D;
}
</style>
border-color css
<style>
span { border-color: #3F879D; }
span { border-color: rgb(63,135,157); }
td.TdClassName
{
border-color: #3F879D;
}
.TagClassName
{
border-color: #3F879D;
}
</style>