Shades of Hippie Blue #3F8595
Tints of Hippie Blue #3F8595
RGB
CMYK
RGB Variations
Color information
#3F8595 (or 0x3F8595) is known color: Hippie Blue. HEX triplet: 3F, 85 and 95. RGB value is (63,133,149). Sum of RGB (Red+Green+Blue) = 63+133+149=345 (45% of max value = 765). Red value is 63 (25% from 255 or 18.26% from 345); Green value is 133 (52.34% from 255 or 38.55% from 345); Blue value is 149 (58.59% from 255 or 43.19% from 345); Max value from RGB is 149 - color contains mainly: blue. Hex color #3F8595 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F8595 is #C07A6A. Grayscale: #717171. Windows color (decimal): -12614251 or 9798975. OLE color: 9798975.
HSL color Cylindrical-coordinate representation of color #3F8595: hue angle of 191.16º 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 #3F8595 is Cyan = 0.58, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 63 | 133 | 149 | - |
| CMYK | 0.58 | 0.11 | 0 | 0.42 |
| HSL | 191.16º | 0.41% | 0.42% | - |
| HSV(B) | 191.16º | 0.58% | 0.58% | - |
| XYZ | 15.86 | 20 | 31.46 | - |
| YUV | 113.89 | 147.81 | 91.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 133 | 149 | 0.58 | 0.11 | 0 | 0.42 | 191.16 | 0.41 | 0.42 |
| Hex | 3F | 85 | 95 | 3A | B | 0 | 2A | BF | 29 | 2A |
| Octal | 77 | 205 | 225 | 72 | 13 | 0 | 52 | 277 | 51 | 52 |
| Binary | 111111 | 10000101 | 10010101 | 111010 | 1011 | 0 | 101010 | 10111111 | 101001 | 101010 |
Color Harmonies of #3F8595
Complementary color
Monochromatic Colors of #3F8595
Black with #3F8595
Text Example
Text Example
White with #3F8595
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F8595; }
p { color: rgb(63,133,149); }
H1.HeaderClassName
{
color: #3F8595;
}
.AnyTagClassName
{
color: #3F8595;
}
</style>
background-color css
<style>
a { background-color: #3F8595; }
a { background-color: rgb(63,133,149); }
div.DivClassName
{
background-color: #3F8595;
}
.BgClassName
{
background-color: #3F8595;
}
</style>
border-color css
<style>
span { border-color: #3F8595; }
span { border-color: rgb(63,133,149); }
td.TdClassName
{
border-color: #3F8595;
}
.TagClassName
{
border-color: #3F8595;
}
</style>