Shades of Hippie Blue #3C809B
Tints of Hippie Blue #3C809B
RGB
CMYK
RGB Variations
Color information
#3C809B (or 0x3C809B) is known color: Hippie Blue. HEX triplet: 3C, 80 and 9B. RGB value is (60,128,155). Sum of RGB (Red+Green+Blue) = 60+128+155=343 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.49% from 343); Green value is 128 (50.39% from 255 or 37.32% 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 #3C809B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3C809B is #C37F64. Grayscale: #6E6E6E. Windows color (decimal): -12812133 or 10190908. OLE color: 10190908.
HSL color Cylindrical-coordinate representation of color #3C809B: hue angle of 197.05º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3C809B is Cyan = 0.61, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 60 | 128 | 155 | - |
| CMYK | 0.61 | 0.17 | 0 | 0.39 |
| HSL | 197.05º | 0.44% | 0.42% | - |
| HSV(B) | 197.05º | 0.61% | 0.61% | - |
| XYZ | 15.5 | 18.77 | 33.82 | - |
| YUV | 110.75 | 152.97 | 91.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 128 | 155 | 0.61 | 0.17 | 0 | 0.39 | 197.05 | 0.44 | 0.42 |
| Hex | 3C | 80 | 9B | 3D | 11 | 0 | 27 | C5 | 2C | 2A |
| Octal | 74 | 200 | 233 | 75 | 21 | 0 | 47 | 305 | 54 | 52 |
| Binary | 111100 | 10000000 | 10011011 | 111101 | 10001 | 0 | 100111 | 11000101 | 101100 | 101010 |
Color Harmonies of #3C809B
Complementary color
Monochromatic Colors of #3C809B
Black with #3C809B
Text Example
Text Example
White with #3C809B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C809B; }
p { color: rgb(60,128,155); }
H1.HeaderClassName
{
color: #3C809B;
}
.AnyTagClassName
{
color: #3C809B;
}
</style>
background-color css
<style>
a { background-color: #3C809B; }
a { background-color: rgb(60,128,155); }
div.DivClassName
{
background-color: #3C809B;
}
.BgClassName
{
background-color: #3C809B;
}
</style>
border-color css
<style>
span { border-color: #3C809B; }
span { border-color: rgb(60,128,155); }
td.TdClassName
{
border-color: #3C809B;
}
.TagClassName
{
border-color: #3C809B;
}
</style>