Shades of Hippie Blue #3A849F
Tints of Hippie Blue #3A849F
RGB
CMYK
RGB Variations
Color information
#3A849F (or 0x3A849F) is known color: Hippie Blue. HEX triplet: 3A, 84 and 9F. RGB value is (58,132,159). Sum of RGB (Red+Green+Blue) = 58+132+159=349 (46% of max value = 765). Red value is 58 (23.05% from 255 or 16.62% from 349); Green value is 132 (51.95% from 255 or 37.82% from 349); Blue value is 159 (62.5% from 255 or 45.56% from 349); Max value from RGB is 159 - color contains mainly: blue. Hex color #3A849F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3A849F is #C57B60. Grayscale: #707070. Windows color (decimal): -12942177 or 10454074. OLE color: 10454074.
HSL color Cylindrical-coordinate representation of color #3A849F: hue angle of 196.04º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3A849F is Cyan = 0.64, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 58 | 132 | 159 | - |
| CMYK | 0.64 | 0.17 | 0 | 0.38 |
| HSL | 196.04º | 0.47% | 0.43% | - |
| HSV(B) | 196.04º | 0.64% | 0.62% | - |
| XYZ | 16.25 | 19.91 | 35.79 | - |
| YUV | 112.95 | 153.98 | 88.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 132 | 159 | 0.64 | 0.17 | 0 | 0.38 | 196.04 | 0.47 | 0.43 |
| Hex | 3A | 84 | 9F | 40 | 11 | 0 | 26 | C4 | 2F | 2B |
| Octal | 72 | 204 | 237 | 100 | 21 | 0 | 46 | 304 | 57 | 53 |
| Binary | 111010 | 10000100 | 10011111 | 1000000 | 10001 | 0 | 100110 | 11000100 | 101111 | 101011 |
Color Harmonies of #3A849F
Complementary color
Monochromatic Colors of #3A849F
Black with #3A849F
Text Example
Text Example
White with #3A849F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A849F; }
p { color: rgb(58,132,159); }
H1.HeaderClassName
{
color: #3A849F;
}
.AnyTagClassName
{
color: #3A849F;
}
</style>
background-color css
<style>
a { background-color: #3A849F; }
a { background-color: rgb(58,132,159); }
div.DivClassName
{
background-color: #3A849F;
}
.BgClassName
{
background-color: #3A849F;
}
</style>
border-color css
<style>
span { border-color: #3A849F; }
span { border-color: rgb(58,132,159); }
td.TdClassName
{
border-color: #3A849F;
}
.TagClassName
{
border-color: #3A849F;
}
</style>