Shades of Hippie Blue #3F8593
Tints of Hippie Blue #3F8593
RGB
CMYK
RGB Variations
Color information
#3F8593 (or 0x3F8593) is known color: Hippie Blue. HEX triplet: 3F, 85 and 93. RGB value is (63,133,147). Sum of RGB (Red+Green+Blue) = 63+133+147=343 (45% of max value = 765). Red value is 63 (25% from 255 or 18.37% from 343); Green value is 133 (52.34% from 255 or 38.78% from 343); Blue value is 147 (57.81% from 255 or 42.86% from 343); Max value from RGB is 147 - color contains mainly: blue. Hex color #3F8593 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F8593 is #C07A6C. Grayscale: #717171. Windows color (decimal): -12614253 or 9667903. OLE color: 9667903.
HSL color Cylindrical-coordinate representation of color #3F8593: hue angle of 190º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3F8593 is Cyan = 0.57, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 63 | 133 | 147 | - |
| CMYK | 0.57 | 0.10 | 0 | 0.42 |
| HSL | 190º | 0.4% | 0.41% | - |
| HSV(B) | 190º | 0.57% | 0.58% | - |
| XYZ | 15.7 | 19.94 | 30.62 | - |
| YUV | 113.67 | 146.81 | 91.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 133 | 147 | 0.57 | 0.10 | 0 | 0.42 | 190 | 0.4 | 0.41 |
| Hex | 3F | 85 | 93 | 39 | A | 0 | 2A | BE | 28 | 29 |
| Octal | 77 | 205 | 223 | 71 | 12 | 0 | 52 | 276 | 50 | 51 |
| Binary | 111111 | 10000101 | 10010011 | 111001 | 1010 | 0 | 101010 | 10111110 | 101000 | 101001 |
Color Harmonies of #3F8593
Complementary color
Monochromatic Colors of #3F8593
Black with #3F8593
Text Example
Text Example
White with #3F8593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F8593; }
p { color: rgb(63,133,147); }
H1.HeaderClassName
{
color: #3F8593;
}
.AnyTagClassName
{
color: #3F8593;
}
</style>
background-color css
<style>
a { background-color: #3F8593; }
a { background-color: rgb(63,133,147); }
div.DivClassName
{
background-color: #3F8593;
}
.BgClassName
{
background-color: #3F8593;
}
</style>
border-color css
<style>
span { border-color: #3F8593; }
span { border-color: rgb(63,133,147); }
td.TdClassName
{
border-color: #3F8593;
}
.TagClassName
{
border-color: #3F8593;
}
</style>