Shades of Hippie Blue #3C809A
Tints of Hippie Blue #3C809A
RGB
CMYK
RGB Variations
Color information
#3C809A (or 0x3C809A) is known color: Hippie Blue. HEX triplet: 3C, 80 and 9A. RGB value is (60,128,154). Sum of RGB (Red+Green+Blue) = 60+128+154=342 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.54% from 342); Green value is 128 (50.39% from 255 or 37.43% from 342); Blue value is 154 (60.55% from 255 or 45.03% from 342); Max value from RGB is 154 - color contains mainly: blue. Hex color #3C809A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3C809A is #C37F65. Grayscale: #6E6E6E. Windows color (decimal): -12812134 or 10125372. OLE color: 10125372.
HSL color Cylindrical-coordinate representation of color #3C809A: hue angle of 196.6º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3C809A is Cyan = 0.61, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 60 | 128 | 154 | - |
| CMYK | 0.61 | 0.17 | 0 | 0.40 |
| HSL | 196.6º | 0.44% | 0.42% | - |
| HSV(B) | 196.6º | 0.61% | 0.6% | - |
| XYZ | 15.42 | 18.73 | 33.38 | - |
| YUV | 110.63 | 152.47 | 91.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 128 | 154 | 0.61 | 0.17 | 0 | 0.40 | 196.6 | 0.44 | 0.42 |
| Hex | 3C | 80 | 9A | 3D | 11 | 0 | 28 | C5 | 2C | 2A |
| Octal | 74 | 200 | 232 | 75 | 21 | 0 | 50 | 305 | 54 | 52 |
| Binary | 111100 | 10000000 | 10011010 | 111101 | 10001 | 0 | 101000 | 11000101 | 101100 | 101010 |
Color Harmonies of #3C809A
Complementary color
Monochromatic Colors of #3C809A
Black with #3C809A
Text Example
Text Example
White with #3C809A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C809A; }
p { color: rgb(60,128,154); }
H1.HeaderClassName
{
color: #3C809A;
}
.AnyTagClassName
{
color: #3C809A;
}
</style>
background-color css
<style>
a { background-color: #3C809A; }
a { background-color: rgb(60,128,154); }
div.DivClassName
{
background-color: #3C809A;
}
.BgClassName
{
background-color: #3C809A;
}
</style>
border-color css
<style>
span { border-color: #3C809A; }
span { border-color: rgb(60,128,154); }
td.TdClassName
{
border-color: #3C809A;
}
.TagClassName
{
border-color: #3C809A;
}
</style>