Shades of Hippie Blue #3A839B
Tints of Hippie Blue #3A839B
RGB
CMYK
RGB Variations
Color information
#3A839B (or 0x3A839B) is known color: Hippie Blue. HEX triplet: 3A, 83 and 9B. RGB value is (58,131,155). Sum of RGB (Red+Green+Blue) = 58+131+155=344 (45% of max value = 765). Red value is 58 (23.05% from 255 or 16.86% from 344); Green value is 131 (51.56% from 255 or 38.08% from 344); Blue value is 155 (60.94% from 255 or 45.06% from 344); Max value from RGB is 155 - color contains mainly: blue. Hex color #3A839B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3A839B is #C57C64. Grayscale: #6F6F6F. Windows color (decimal): -12942437 or 10191674. OLE color: 10191674.
HSL color Cylindrical-coordinate representation of color #3A839B: hue angle of 194.85º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3A839B is Cyan = 0.63, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 58 | 131 | 155 | - |
| CMYK | 0.63 | 0.15 | 0 | 0.39 |
| HSL | 194.85º | 0.46% | 0.42% | - |
| HSV(B) | 194.85º | 0.63% | 0.61% | - |
| XYZ | 15.78 | 19.5 | 33.94 | - |
| YUV | 111.91 | 152.32 | 89.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 131 | 155 | 0.63 | 0.15 | 0 | 0.39 | 194.85 | 0.46 | 0.42 |
| Hex | 3A | 83 | 9B | 3F | F | 0 | 27 | C3 | 2E | 2A |
| Octal | 72 | 203 | 233 | 77 | 17 | 0 | 47 | 303 | 56 | 52 |
| Binary | 111010 | 10000011 | 10011011 | 111111 | 1111 | 0 | 100111 | 11000011 | 101110 | 101010 |
Color Harmonies of #3A839B
Complementary color
Monochromatic Colors of #3A839B
Black with #3A839B
Text Example
Text Example
White with #3A839B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A839B; }
p { color: rgb(58,131,155); }
H1.HeaderClassName
{
color: #3A839B;
}
.AnyTagClassName
{
color: #3A839B;
}
</style>
background-color css
<style>
a { background-color: #3A839B; }
a { background-color: rgb(58,131,155); }
div.DivClassName
{
background-color: #3A839B;
}
.BgClassName
{
background-color: #3A839B;
}
</style>
border-color css
<style>
span { border-color: #3A839B; }
span { border-color: rgb(58,131,155); }
td.TdClassName
{
border-color: #3A839B;
}
.TagClassName
{
border-color: #3A839B;
}
</style>