Shades of Hippie Blue #3C869B
Tints of Hippie Blue #3C869B
RGB
CMYK
RGB Variations
Color information
#3C869B (or 0x3C869B) is known color: Hippie Blue. HEX triplet: 3C, 86 and 9B. RGB value is (60,134,155). Sum of RGB (Red+Green+Blue) = 60+134+155=349 (46% of max value = 765). Red value is 60 (23.83% from 255 or 17.19% from 349); Green value is 134 (52.73% from 255 or 38.40% from 349); Blue value is 155 (60.94% from 255 or 44.41% from 349); Max value from RGB is 155 - color contains mainly: blue. Hex color #3C869B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3C869B is #C37964. Grayscale: #727272. Windows color (decimal): -12810597 or 10192444. OLE color: 10192444.
HSL color Cylindrical-coordinate representation of color #3C869B: hue angle of 193.26º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3C869B is Cyan = 0.61, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 60 | 134 | 155 | - |
| CMYK | 0.61 | 0.14 | 0 | 0.39 |
| HSL | 193.26º | 0.44% | 0.42% | - |
| HSV(B) | 193.26º | 0.61% | 0.61% | - |
| XYZ | 16.3 | 20.38 | 34.08 | - |
| YUV | 114.27 | 150.98 | 89.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 134 | 155 | 0.61 | 0.14 | 0 | 0.39 | 193.26 | 0.44 | 0.42 |
| Hex | 3C | 86 | 9B | 3D | E | 0 | 27 | C1 | 2C | 2A |
| Octal | 74 | 206 | 233 | 75 | 16 | 0 | 47 | 301 | 54 | 52 |
| Binary | 111100 | 10000110 | 10011011 | 111101 | 1110 | 0 | 100111 | 11000001 | 101100 | 101010 |
Color Harmonies of #3C869B
Complementary color
Monochromatic Colors of #3C869B
Black with #3C869B
Text Example
Text Example
White with #3C869B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C869B; }
p { color: rgb(60,134,155); }
H1.HeaderClassName
{
color: #3C869B;
}
.AnyTagClassName
{
color: #3C869B;
}
</style>
background-color css
<style>
a { background-color: #3C869B; }
a { background-color: rgb(60,134,155); }
div.DivClassName
{
background-color: #3C869B;
}
.BgClassName
{
background-color: #3C869B;
}
</style>
border-color css
<style>
span { border-color: #3C869B; }
span { border-color: rgb(60,134,155); }
td.TdClassName
{
border-color: #3C869B;
}
.TagClassName
{
border-color: #3C869B;
}
</style>