Shades of Hippie Blue #3A819F
Tints of Hippie Blue #3A819F
RGB
CMYK
RGB Variations
Color information
#3A819F (or 0x3A819F) is known color: Hippie Blue. HEX triplet: 3A, 81 and 9F. RGB value is (58,129,159). Sum of RGB (Red+Green+Blue) = 58+129+159=346 (45% of max value = 765). Red value is 58 (23.05% from 255 or 16.76% from 346); Green value is 129 (50.78% from 255 or 37.28% from 346); Blue value is 159 (62.5% from 255 or 45.95% from 346); Max value from RGB is 159 - color contains mainly: blue. Hex color #3A819F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3A819F is #C57E60. Grayscale: #6E6E6E. Windows color (decimal): -12942945 or 10453306. OLE color: 10453306.
HSL color Cylindrical-coordinate representation of color #3A819F: hue angle of 197.82º 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 #3A819F is Cyan = 0.64, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 58 | 129 | 159 | - |
| CMYK | 0.64 | 0.19 | 0 | 0.38 |
| HSL | 197.82º | 0.47% | 0.43% | - |
| HSV(B) | 197.82º | 0.64% | 0.62% | - |
| XYZ | 15.85 | 19.1 | 35.65 | - |
| YUV | 111.19 | 154.98 | 90.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 129 | 159 | 0.64 | 0.19 | 0 | 0.38 | 197.82 | 0.47 | 0.43 |
| Hex | 3A | 81 | 9F | 40 | 13 | 0 | 26 | C6 | 2F | 2B |
| Octal | 72 | 201 | 237 | 100 | 23 | 0 | 46 | 306 | 57 | 53 |
| Binary | 111010 | 10000001 | 10011111 | 1000000 | 10011 | 0 | 100110 | 11000110 | 101111 | 101011 |
Color Harmonies of #3A819F
Complementary color
Monochromatic Colors of #3A819F
Black with #3A819F
Text Example
Text Example
White with #3A819F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A819F; }
p { color: rgb(58,129,159); }
H1.HeaderClassName
{
color: #3A819F;
}
.AnyTagClassName
{
color: #3A819F;
}
</style>
background-color css
<style>
a { background-color: #3A819F; }
a { background-color: rgb(58,129,159); }
div.DivClassName
{
background-color: #3A819F;
}
.BgClassName
{
background-color: #3A819F;
}
</style>
border-color css
<style>
span { border-color: #3A819F; }
span { border-color: rgb(58,129,159); }
td.TdClassName
{
border-color: #3A819F;
}
.TagClassName
{
border-color: #3A819F;
}
</style>