Shades of Hippie Blue #3F889F
Tints of Hippie Blue #3F889F
RGB
CMYK
RGB Variations
Color information
#3F889F (or 0x3F889F) is known color: Hippie Blue. HEX triplet: 3F, 88 and 9F. RGB value is (63,136,159). Sum of RGB (Red+Green+Blue) = 63+136+159=358 (47% of max value = 765). Red value is 63 (25% from 255 or 17.60% from 358); Green value is 136 (53.52% from 255 or 37.99% from 358); Blue value is 159 (62.5% from 255 or 44.41% from 358); Max value from RGB is 159 - color contains mainly: blue. Hex color #3F889F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F889F is #C07760. Grayscale: #747474. Windows color (decimal): -12613473 or 10455103. OLE color: 10455103.
HSL color Cylindrical-coordinate representation of color #3F889F: hue angle of 194.38º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3F889F is Cyan = 0.60, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 63 | 136 | 159 | - |
| CMYK | 0.60 | 0.14 | 0 | 0.38 |
| HSL | 194.38º | 0.43% | 0.44% | - |
| HSV(B) | 194.38º | 0.6% | 0.62% | - |
| XYZ | 17.11 | 21.17 | 35.98 | - |
| YUV | 116.8 | 151.82 | 89.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 136 | 159 | 0.60 | 0.14 | 0 | 0.38 | 194.38 | 0.43 | 0.44 |
| Hex | 3F | 88 | 9F | 3C | E | 0 | 26 | C2 | 2B | 2C |
| Octal | 77 | 210 | 237 | 74 | 16 | 0 | 46 | 302 | 53 | 54 |
| Binary | 111111 | 10001000 | 10011111 | 111100 | 1110 | 0 | 100110 | 11000010 | 101011 | 101100 |
Color Harmonies of #3F889F
Complementary color
Monochromatic Colors of #3F889F
Black with #3F889F
Text Example
Text Example
White with #3F889F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F889F; }
p { color: rgb(63,136,159); }
H1.HeaderClassName
{
color: #3F889F;
}
.AnyTagClassName
{
color: #3F889F;
}
</style>
background-color css
<style>
a { background-color: #3F889F; }
a { background-color: rgb(63,136,159); }
div.DivClassName
{
background-color: #3F889F;
}
.BgClassName
{
background-color: #3F889F;
}
</style>
border-color css
<style>
span { border-color: #3F889F; }
span { border-color: rgb(63,136,159); }
td.TdClassName
{
border-color: #3F889F;
}
.TagClassName
{
border-color: #3F889F;
}
</style>