Shades of Hippie Blue #3E879E
Tints of Hippie Blue #3E879E
RGB
CMYK
RGB Variations
Color information
#3E879E (or 0x3E879E) is known color: Hippie Blue. HEX triplet: 3E, 87 and 9E. RGB value is (62,135,158). Sum of RGB (Red+Green+Blue) = 62+135+158=355 (47% of max value = 765). Red value is 62 (24.61% from 255 or 17.46% from 355); Green value is 135 (53.12% from 255 or 38.03% from 355); Blue value is 158 (62.11% from 255 or 44.51% from 355); Max value from RGB is 158 - color contains mainly: blue. Hex color #3E879E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3E879E is #C17861. Grayscale: #737373. Windows color (decimal): -12679266 or 10389310. OLE color: 10389310.
HSL color Cylindrical-coordinate representation of color #3E879E: hue angle of 194.38º degrees, saturation: 0.44, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3E879E is Cyan = 0.61, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 62 | 135 | 158 | - |
| CMYK | 0.61 | 0.15 | 0 | 0.38 |
| HSL | 194.38º | 0.44% | 0.43% | - |
| HSV(B) | 194.38º | 0.61% | 0.62% | - |
| XYZ | 16.82 | 20.82 | 35.48 | - |
| YUV | 115.8 | 151.82 | 89.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 135 | 158 | 0.61 | 0.15 | 0 | 0.38 | 194.38 | 0.44 | 0.43 |
| Hex | 3E | 87 | 9E | 3D | F | 0 | 26 | C2 | 2C | 2B |
| Octal | 76 | 207 | 236 | 75 | 17 | 0 | 46 | 302 | 54 | 53 |
| Binary | 111110 | 10000111 | 10011110 | 111101 | 1111 | 0 | 100110 | 11000010 | 101100 | 101011 |
Color Harmonies of #3E879E
Complementary color
Monochromatic Colors of #3E879E
Black with #3E879E
Text Example
Text Example
White with #3E879E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E879E; }
p { color: rgb(62,135,158); }
H1.HeaderClassName
{
color: #3E879E;
}
.AnyTagClassName
{
color: #3E879E;
}
</style>
background-color css
<style>
a { background-color: #3E879E; }
a { background-color: rgb(62,135,158); }
div.DivClassName
{
background-color: #3E879E;
}
.BgClassName
{
background-color: #3E879E;
}
</style>
border-color css
<style>
span { border-color: #3E879E; }
span { border-color: rgb(62,135,158); }
td.TdClassName
{
border-color: #3E879E;
}
.TagClassName
{
border-color: #3E879E;
}
</style>