Shades of Hippie Blue #3D839D
Tints of Hippie Blue #3D839D
RGB
CMYK
RGB Variations
Color information
#3D839D (or 0x3D839D) is known color: Hippie Blue. HEX triplet: 3D, 83 and 9D. RGB value is (61,131,157). Sum of RGB (Red+Green+Blue) = 61+131+157=349 (46% of max value = 765). Red value is 61 (24.22% from 255 or 17.48% from 349); Green value is 131 (51.56% from 255 or 37.54% from 349); Blue value is 157 (61.72% from 255 or 44.99% from 349); Max value from RGB is 157 - color contains mainly: blue. Hex color #3D839D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3D839D is #C27C62. Grayscale: #707070. Windows color (decimal): -12745827 or 10322749. OLE color: 10322749.
HSL color Cylindrical-coordinate representation of color #3D839D: hue angle of 196.25º 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 #3D839D is Cyan = 0.61, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 61 | 131 | 157 | - |
| CMYK | 0.61 | 0.17 | 0 | 0.38 |
| HSL | 196.25º | 0.44% | 0.43% | - |
| HSV(B) | 196.25º | 0.61% | 0.62% | - |
| XYZ | 16.13 | 19.66 | 34.84 | - |
| YUV | 113.03 | 152.81 | 90.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 131 | 157 | 0.61 | 0.17 | 0 | 0.38 | 196.25 | 0.44 | 0.43 |
| Hex | 3D | 83 | 9D | 3D | 11 | 0 | 26 | C4 | 2C | 2B |
| Octal | 75 | 203 | 235 | 75 | 21 | 0 | 46 | 304 | 54 | 53 |
| Binary | 111101 | 10000011 | 10011101 | 111101 | 10001 | 0 | 100110 | 11000100 | 101100 | 101011 |
Color Harmonies of #3D839D
Complementary color
Monochromatic Colors of #3D839D
Black with #3D839D
Text Example
Text Example
White with #3D839D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D839D; }
p { color: rgb(61,131,157); }
H1.HeaderClassName
{
color: #3D839D;
}
.AnyTagClassName
{
color: #3D839D;
}
</style>
background-color css
<style>
a { background-color: #3D839D; }
a { background-color: rgb(61,131,157); }
div.DivClassName
{
background-color: #3D839D;
}
.BgClassName
{
background-color: #3D839D;
}
</style>
border-color css
<style>
span { border-color: #3D839D; }
span { border-color: rgb(61,131,157); }
td.TdClassName
{
border-color: #3D839D;
}
.TagClassName
{
border-color: #3D839D;
}
</style>