Shades of Hippie Blue #3F809C
Tints of Hippie Blue #3F809C
RGB
CMYK
RGB Variations
Color information
#3F809C (or 0x3F809C) is known color: Hippie Blue. HEX triplet: 3F, 80 and 9C. RGB value is (63,128,156). Sum of RGB (Red+Green+Blue) = 63+128+156=347 (45% of max value = 765). Red value is 63 (25% from 255 or 18.16% from 347); Green value is 128 (50.39% from 255 or 36.89% from 347); Blue value is 156 (61.33% from 255 or 44.96% from 347); Max value from RGB is 156 - color contains mainly: blue. Hex color #3F809C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F809C is #C07F63. Grayscale: #6F6F6F. Windows color (decimal): -12615524 or 10256447. OLE color: 10256447.
HSL color Cylindrical-coordinate representation of color #3F809C: hue angle of 198.06º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3F809C is Cyan = 0.60, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 63 | 128 | 156 | - |
| CMYK | 0.60 | 0.18 | 0 | 0.39 |
| HSL | 198.06º | 0.42% | 0.43% | - |
| HSV(B) | 198.06º | 0.6% | 0.61% | - |
| XYZ | 15.77 | 18.9 | 34.27 | - |
| YUV | 111.76 | 152.97 | 93.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 128 | 156 | 0.60 | 0.18 | 0 | 0.39 | 198.06 | 0.42 | 0.43 |
| Hex | 3F | 80 | 9C | 3C | 12 | 0 | 27 | C6 | 2A | 2B |
| Octal | 77 | 200 | 234 | 74 | 22 | 0 | 47 | 306 | 52 | 53 |
| Binary | 111111 | 10000000 | 10011100 | 111100 | 10010 | 0 | 100111 | 11000110 | 101010 | 101011 |
Color Harmonies of #3F809C
Complementary color
Monochromatic Colors of #3F809C
Black with #3F809C
Text Example
Text Example
White with #3F809C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F809C; }
p { color: rgb(63,128,156); }
H1.HeaderClassName
{
color: #3F809C;
}
.AnyTagClassName
{
color: #3F809C;
}
</style>
background-color css
<style>
a { background-color: #3F809C; }
a { background-color: rgb(63,128,156); }
div.DivClassName
{
background-color: #3F809C;
}
.BgClassName
{
background-color: #3F809C;
}
</style>
border-color css
<style>
span { border-color: #3F809C; }
span { border-color: rgb(63,128,156); }
td.TdClassName
{
border-color: #3F809C;
}
.TagClassName
{
border-color: #3F809C;
}
</style>