Shades of Hippie Blue #3C809D
Tints of Hippie Blue #3C809D
RGB
CMYK
RGB Variations
Color information
#3C809D (or 0x3C809D) is known color: Hippie Blue. HEX triplet: 3C, 80 and 9D. RGB value is (60,128,157). Sum of RGB (Red+Green+Blue) = 60+128+157=345 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.39% from 345); Green value is 128 (50.39% from 255 or 37.10% from 345); Blue value is 157 (61.72% from 255 or 45.51% from 345); Max value from RGB is 157 - color contains mainly: blue. Hex color #3C809D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3C809D is #C37F62. Grayscale: #6E6E6E. Windows color (decimal): -12812131 or 10321980. OLE color: 10321980.
HSL color Cylindrical-coordinate representation of color #3C809D: hue angle of 197.94º degrees, saturation: 0.45, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3C809D is Cyan = 0.62, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 60 | 128 | 157 | - |
| CMYK | 0.62 | 0.18 | 0 | 0.38 |
| HSL | 197.94º | 0.45% | 0.43% | - |
| HSV(B) | 197.94º | 0.62% | 0.62% | - |
| XYZ | 15.67 | 18.83 | 34.71 | - |
| YUV | 110.97 | 153.97 | 91.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 128 | 157 | 0.62 | 0.18 | 0 | 0.38 | 197.94 | 0.45 | 0.43 |
| Hex | 3C | 80 | 9D | 3E | 12 | 0 | 26 | C6 | 2D | 2B |
| Octal | 74 | 200 | 235 | 76 | 22 | 0 | 46 | 306 | 55 | 53 |
| Binary | 111100 | 10000000 | 10011101 | 111110 | 10010 | 0 | 100110 | 11000110 | 101101 | 101011 |
Color Harmonies of #3C809D
Complementary color
Monochromatic Colors of #3C809D
Black with #3C809D
Text Example
Text Example
White with #3C809D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C809D; }
p { color: rgb(60,128,157); }
H1.HeaderClassName
{
color: #3C809D;
}
.AnyTagClassName
{
color: #3C809D;
}
</style>
background-color css
<style>
a { background-color: #3C809D; }
a { background-color: rgb(60,128,157); }
div.DivClassName
{
background-color: #3C809D;
}
.BgClassName
{
background-color: #3C809D;
}
</style>
border-color css
<style>
span { border-color: #3C809D; }
span { border-color: rgb(60,128,157); }
td.TdClassName
{
border-color: #3C809D;
}
.TagClassName
{
border-color: #3C809D;
}
</style>