Shades of Hippie Blue #3A859A
Tints of Hippie Blue #3A859A
RGB
CMYK
RGB Variations
Color information
#3A859A (or 0x3A859A) is known color: Hippie Blue. HEX triplet: 3A, 85 and 9A. RGB value is (58,133,154). Sum of RGB (Red+Green+Blue) = 58+133+154=345 (45% of max value = 765). Red value is 58 (23.05% from 255 or 16.81% from 345); Green value is 133 (52.34% from 255 or 38.55% from 345); Blue value is 154 (60.55% from 255 or 44.64% from 345); Max value from RGB is 154 - color contains mainly: blue. Hex color #3A859A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3A859A is #C57A65. Grayscale: #707070. Windows color (decimal): -12941926 or 10126650. OLE color: 10126650.
HSL color Cylindrical-coordinate representation of color #3A859A: hue angle of 193.12º degrees, saturation: 0.45, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3A859A is Cyan = 0.62, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 58 | 133 | 154 | - |
| CMYK | 0.62 | 0.14 | 0 | 0.40 |
| HSL | 193.13º | 0.45% | 0.42% | - |
| HSV(B) | 193.13º | 0.62% | 0.6% | - |
| XYZ | 15.97 | 20.01 | 33.59 | - |
| YUV | 112.97 | 151.15 | 88.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 133 | 154 | 0.62 | 0.14 | 0 | 0.40 | 193.13 | 0.45 | 0.42 |
| Hex | 3A | 85 | 9A | 3E | E | 0 | 28 | C1 | 2D | 2A |
| Octal | 72 | 205 | 232 | 76 | 16 | 0 | 50 | 301 | 55 | 52 |
| Binary | 111010 | 10000101 | 10011010 | 111110 | 1110 | 0 | 101000 | 11000001 | 101101 | 101010 |
Color Harmonies of #3A859A
Complementary color
Monochromatic Colors of #3A859A
Black with #3A859A
Text Example
Text Example
White with #3A859A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A859A; }
p { color: rgb(58,133,154); }
H1.HeaderClassName
{
color: #3A859A;
}
.AnyTagClassName
{
color: #3A859A;
}
</style>
background-color css
<style>
a { background-color: #3A859A; }
a { background-color: rgb(58,133,154); }
div.DivClassName
{
background-color: #3A859A;
}
.BgClassName
{
background-color: #3A859A;
}
</style>
border-color css
<style>
span { border-color: #3A859A; }
span { border-color: rgb(58,133,154); }
td.TdClassName
{
border-color: #3A859A;
}
.TagClassName
{
border-color: #3A859A;
}
</style>