Shades of Hippie Blue #42889E
Tints of Hippie Blue #42889E
RGB
CMYK
RGB Variations
Color information
#42889E (or 0x42889E) is known color: Hippie Blue. HEX triplet: 42, 88 and 9E. RGB value is (66,136,158). Sum of RGB (Red+Green+Blue) = 66+136+158=360 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.33% from 360); Green value is 136 (53.52% from 255 or 37.78% from 360); Blue value is 158 (62.11% from 255 or 43.89% from 360); Max value from RGB is 158 - color contains mainly: blue. Hex color #42889E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42889E is #BD7761. Grayscale: #757575. Windows color (decimal): -12416866 or 10389570. OLE color: 10389570.
HSL color Cylindrical-coordinate representation of color #42889E: hue angle of 194.35º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #42889E is Cyan = 0.58, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 66 | 136 | 158 | - |
| CMYK | 0.58 | 0.14 | 0 | 0.38 |
| HSL | 194.35º | 0.41% | 0.44% | - |
| HSV(B) | 194.35º | 0.58% | 0.62% | - |
| XYZ | 17.22 | 21.24 | 35.54 | - |
| YUV | 117.58 | 150.81 | 91.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 136 | 158 | 0.58 | 0.14 | 0 | 0.38 | 194.35 | 0.41 | 0.44 |
| Hex | 42 | 88 | 9E | 3A | E | 0 | 26 | C2 | 29 | 2C |
| Octal | 102 | 210 | 236 | 72 | 16 | 0 | 46 | 302 | 51 | 54 |
| Binary | 1000010 | 10001000 | 10011110 | 111010 | 1110 | 0 | 100110 | 11000010 | 101001 | 101100 |
Color Harmonies of #42889E
Complementary color
Monochromatic Colors of #42889E
Black with #42889E
Text Example
Text Example
White with #42889E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42889E; }
p { color: rgb(66,136,158); }
H1.HeaderClassName
{
color: #42889E;
}
.AnyTagClassName
{
color: #42889E;
}
</style>
background-color css
<style>
a { background-color: #42889E; }
a { background-color: rgb(66,136,158); }
div.DivClassName
{
background-color: #42889E;
}
.BgClassName
{
background-color: #42889E;
}
</style>
border-color css
<style>
span { border-color: #42889E; }
span { border-color: rgb(66,136,158); }
td.TdClassName
{
border-color: #42889E;
}
.TagClassName
{
border-color: #42889E;
}
</style>