Shades of Hippie Blue #3F8798
Tints of Hippie Blue #3F8798
RGB
CMYK
RGB Variations
Color information
#3F8798 (or 0x3F8798) is known color: Hippie Blue. HEX triplet: 3F, 87 and 98. RGB value is (63,135,152). Sum of RGB (Red+Green+Blue) = 63+135+152=350 (46% of max value = 765). Red value is 63 (25% from 255 or 18% from 350); Green value is 135 (53.12% from 255 or 38.57% from 350); Blue value is 152 (59.77% from 255 or 43.43% from 350); Max value from RGB is 152 - color contains mainly: blue. Hex color #3F8798 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F8798 is #C07867. Grayscale: #737373. Windows color (decimal): -12613736 or 9996095. OLE color: 9996095.
HSL color Cylindrical-coordinate representation of color #3F8798: hue angle of 191.46º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3F8798 is Cyan = 0.59, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 63 | 135 | 152 | - |
| CMYK | 0.59 | 0.11 | 0 | 0.40 |
| HSL | 191.46º | 0.41% | 0.42% | - |
| HSV(B) | 191.46º | 0.59% | 0.6% | - |
| XYZ | 16.38 | 20.65 | 32.83 | - |
| YUV | 115.41 | 148.65 | 90.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 135 | 152 | 0.59 | 0.11 | 0 | 0.40 | 191.46 | 0.41 | 0.42 |
| Hex | 3F | 87 | 98 | 3B | B | 0 | 28 | BF | 29 | 2A |
| Octal | 77 | 207 | 230 | 73 | 13 | 0 | 50 | 277 | 51 | 52 |
| Binary | 111111 | 10000111 | 10011000 | 111011 | 1011 | 0 | 101000 | 10111111 | 101001 | 101010 |
Color Harmonies of #3F8798
Complementary color
Monochromatic Colors of #3F8798
Black with #3F8798
Text Example
Text Example
White with #3F8798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F8798; }
p { color: rgb(63,135,152); }
H1.HeaderClassName
{
color: #3F8798;
}
.AnyTagClassName
{
color: #3F8798;
}
</style>
background-color css
<style>
a { background-color: #3F8798; }
a { background-color: rgb(63,135,152); }
div.DivClassName
{
background-color: #3F8798;
}
.BgClassName
{
background-color: #3F8798;
}
</style>
border-color css
<style>
span { border-color: #3F8798; }
span { border-color: rgb(63,135,152); }
td.TdClassName
{
border-color: #3F8798;
}
.TagClassName
{
border-color: #3F8798;
}
</style>