Shades of Hippie Blue #3A849B
Tints of Hippie Blue #3A849B
RGB
CMYK
RGB Variations
Color information
#3A849B (or 0x3A849B) is known color: Hippie Blue. HEX triplet: 3A, 84 and 9B. RGB value is (58,132,155). Sum of RGB (Red+Green+Blue) = 58+132+155=345 (45% of max value = 765). Red value is 58 (23.05% from 255 or 16.81% from 345); Green value is 132 (51.95% from 255 or 38.26% from 345); Blue value is 155 (60.94% from 255 or 44.93% from 345); Max value from RGB is 155 - color contains mainly: blue. Hex color #3A849B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3A849B is #C57B64. Grayscale: #707070. Windows color (decimal): -12942181 or 10191930. OLE color: 10191930.
HSL color Cylindrical-coordinate representation of color #3A849B: hue angle of 194.23º 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 #3A849B is Cyan = 0.63, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 58 | 132 | 155 | - |
| CMYK | 0.63 | 0.15 | 0 | 0.39 |
| HSL | 194.23º | 0.46% | 0.42% | - |
| HSV(B) | 194.23º | 0.63% | 0.61% | - |
| XYZ | 15.91 | 19.77 | 33.99 | - |
| YUV | 112.5 | 151.98 | 89.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 132 | 155 | 0.63 | 0.15 | 0 | 0.39 | 194.23 | 0.46 | 0.42 |
| Hex | 3A | 84 | 9B | 3F | F | 0 | 27 | C2 | 2E | 2A |
| Octal | 72 | 204 | 233 | 77 | 17 | 0 | 47 | 302 | 56 | 52 |
| Binary | 111010 | 10000100 | 10011011 | 111111 | 1111 | 0 | 100111 | 11000010 | 101110 | 101010 |
Color Harmonies of #3A849B
Complementary color
Monochromatic Colors of #3A849B
Black with #3A849B
Text Example
Text Example
White with #3A849B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A849B; }
p { color: rgb(58,132,155); }
H1.HeaderClassName
{
color: #3A849B;
}
.AnyTagClassName
{
color: #3A849B;
}
</style>
background-color css
<style>
a { background-color: #3A849B; }
a { background-color: rgb(58,132,155); }
div.DivClassName
{
background-color: #3A849B;
}
.BgClassName
{
background-color: #3A849B;
}
</style>
border-color css
<style>
span { border-color: #3A849B; }
span { border-color: rgb(58,132,155); }
td.TdClassName
{
border-color: #3A849B;
}
.TagClassName
{
border-color: #3A849B;
}
</style>