Shades of Hippie Blue #3F8199
Tints of Hippie Blue #3F8199
RGB
CMYK
RGB Variations
Color information
#3F8199 (or 0x3F8199) is known color: Hippie Blue. HEX triplet: 3F, 81 and 99. RGB value is (63,129,153). Sum of RGB (Red+Green+Blue) = 63+129+153=345 (45% of max value = 765). Red value is 63 (25% from 255 or 18.26% from 345); Green value is 129 (50.78% from 255 or 37.39% from 345); Blue value is 153 (60.16% from 255 or 44.35% from 345); Max value from RGB is 153 - color contains mainly: blue. Hex color #3F8199 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F8199 is #C07E66. Grayscale: #6F6F6F. Windows color (decimal): -12615271 or 10060095. OLE color: 10060095.
HSL color Cylindrical-coordinate representation of color #3F8199: hue angle of 196º degrees, saturation: 0.42, 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 #3F8199 is Cyan = 0.59, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 63 | 129 | 153 | - |
| CMYK | 0.59 | 0.16 | 0 | 0.4 |
| HSL | 196º | 0.42% | 0.42% | - |
| HSV(B) | 196º | 0.59% | 0.6% | - |
| XYZ | 15.65 | 19.06 | 32.99 | - |
| YUV | 112 | 151.13 | 93.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 129 | 153 | 0.59 | 0.16 | 0 | 0.4 | 196 | 0.42 | 0.42 |
| Hex | 3F | 81 | 99 | 3B | 10 | 0 | 28 | C4 | 2A | 2A |
| Octal | 77 | 201 | 231 | 73 | 20 | 0 | 50 | 304 | 52 | 52 |
| Binary | 111111 | 10000001 | 10011001 | 111011 | 10000 | 0 | 101000 | 11000100 | 101010 | 101010 |
Color Harmonies of #3F8199
Complementary color
Monochromatic Colors of #3F8199
Black with #3F8199
Text Example
Text Example
White with #3F8199
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F8199; }
p { color: rgb(63,129,153); }
H1.HeaderClassName
{
color: #3F8199;
}
.AnyTagClassName
{
color: #3F8199;
}
</style>
background-color css
<style>
a { background-color: #3F8199; }
a { background-color: rgb(63,129,153); }
div.DivClassName
{
background-color: #3F8199;
}
.BgClassName
{
background-color: #3F8199;
}
</style>
border-color css
<style>
span { border-color: #3F8199; }
span { border-color: rgb(63,129,153); }
td.TdClassName
{
border-color: #3F8199;
}
.TagClassName
{
border-color: #3F8199;
}
</style>