Shades of Hippie Blue #3F809B
Tints of Hippie Blue #3F809B
RGB
CMYK
RGB Variations
Color information
#3F809B (or 0x3F809B) is known color: Hippie Blue. HEX triplet: 3F, 80 and 9B. RGB value is (63,128,155). Sum of RGB (Red+Green+Blue) = 63+128+155=346 (45% of max value = 765). Red value is 63 (25% from 255 or 18.21% from 346); Green value is 128 (50.39% from 255 or 36.99% from 346); Blue value is 155 (60.94% from 255 or 44.80% from 346); Max value from RGB is 155 - color contains mainly: blue. Hex color #3F809B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F809B is #C07F64. Grayscale: #6F6F6F. Windows color (decimal): -12615525 or 10190911. OLE color: 10190911.
HSL color Cylindrical-coordinate representation of color #3F809B: hue angle of 197.61º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3F809B is Cyan = 0.59, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 63 | 128 | 155 | - |
| CMYK | 0.59 | 0.17 | 0 | 0.39 |
| HSL | 197.61º | 0.42% | 0.43% | - |
| HSV(B) | 197.61º | 0.59% | 0.61% | - |
| XYZ | 15.69 | 18.86 | 33.82 | - |
| YUV | 111.64 | 152.47 | 93.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 128 | 155 | 0.59 | 0.17 | 0 | 0.39 | 197.61 | 0.42 | 0.43 |
| Hex | 3F | 80 | 9B | 3B | 11 | 0 | 27 | C6 | 2A | 2B |
| Octal | 77 | 200 | 233 | 73 | 21 | 0 | 47 | 306 | 52 | 53 |
| Binary | 111111 | 10000000 | 10011011 | 111011 | 10001 | 0 | 100111 | 11000110 | 101010 | 101011 |
Color Harmonies of #3F809B
Complementary color
Monochromatic Colors of #3F809B
Black with #3F809B
Text Example
Text Example
White with #3F809B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F809B; }
p { color: rgb(63,128,155); }
H1.HeaderClassName
{
color: #3F809B;
}
.AnyTagClassName
{
color: #3F809B;
}
</style>
background-color css
<style>
a { background-color: #3F809B; }
a { background-color: rgb(63,128,155); }
div.DivClassName
{
background-color: #3F809B;
}
.BgClassName
{
background-color: #3F809B;
}
</style>
border-color css
<style>
span { border-color: #3F809B; }
span { border-color: rgb(63,128,155); }
td.TdClassName
{
border-color: #3F809B;
}
.TagClassName
{
border-color: #3F809B;
}
</style>