Shades of Hippie Blue #3A829B
Tints of Hippie Blue #3A829B
RGB
CMYK
RGB Variations
Color information
#3A829B (or 0x3A829B) is known color: Hippie Blue. HEX triplet: 3A, 82 and 9B. RGB value is (58,130,155). Sum of RGB (Red+Green+Blue) = 58+130+155=343 (45% of max value = 765). Red value is 58 (23.05% from 255 or 16.91% from 343); Green value is 130 (51.17% from 255 or 37.90% from 343); Blue value is 155 (60.94% from 255 or 45.19% from 343); Max value from RGB is 155 - color contains mainly: blue. Hex color #3A829B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3A829B is #C57D64. Grayscale: #6F6F6F. Windows color (decimal): -12942693 or 10191418. OLE color: 10191418.
HSL color Cylindrical-coordinate representation of color #3A829B: hue angle of 195.46º 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 #3A829B is Cyan = 0.63, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 58 | 130 | 155 | - |
| CMYK | 0.63 | 0.16 | 0 | 0.39 |
| HSL | 195.46º | 0.46% | 0.42% | - |
| HSV(B) | 195.46º | 0.63% | 0.61% | - |
| XYZ | 15.64 | 19.23 | 33.9 | - |
| YUV | 111.32 | 152.65 | 89.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 130 | 155 | 0.63 | 0.16 | 0 | 0.39 | 195.46 | 0.46 | 0.42 |
| Hex | 3A | 82 | 9B | 3F | 10 | 0 | 27 | C3 | 2E | 2A |
| Octal | 72 | 202 | 233 | 77 | 20 | 0 | 47 | 303 | 56 | 52 |
| Binary | 111010 | 10000010 | 10011011 | 111111 | 10000 | 0 | 100111 | 11000011 | 101110 | 101010 |
Color Harmonies of #3A829B
Complementary color
Monochromatic Colors of #3A829B
Black with #3A829B
Text Example
Text Example
White with #3A829B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A829B; }
p { color: rgb(58,130,155); }
H1.HeaderClassName
{
color: #3A829B;
}
.AnyTagClassName
{
color: #3A829B;
}
</style>
background-color css
<style>
a { background-color: #3A829B; }
a { background-color: rgb(58,130,155); }
div.DivClassName
{
background-color: #3A829B;
}
.BgClassName
{
background-color: #3A829B;
}
</style>
border-color css
<style>
span { border-color: #3A829B; }
span { border-color: rgb(58,130,155); }
td.TdClassName
{
border-color: #3A829B;
}
.TagClassName
{
border-color: #3A829B;
}
</style>