Shades of Hippie Blue #3D819D
Tints of Hippie Blue #3D819D
RGB
CMYK
RGB Variations
Color information
#3D819D (or 0x3D819D) is known color: Hippie Blue. HEX triplet: 3D, 81 and 9D. RGB value is (61,129,157). Sum of RGB (Red+Green+Blue) = 61+129+157=347 (45% of max value = 765). Red value is 61 (24.22% from 255 or 17.58% from 347); Green value is 129 (50.78% from 255 or 37.18% from 347); Blue value is 157 (61.72% from 255 or 45.24% from 347); Max value from RGB is 157 - color contains mainly: blue. Hex color #3D819D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3D819D is #C27E62. Grayscale: #6F6F6F. Windows color (decimal): -12746339 or 10322237. OLE color: 10322237.
HSL color Cylindrical-coordinate representation of color #3D819D: hue angle of 197.5º degrees, saturation: 0.44, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3D819D is Cyan = 0.61, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 61 | 129 | 157 | - |
| CMYK | 0.61 | 0.18 | 0 | 0.38 |
| HSL | 197.5º | 0.44% | 0.43% | - |
| HSV(B) | 197.5º | 0.61% | 0.62% | - |
| XYZ | 15.86 | 19.13 | 34.75 | - |
| YUV | 111.86 | 153.47 | 91.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 129 | 157 | 0.61 | 0.18 | 0 | 0.38 | 197.5 | 0.44 | 0.43 |
| Hex | 3D | 81 | 9D | 3D | 12 | 0 | 26 | C6 | 2C | 2B |
| Octal | 75 | 201 | 235 | 75 | 22 | 0 | 46 | 306 | 54 | 53 |
| Binary | 111101 | 10000001 | 10011101 | 111101 | 10010 | 0 | 100110 | 11000110 | 101100 | 101011 |
Color Harmonies of #3D819D
Complementary color
Monochromatic Colors of #3D819D
Black with #3D819D
Text Example
Text Example
White with #3D819D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D819D; }
p { color: rgb(61,129,157); }
H1.HeaderClassName
{
color: #3D819D;
}
.AnyTagClassName
{
color: #3D819D;
}
</style>
background-color css
<style>
a { background-color: #3D819D; }
a { background-color: rgb(61,129,157); }
div.DivClassName
{
background-color: #3D819D;
}
.BgClassName
{
background-color: #3D819D;
}
</style>
border-color css
<style>
span { border-color: #3D819D; }
span { border-color: rgb(61,129,157); }
td.TdClassName
{
border-color: #3D819D;
}
.TagClassName
{
border-color: #3D819D;
}
</style>