Shades of Hippie Blue #3F899E
Tints of Hippie Blue #3F899E
RGB
CMYK
RGB Variations
Color information
#3F899E (or 0x3F899E) is known color: Hippie Blue. HEX triplet: 3F, 89 and 9E. RGB value is (63,137,158). Sum of RGB (Red+Green+Blue) = 63+137+158=358 (47% of max value = 765). Red value is 63 (25% from 255 or 17.60% from 358); Green value is 137 (53.91% from 255 or 38.27% from 358); Blue value is 158 (62.11% from 255 or 44.13% from 358); Max value from RGB is 158 - color contains mainly: blue. Hex color #3F899E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F899E is #C07661. Grayscale: #757575. Windows color (decimal): -12613218 or 10389823. OLE color: 10389823.
HSL color Cylindrical-coordinate representation of color #3F899E: hue angle of 193.26º 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 #3F899E is Cyan = 0.60, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 63 | 137 | 158 | - |
| CMYK | 0.60 | 0.13 | 0 | 0.38 |
| HSL | 193.26º | 0.43% | 0.43% | - |
| HSV(B) | 193.26º | 0.6% | 0.62% | - |
| XYZ | 17.17 | 21.42 | 35.58 | - |
| YUV | 117.27 | 150.98 | 89.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 137 | 158 | 0.60 | 0.13 | 0 | 0.38 | 193.26 | 0.43 | 0.43 |
| Hex | 3F | 89 | 9E | 3C | D | 0 | 26 | C1 | 2B | 2B |
| Octal | 77 | 211 | 236 | 74 | 15 | 0 | 46 | 301 | 53 | 53 |
| Binary | 111111 | 10001001 | 10011110 | 111100 | 1101 | 0 | 100110 | 11000001 | 101011 | 101011 |
Color Harmonies of #3F899E
Complementary color
Monochromatic Colors of #3F899E
Black with #3F899E
Text Example
Text Example
White with #3F899E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F899E; }
p { color: rgb(63,137,158); }
H1.HeaderClassName
{
color: #3F899E;
}
.AnyTagClassName
{
color: #3F899E;
}
</style>
background-color css
<style>
a { background-color: #3F899E; }
a { background-color: rgb(63,137,158); }
div.DivClassName
{
background-color: #3F899E;
}
.BgClassName
{
background-color: #3F899E;
}
</style>
border-color css
<style>
span { border-color: #3F899E; }
span { border-color: rgb(63,137,158); }
td.TdClassName
{
border-color: #3F899E;
}
.TagClassName
{
border-color: #3F899E;
}
</style>