Shades of Hippie Blue #3C8492
Tints of Hippie Blue #3C8492
RGB
CMYK
RGB Variations
Color information
#3C8492 (or 0x3C8492) is known color: Hippie Blue. HEX triplet: 3C, 84 and 92. RGB value is (60,132,146). Sum of RGB (Red+Green+Blue) = 60+132+146=338 (44% of max value = 765). Red value is 60 (23.83% from 255 or 17.75% from 338); Green value is 132 (51.95% from 255 or 39.05% from 338); Blue value is 146 (57.42% from 255 or 43.20% from 338); Max value from RGB is 146 - color contains mainly: blue. Hex color #3C8492 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3C8492 is #C37B6D. Grayscale: #6F6F6F. Windows color (decimal): -12811118 or 9602108. OLE color: 9602108.
HSL color Cylindrical-coordinate representation of color #3C8492: hue angle of 189.77º degrees, saturation: 0.42, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3C8492 is Cyan = 0.59, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 60 | 132 | 146 | - |
| CMYK | 0.59 | 0.10 | 0 | 0.43 |
| HSL | 189.77º | 0.42% | 0.4% | - |
| HSV(B) | 189.77º | 0.59% | 0.57% | - |
| XYZ | 15.3 | 19.54 | 30.16 | - |
| YUV | 112.07 | 147.15 | 90.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 132 | 146 | 0.59 | 0.10 | 0 | 0.43 | 189.77 | 0.42 | 0.4 |
| Hex | 3C | 84 | 92 | 3B | A | 0 | 2B | BE | 2A | 28 |
| Octal | 74 | 204 | 222 | 73 | 12 | 0 | 53 | 276 | 52 | 50 |
| Binary | 111100 | 10000100 | 10010010 | 111011 | 1010 | 0 | 101011 | 10111110 | 101010 | 101000 |
Color Harmonies of #3C8492
Complementary color
Monochromatic Colors of #3C8492
Black with #3C8492
Text Example
Text Example
White with #3C8492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C8492; }
p { color: rgb(60,132,146); }
H1.HeaderClassName
{
color: #3C8492;
}
.AnyTagClassName
{
color: #3C8492;
}
</style>
background-color css
<style>
a { background-color: #3C8492; }
a { background-color: rgb(60,132,146); }
div.DivClassName
{
background-color: #3C8492;
}
.BgClassName
{
background-color: #3C8492;
}
</style>
border-color css
<style>
span { border-color: #3C8492; }
span { border-color: rgb(60,132,146); }
td.TdClassName
{
border-color: #3C8492;
}
.TagClassName
{
border-color: #3C8492;
}
</style>