Shades of Hippie Blue #3D84A1
Tints of Hippie Blue #3D84A1
RGB
CMYK
RGB Variations
Color information
#3D84A1 (or 0x3D84A1) is known color: Hippie Blue. HEX triplet: 3D, 84 and A1. RGB value is (61,132,161). Sum of RGB (Red+Green+Blue) = 61+132+161=354 (46% of max value = 765). Red value is 61 (24.22% from 255 or 17.23% from 354); Green value is 132 (51.95% from 255 or 37.29% from 354); Blue value is 161 (63.28% from 255 or 45.48% from 354); Max value from RGB is 161 - color contains mainly: blue. Hex color #3D84A1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3D84A1 is #C27B5E. Grayscale: #717171. Windows color (decimal): -12745567 or 10585149. OLE color: 10585149.
HSL color Cylindrical-coordinate representation of color #3D84A1: hue angle of 197.4º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3D84A1 is Cyan = 0.62, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 61 | 132 | 161 | - |
| CMYK | 0.62 | 0.18 | 0 | 0.37 |
| HSL | 197.4º | 0.45% | 0.44% | - |
| HSV(B) | 197.4º | 0.62% | 0.63% | - |
| XYZ | 16.61 | 20.07 | 36.72 | - |
| YUV | 114.08 | 154.48 | 90.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 132 | 161 | 0.62 | 0.18 | 0 | 0.37 | 197.4 | 0.45 | 0.44 |
| Hex | 3D | 84 | A1 | 3E | 12 | 0 | 25 | C5 | 2D | 2C |
| Octal | 75 | 204 | 241 | 76 | 22 | 0 | 45 | 305 | 55 | 54 |
| Binary | 111101 | 10000100 | 10100001 | 111110 | 10010 | 0 | 100101 | 11000101 | 101101 | 101100 |
Color Harmonies of #3D84A1
Complementary color
Monochromatic Colors of #3D84A1
Black with #3D84A1
Text Example
Text Example
White with #3D84A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D84A1; }
p { color: rgb(61,132,161); }
H1.HeaderClassName
{
color: #3D84A1;
}
.AnyTagClassName
{
color: #3D84A1;
}
</style>
background-color css
<style>
a { background-color: #3D84A1; }
a { background-color: rgb(61,132,161); }
div.DivClassName
{
background-color: #3D84A1;
}
.BgClassName
{
background-color: #3D84A1;
}
</style>
border-color css
<style>
span { border-color: #3D84A1; }
span { border-color: rgb(61,132,161); }
td.TdClassName
{
border-color: #3D84A1;
}
.TagClassName
{
border-color: #3D84A1;
}
</style>