Shades of Hippie Blue #3B7F9D
Tints of Hippie Blue #3B7F9D
RGB
CMYK
RGB Variations
Color information
#3B7F9D (or 0x3B7F9D) is known color: Hippie Blue. HEX triplet: 3B, 7F and 9D. RGB value is (59,127,157). Sum of RGB (Red+Green+Blue) = 59+127+157=343 (45% of max value = 765). Red value is 59 (23.44% from 255 or 17.20% from 343); Green value is 127 (50% from 255 or 37.03% from 343); Blue value is 157 (61.72% from 255 or 45.77% from 343); Max value from RGB is 157 - color contains mainly: blue. Hex color #3B7F9D is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #3B7F9D is #C48062. Grayscale: #6D6D6D. Windows color (decimal): -12877923 or 10321723. OLE color: 10321723.
HSL color Cylindrical-coordinate representation of color #3B7F9D: hue angle of 198.37º degrees, saturation: 0.45, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3B7F9D is Cyan = 0.62, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 59 | 127 | 157 | - |
| CMYK | 0.62 | 0.19 | 0 | 0.38 |
| HSL | 198.37º | 0.45% | 0.42% | - |
| HSV(B) | 198.37º | 0.62% | 0.62% | - |
| XYZ | 15.48 | 18.54 | 34.66 | - |
| YUV | 110.09 | 154.47 | 91.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 127 | 157 | 0.62 | 0.19 | 0 | 0.38 | 198.37 | 0.45 | 0.42 |
| Hex | 3B | 7F | 9D | 3E | 13 | 0 | 26 | C6 | 2D | 2A |
| Octal | 73 | 177 | 235 | 76 | 23 | 0 | 46 | 306 | 55 | 52 |
| Binary | 111011 | 1111111 | 10011101 | 111110 | 10011 | 0 | 100110 | 11000110 | 101101 | 101010 |
Color Harmonies of #3B7F9D
Complementary color
Monochromatic Colors of #3B7F9D
Black with #3B7F9D
Text Example
Text Example
White with #3B7F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B7F9D; }
p { color: rgb(59,127,157); }
H1.HeaderClassName
{
color: #3B7F9D;
}
.AnyTagClassName
{
color: #3B7F9D;
}
</style>
background-color css
<style>
a { background-color: #3B7F9D; }
a { background-color: rgb(59,127,157); }
div.DivClassName
{
background-color: #3B7F9D;
}
.BgClassName
{
background-color: #3B7F9D;
}
</style>
border-color css
<style>
span { border-color: #3B7F9D; }
span { border-color: rgb(59,127,157); }
td.TdClassName
{
border-color: #3B7F9D;
}
.TagClassName
{
border-color: #3B7F9D;
}
</style>