Shades of Hippie Blue #3E809C
Tints of Hippie Blue #3E809C
RGB
CMYK
RGB Variations
Color information
#3E809C (or 0x3E809C) is known color: Hippie Blue. HEX triplet: 3E, 80 and 9C. RGB value is (62,128,156). Sum of RGB (Red+Green+Blue) = 62+128+156=346 (45% of max value = 765). Red value is 62 (24.61% from 255 or 17.92% from 346); Green value is 128 (50.39% from 255 or 36.99% from 346); Blue value is 156 (61.33% from 255 or 45.09% from 346); Max value from RGB is 156 - color contains mainly: blue. Hex color #3E809C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3E809C is #C17F63. Grayscale: #6F6F6F. Windows color (decimal): -12681060 or 10256446. OLE color: 10256446.
HSL color Cylindrical-coordinate representation of color #3E809C: hue angle of 197.87º degrees, saturation: 0.43, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3E809C is Cyan = 0.60, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 62 | 128 | 156 | - |
| CMYK | 0.60 | 0.18 | 0 | 0.39 |
| HSL | 197.87º | 0.43% | 0.43% | - |
| HSV(B) | 197.87º | 0.6% | 0.61% | - |
| XYZ | 15.71 | 18.86 | 34.27 | - |
| YUV | 111.46 | 153.13 | 92.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 128 | 156 | 0.60 | 0.18 | 0 | 0.39 | 197.87 | 0.43 | 0.43 |
| Hex | 3E | 80 | 9C | 3C | 12 | 0 | 27 | C6 | 2B | 2B |
| Octal | 76 | 200 | 234 | 74 | 22 | 0 | 47 | 306 | 53 | 53 |
| Binary | 111110 | 10000000 | 10011100 | 111100 | 10010 | 0 | 100111 | 11000110 | 101011 | 101011 |
Color Harmonies of #3E809C
Complementary color
Monochromatic Colors of #3E809C
Black with #3E809C
Text Example
Text Example
White with #3E809C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E809C; }
p { color: rgb(62,128,156); }
H1.HeaderClassName
{
color: #3E809C;
}
.AnyTagClassName
{
color: #3E809C;
}
</style>
background-color css
<style>
a { background-color: #3E809C; }
a { background-color: rgb(62,128,156); }
div.DivClassName
{
background-color: #3E809C;
}
.BgClassName
{
background-color: #3E809C;
}
</style>
border-color css
<style>
span { border-color: #3E809C; }
span { border-color: rgb(62,128,156); }
td.TdClassName
{
border-color: #3E809C;
}
.TagClassName
{
border-color: #3E809C;
}
</style>