Shades of Hippie Blue #3A8696
Tints of Hippie Blue #3A8696
RGB
CMYK
RGB Variations
Color information
#3A8696 (or 0x3A8696) is known color: Hippie Blue. HEX triplet: 3A, 86 and 96. RGB value is (58,134,150). Sum of RGB (Red+Green+Blue) = 58+134+150=342 (45% of max value = 765). Red value is 58 (23.05% from 255 or 16.96% from 342); Green value is 134 (52.73% from 255 or 39.18% from 342); Blue value is 150 (58.98% from 255 or 43.86% from 342); Max value from RGB is 150 - color contains mainly: blue. Hex color #3A8696 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3A8696 is #C57969. Grayscale: #707070. Windows color (decimal): -12941674 or 9864762. OLE color: 9864762.
HSL color Cylindrical-coordinate representation of color #3A8696: hue angle of 190.43º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3A8696 is Cyan = 0.61, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 58 | 134 | 150 | - |
| CMYK | 0.61 | 0.11 | 0 | 0.41 |
| HSL | 190.43º | 0.44% | 0.41% | - |
| HSV(B) | 190.43º | 0.61% | 0.59% | - |
| XYZ | 15.78 | 20.15 | 31.91 | - |
| YUV | 113.1 | 148.82 | 88.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 134 | 150 | 0.61 | 0.11 | 0 | 0.41 | 190.43 | 0.44 | 0.41 |
| Hex | 3A | 86 | 96 | 3D | B | 0 | 29 | BE | 2C | 29 |
| Octal | 72 | 206 | 226 | 75 | 13 | 0 | 51 | 276 | 54 | 51 |
| Binary | 111010 | 10000110 | 10010110 | 111101 | 1011 | 0 | 101001 | 10111110 | 101100 | 101001 |
Color Harmonies of #3A8696
Complementary color
Monochromatic Colors of #3A8696
Black with #3A8696
Text Example
Text Example
White with #3A8696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A8696; }
p { color: rgb(58,134,150); }
H1.HeaderClassName
{
color: #3A8696;
}
.AnyTagClassName
{
color: #3A8696;
}
</style>
background-color css
<style>
a { background-color: #3A8696; }
a { background-color: rgb(58,134,150); }
div.DivClassName
{
background-color: #3A8696;
}
.BgClassName
{
background-color: #3A8696;
}
</style>
border-color css
<style>
span { border-color: #3A8696; }
span { border-color: rgb(58,134,150); }
td.TdClassName
{
border-color: #3A8696;
}
.TagClassName
{
border-color: #3A8696;
}
</style>