Shades of Hippie Blue #3F889B
Tints of Hippie Blue #3F889B
RGB
CMYK
RGB Variations
Color information
#3F889B (or 0x3F889B) is known color: Hippie Blue. HEX triplet: 3F, 88 and 9B. RGB value is (63,136,155). Sum of RGB (Red+Green+Blue) = 63+136+155=354 (46% of max value = 765). Red value is 63 (25% from 255 or 17.80% from 354); Green value is 136 (53.52% from 255 or 38.42% from 354); Blue value is 155 (60.94% from 255 or 43.79% from 354); Max value from RGB is 155 - color contains mainly: blue. Hex color #3F889B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F889B is #C07764. Grayscale: #747474. Windows color (decimal): -12613477 or 10192959. OLE color: 10192959.
HSL color Cylindrical-coordinate representation of color #3F889B: hue angle of 192.39º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3F889B is Cyan = 0.59, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 63 | 136 | 155 | - |
| CMYK | 0.59 | 0.12 | 0 | 0.39 |
| HSL | 192.39º | 0.42% | 0.43% | - |
| HSV(B) | 192.39º | 0.59% | 0.61% | - |
| XYZ | 16.77 | 21.03 | 34.19 | - |
| YUV | 116.34 | 149.82 | 89.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 136 | 155 | 0.59 | 0.12 | 0 | 0.39 | 192.39 | 0.42 | 0.43 |
| Hex | 3F | 88 | 9B | 3B | C | 0 | 27 | C0 | 2A | 2B |
| Octal | 77 | 210 | 233 | 73 | 14 | 0 | 47 | 300 | 52 | 53 |
| Binary | 111111 | 10001000 | 10011011 | 111011 | 1100 | 0 | 100111 | 11000000 | 101010 | 101011 |
Color Harmonies of #3F889B
Complementary color
Monochromatic Colors of #3F889B
Black with #3F889B
Text Example
Text Example
White with #3F889B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F889B; }
p { color: rgb(63,136,155); }
H1.HeaderClassName
{
color: #3F889B;
}
.AnyTagClassName
{
color: #3F889B;
}
</style>
background-color css
<style>
a { background-color: #3F889B; }
a { background-color: rgb(63,136,155); }
div.DivClassName
{
background-color: #3F889B;
}
.BgClassName
{
background-color: #3F889B;
}
</style>
border-color css
<style>
span { border-color: #3F889B; }
span { border-color: rgb(63,136,155); }
td.TdClassName
{
border-color: #3F889B;
}
.TagClassName
{
border-color: #3F889B;
}
</style>