Shades of Hippie Blue #3D8593
Tints of Hippie Blue #3D8593
RGB
CMYK
RGB Variations
Color information
#3D8593 (or 0x3D8593) is known color: Hippie Blue. HEX triplet: 3D, 85 and 93. RGB value is (61,133,147). Sum of RGB (Red+Green+Blue) = 61+133+147=341 (45% of max value = 765). Red value is 61 (24.22% from 255 or 17.89% from 341); Green value is 133 (52.34% from 255 or 39.00% from 341); Blue value is 147 (57.81% from 255 or 43.11% from 341); Max value from RGB is 147 - color contains mainly: blue. Hex color #3D8593 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3D8593 is #C27A6C. Grayscale: #707070. Windows color (decimal): -12745325 or 9667901. OLE color: 9667901.
HSL color Cylindrical-coordinate representation of color #3D8593: hue angle of 189.77º degrees, saturation: 0.41, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3D8593 is Cyan = 0.59, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 61 | 133 | 147 | - |
| CMYK | 0.59 | 0.10 | 0 | 0.42 |
| HSL | 189.77º | 0.41% | 0.41% | - |
| HSV(B) | 189.77º | 0.59% | 0.58% | - |
| XYZ | 15.58 | 19.87 | 30.62 | - |
| YUV | 113.07 | 147.15 | 90.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 133 | 147 | 0.59 | 0.10 | 0 | 0.42 | 189.77 | 0.41 | 0.41 |
| Hex | 3D | 85 | 93 | 3B | A | 0 | 2A | BE | 29 | 29 |
| Octal | 75 | 205 | 223 | 73 | 12 | 0 | 52 | 276 | 51 | 51 |
| Binary | 111101 | 10000101 | 10010011 | 111011 | 1010 | 0 | 101010 | 10111110 | 101001 | 101001 |
Color Harmonies of #3D8593
Complementary color
Monochromatic Colors of #3D8593
Black with #3D8593
Text Example
Text Example
White with #3D8593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D8593; }
p { color: rgb(61,133,147); }
H1.HeaderClassName
{
color: #3D8593;
}
.AnyTagClassName
{
color: #3D8593;
}
</style>
background-color css
<style>
a { background-color: #3D8593; }
a { background-color: rgb(61,133,147); }
div.DivClassName
{
background-color: #3D8593;
}
.BgClassName
{
background-color: #3D8593;
}
</style>
border-color css
<style>
span { border-color: #3D8593; }
span { border-color: rgb(61,133,147); }
td.TdClassName
{
border-color: #3D8593;
}
.TagClassName
{
border-color: #3D8593;
}
</style>