Shades of Hippie Blue #41839D
Tints of Hippie Blue #41839D
RGB
CMYK
RGB Variations
Color information
#41839D (or 0x41839D) is known color: Hippie Blue. HEX triplet: 41, 83 and 9D. RGB value is (65,131,157). Sum of RGB (Red+Green+Blue) = 65+131+157=353 (46% of max value = 765). Red value is 65 (25.78% from 255 or 18.41% from 353); Green value is 131 (51.56% from 255 or 37.11% from 353); Blue value is 157 (61.72% from 255 or 44.48% from 353); Max value from RGB is 157 - color contains mainly: blue. Hex color #41839D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #41839D is #BE7C62. Grayscale: #727272. Windows color (decimal): -12483683 or 10322753. OLE color: 10322753.
HSL color Cylindrical-coordinate representation of color #41839D: hue angle of 196.96º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #41839D is Cyan = 0.59, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 65 | 131 | 157 | - |
| CMYK | 0.59 | 0.17 | 0 | 0.38 |
| HSL | 196.96º | 0.41% | 0.44% | - |
| HSV(B) | 196.96º | 0.59% | 0.62% | - |
| XYZ | 16.38 | 19.79 | 34.85 | - |
| YUV | 114.23 | 152.13 | 92.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 131 | 157 | 0.59 | 0.17 | 0 | 0.38 | 196.96 | 0.41 | 0.44 |
| Hex | 41 | 83 | 9D | 3B | 11 | 0 | 26 | C5 | 29 | 2C |
| Octal | 101 | 203 | 235 | 73 | 21 | 0 | 46 | 305 | 51 | 54 |
| Binary | 1000001 | 10000011 | 10011101 | 111011 | 10001 | 0 | 100110 | 11000101 | 101001 | 101100 |
Color Harmonies of #41839D
Complementary color
Monochromatic Colors of #41839D
Black with #41839D
Text Example
Text Example
White with #41839D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41839D; }
p { color: rgb(65,131,157); }
H1.HeaderClassName
{
color: #41839D;
}
.AnyTagClassName
{
color: #41839D;
}
</style>
background-color css
<style>
a { background-color: #41839D; }
a { background-color: rgb(65,131,157); }
div.DivClassName
{
background-color: #41839D;
}
.BgClassName
{
background-color: #41839D;
}
</style>
border-color css
<style>
span { border-color: #41839D; }
span { border-color: rgb(65,131,157); }
td.TdClassName
{
border-color: #41839D;
}
.TagClassName
{
border-color: #41839D;
}
</style>