Shades of Hippie Blue #3D8B98
Tints of Hippie Blue #3D8B98
RGB
CMYK
RGB Variations
Color information
#3D8B98 (or 0x3D8B98) is known color: Hippie Blue. HEX triplet: 3D, 8B and 98. RGB value is (61,139,152). Sum of RGB (Red+Green+Blue) = 61+139+152=352 (46% of max value = 765). Red value is 61 (24.22% from 255 or 17.33% from 352); Green value is 139 (54.69% from 255 or 39.49% from 352); Blue value is 152 (59.77% from 255 or 43.18% from 352); Max value from RGB is 152 - color contains mainly: blue. Hex color #3D8B98 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3D8B98 is #C27467. Grayscale: #757575. Windows color (decimal): -12743784 or 9997117. OLE color: 9997117.
HSL color Cylindrical-coordinate representation of color #3D8B98: hue angle of 188.57º degrees, saturation: 0.43, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3D8B98 is Cyan = 0.60, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 61 | 139 | 152 | - |
| CMYK | 0.60 | 0.09 | 0 | 0.40 |
| HSL | 188.57º | 0.43% | 0.42% | - |
| HSV(B) | 188.57º | 0.6% | 0.6% | - |
| XYZ | 16.82 | 21.72 | 33.01 | - |
| YUV | 117.16 | 147.66 | 87.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 139 | 152 | 0.60 | 0.09 | 0 | 0.40 | 188.57 | 0.43 | 0.42 |
| Hex | 3D | 8B | 98 | 3C | 9 | 0 | 28 | BD | 2B | 2A |
| Octal | 75 | 213 | 230 | 74 | 11 | 0 | 50 | 275 | 53 | 52 |
| Binary | 111101 | 10001011 | 10011000 | 111100 | 1001 | 0 | 101000 | 10111101 | 101011 | 101010 |
Color Harmonies of #3D8B98
Complementary color
Monochromatic Colors of #3D8B98
Black with #3D8B98
Text Example
Text Example
White with #3D8B98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D8B98; }
p { color: rgb(61,139,152); }
H1.HeaderClassName
{
color: #3D8B98;
}
.AnyTagClassName
{
color: #3D8B98;
}
</style>
background-color css
<style>
a { background-color: #3D8B98; }
a { background-color: rgb(61,139,152); }
div.DivClassName
{
background-color: #3D8B98;
}
.BgClassName
{
background-color: #3D8B98;
}
</style>
border-color css
<style>
span { border-color: #3D8B98; }
span { border-color: rgb(61,139,152); }
td.TdClassName
{
border-color: #3D8B98;
}
.TagClassName
{
border-color: #3D8B98;
}
</style>