Shades of Hippie Blue #39829A
Tints of Hippie Blue #39829A
RGB
CMYK
RGB Variations
Color information
#39829A (or 0x39829A) is known color: Hippie Blue. HEX triplet: 39, 82 and 9A. RGB value is (57,130,154). Sum of RGB (Red+Green+Blue) = 57+130+154=341 (45% of max value = 765). Red value is 57 (22.66% from 255 or 16.72% from 341); Green value is 130 (51.17% from 255 or 38.12% from 341); Blue value is 154 (60.55% from 255 or 45.16% from 341); Max value from RGB is 154 - color contains mainly: blue. Hex color #39829A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #39829A is #C67D65. Grayscale: #6E6E6E. Windows color (decimal): -13008230 or 10125881. OLE color: 10125881.
HSL color Cylindrical-coordinate representation of color #39829A: hue angle of 194.85º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #39829A is Cyan = 0.63, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 57 | 130 | 154 | - |
| CMYK | 0.63 | 0.16 | 0 | 0.40 |
| HSL | 194.85º | 0.46% | 0.41% | - |
| HSV(B) | 194.85º | 0.63% | 0.6% | - |
| XYZ | 15.5 | 19.17 | 33.45 | - |
| YUV | 110.91 | 152.32 | 89.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 130 | 154 | 0.63 | 0.16 | 0 | 0.40 | 194.85 | 0.46 | 0.41 |
| Hex | 39 | 82 | 9A | 3F | 10 | 0 | 28 | C3 | 2E | 29 |
| Octal | 71 | 202 | 232 | 77 | 20 | 0 | 50 | 303 | 56 | 51 |
| Binary | 111001 | 10000010 | 10011010 | 111111 | 10000 | 0 | 101000 | 11000011 | 101110 | 101001 |
Color Harmonies of #39829A
Complementary color
Monochromatic Colors of #39829A
Black with #39829A
Text Example
Text Example
White with #39829A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39829A; }
p { color: rgb(57,130,154); }
H1.HeaderClassName
{
color: #39829A;
}
.AnyTagClassName
{
color: #39829A;
}
</style>
background-color css
<style>
a { background-color: #39829A; }
a { background-color: rgb(57,130,154); }
div.DivClassName
{
background-color: #39829A;
}
.BgClassName
{
background-color: #39829A;
}
</style>
border-color css
<style>
span { border-color: #39829A; }
span { border-color: rgb(57,130,154); }
td.TdClassName
{
border-color: #39829A;
}
.TagClassName
{
border-color: #39829A;
}
</style>