Shades of Hippie Blue #3F819C
Tints of Hippie Blue #3F819C
RGB
CMYK
RGB Variations
Color information
#3F819C (or 0x3F819C) is known color: Hippie Blue. HEX triplet: 3F, 81 and 9C. RGB value is (63,129,156). Sum of RGB (Red+Green+Blue) = 63+129+156=348 (46% of max value = 765). Red value is 63 (25% from 255 or 18.10% from 348); Green value is 129 (50.78% from 255 or 37.07% from 348); Blue value is 156 (61.33% from 255 or 44.83% from 348); Max value from RGB is 156 - color contains mainly: blue. Hex color #3F819C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3F819C is #C07E63. Grayscale: #707070. Windows color (decimal): -12615268 or 10256703. OLE color: 10256703.
HSL color Cylindrical-coordinate representation of color #3F819C: hue angle of 197.42º 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 #3F819C is Cyan = 0.60, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 63 | 129 | 156 | - |
| CMYK | 0.60 | 0.17 | 0 | 0.39 |
| HSL | 197.42º | 0.42% | 0.43% | - |
| HSV(B) | 197.42º | 0.6% | 0.61% | - |
| XYZ | 15.9 | 19.16 | 34.31 | - |
| YUV | 112.34 | 152.63 | 92.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 129 | 156 | 0.60 | 0.17 | 0 | 0.39 | 197.42 | 0.42 | 0.43 |
| Hex | 3F | 81 | 9C | 3C | 11 | 0 | 27 | C5 | 2A | 2B |
| Octal | 77 | 201 | 234 | 74 | 21 | 0 | 47 | 305 | 52 | 53 |
| Binary | 111111 | 10000001 | 10011100 | 111100 | 10001 | 0 | 100111 | 11000101 | 101010 | 101011 |
Color Harmonies of #3F819C
Complementary color
Monochromatic Colors of #3F819C
Black with #3F819C
Text Example
Text Example
White with #3F819C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F819C; }
p { color: rgb(63,129,156); }
H1.HeaderClassName
{
color: #3F819C;
}
.AnyTagClassName
{
color: #3F819C;
}
</style>
background-color css
<style>
a { background-color: #3F819C; }
a { background-color: rgb(63,129,156); }
div.DivClassName
{
background-color: #3F819C;
}
.BgClassName
{
background-color: #3F819C;
}
</style>
border-color css
<style>
span { border-color: #3F819C; }
span { border-color: rgb(63,129,156); }
td.TdClassName
{
border-color: #3F819C;
}
.TagClassName
{
border-color: #3F819C;
}
</style>