Shades of Hippie Blue #3F829D
Tints of Hippie Blue #3F829D
RGB
CMYK
RGB Variations
Color information
#3F829D (or 0x3F829D) is known color: Hippie Blue. HEX triplet: 3F, 82 and 9D. RGB value is (63,130,157). Sum of RGB (Red+Green+Blue) = 63+130+157=350 (46% of max value = 765). Red value is 63 (25% from 255 or 18% from 350); Green value is 130 (51.17% from 255 or 37.14% from 350); Blue value is 157 (61.72% from 255 or 44.86% from 350); Max value from RGB is 157 - color contains mainly: blue. Hex color #3F829D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F829D is #C07D62. Grayscale: #707070. Windows color (decimal): -12615011 or 10322495. OLE color: 10322495.
HSL color Cylindrical-coordinate representation of color #3F829D: hue angle of 197.23º degrees, saturation: 0.43, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3F829D is Cyan = 0.60, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 63 | 130 | 157 | - |
| CMYK | 0.60 | 0.17 | 0 | 0.38 |
| HSL | 197.23º | 0.43% | 0.43% | - |
| HSV(B) | 197.23º | 0.6% | 0.62% | - |
| XYZ | 16.12 | 19.46 | 34.8 | - |
| YUV | 113.05 | 152.8 | 92.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 130 | 157 | 0.60 | 0.17 | 0 | 0.38 | 197.23 | 0.43 | 0.43 |
| Hex | 3F | 82 | 9D | 3C | 11 | 0 | 26 | C5 | 2B | 2B |
| Octal | 77 | 202 | 235 | 74 | 21 | 0 | 46 | 305 | 53 | 53 |
| Binary | 111111 | 10000010 | 10011101 | 111100 | 10001 | 0 | 100110 | 11000101 | 101011 | 101011 |
Color Harmonies of #3F829D
Complementary color
Monochromatic Colors of #3F829D
Black with #3F829D
Text Example
Text Example
White with #3F829D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F829D; }
p { color: rgb(63,130,157); }
H1.HeaderClassName
{
color: #3F829D;
}
.AnyTagClassName
{
color: #3F829D;
}
</style>
background-color css
<style>
a { background-color: #3F829D; }
a { background-color: rgb(63,130,157); }
div.DivClassName
{
background-color: #3F829D;
}
.BgClassName
{
background-color: #3F829D;
}
</style>
border-color css
<style>
span { border-color: #3F829D; }
span { border-color: rgb(63,130,157); }
td.TdClassName
{
border-color: #3F829D;
}
.TagClassName
{
border-color: #3F829D;
}
</style>