Shades of Hippie Blue #3F8495
Tints of Hippie Blue #3F8495
RGB
CMYK
RGB Variations
Color information
#3F8495 (or 0x3F8495) is known color: Hippie Blue. HEX triplet: 3F, 84 and 95. RGB value is (63,132,149). Sum of RGB (Red+Green+Blue) = 63+132+149=344 (45% of max value = 765). Red value is 63 (25% from 255 or 18.31% from 344); Green value is 132 (51.95% from 255 or 38.37% from 344); Blue value is 149 (58.59% from 255 or 43.31% from 344); Max value from RGB is 149 - color contains mainly: blue. Hex color #3F8495 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F8495 is #C07B6A. Grayscale: #717171. Windows color (decimal): -12614507 or 9798719. OLE color: 9798719.
HSL color Cylindrical-coordinate representation of color #3F8495: hue angle of 191.86º degrees, saturation: 0.41, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3F8495 is Cyan = 0.58, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 63 | 132 | 149 | - |
| CMYK | 0.58 | 0.11 | 0 | 0.42 |
| HSL | 191.86º | 0.41% | 0.42% | - |
| HSV(B) | 191.86º | 0.58% | 0.58% | - |
| XYZ | 15.73 | 19.73 | 31.41 | - |
| YUV | 113.31 | 148.14 | 92.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 132 | 149 | 0.58 | 0.11 | 0 | 0.42 | 191.86 | 0.41 | 0.42 |
| Hex | 3F | 84 | 95 | 3A | B | 0 | 2A | C0 | 29 | 2A |
| Octal | 77 | 204 | 225 | 72 | 13 | 0 | 52 | 300 | 51 | 52 |
| Binary | 111111 | 10000100 | 10010101 | 111010 | 1011 | 0 | 101010 | 11000000 | 101001 | 101010 |
Color Harmonies of #3F8495
Complementary color
Monochromatic Colors of #3F8495
Black with #3F8495
Text Example
Text Example
White with #3F8495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F8495; }
p { color: rgb(63,132,149); }
H1.HeaderClassName
{
color: #3F8495;
}
.AnyTagClassName
{
color: #3F8495;
}
</style>
background-color css
<style>
a { background-color: #3F8495; }
a { background-color: rgb(63,132,149); }
div.DivClassName
{
background-color: #3F8495;
}
.BgClassName
{
background-color: #3F8495;
}
</style>
border-color css
<style>
span { border-color: #3F8495; }
span { border-color: rgb(63,132,149); }
td.TdClassName
{
border-color: #3F8495;
}
.TagClassName
{
border-color: #3F8495;
}
</style>