Shades of Hippie Blue #3F889E
Tints of Hippie Blue #3F889E
RGB
CMYK
RGB Variations
Color information
#3F889E (or 0x3F889E) is known color: Hippie Blue. HEX triplet: 3F, 88 and 9E. RGB value is (63,136,158). Sum of RGB (Red+Green+Blue) = 63+136+158=357 (47% of max value = 765). Red value is 63 (25% from 255 or 17.65% from 357); Green value is 136 (53.52% from 255 or 38.10% from 357); Blue value is 158 (62.11% from 255 or 44.26% from 357); Max value from RGB is 158 - color contains mainly: blue. Hex color #3F889E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F889E is #C07761. Grayscale: #747474. Windows color (decimal): -12613474 or 10389567. OLE color: 10389567.
HSL color Cylindrical-coordinate representation of color #3F889E: hue angle of 193.89º 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 #3F889E is Cyan = 0.60, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 63 | 136 | 158 | - |
| CMYK | 0.60 | 0.14 | 0 | 0.38 |
| HSL | 193.89º | 0.43% | 0.43% | - |
| HSV(B) | 193.89º | 0.6% | 0.62% | - |
| XYZ | 17.03 | 21.13 | 35.53 | - |
| YUV | 116.68 | 151.32 | 89.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 136 | 158 | 0.60 | 0.14 | 0 | 0.38 | 193.89 | 0.43 | 0.43 |
| Hex | 3F | 88 | 9E | 3C | E | 0 | 26 | C2 | 2B | 2B |
| Octal | 77 | 210 | 236 | 74 | 16 | 0 | 46 | 302 | 53 | 53 |
| Binary | 111111 | 10001000 | 10011110 | 111100 | 1110 | 0 | 100110 | 11000010 | 101011 | 101011 |
Color Harmonies of #3F889E
Complementary color
Monochromatic Colors of #3F889E
Black with #3F889E
Text Example
Text Example
White with #3F889E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F889E; }
p { color: rgb(63,136,158); }
H1.HeaderClassName
{
color: #3F889E;
}
.AnyTagClassName
{
color: #3F889E;
}
</style>
background-color css
<style>
a { background-color: #3F889E; }
a { background-color: rgb(63,136,158); }
div.DivClassName
{
background-color: #3F889E;
}
.BgClassName
{
background-color: #3F889E;
}
</style>
border-color css
<style>
span { border-color: #3F889E; }
span { border-color: rgb(63,136,158); }
td.TdClassName
{
border-color: #3F889E;
}
.TagClassName
{
border-color: #3F889E;
}
</style>