Shades of Hippie Blue #40889A
Tints of Hippie Blue #40889A
RGB
CMYK
RGB Variations
Color information
#40889A (or 0x40889A) is known color: Hippie Blue. HEX triplet: 40, 88 and 9A. RGB value is (64,136,154). Sum of RGB (Red+Green+Blue) = 64+136+154=354 (46% of max value = 765). Red value is 64 (25.39% from 255 or 18.08% from 354); Green value is 136 (53.52% from 255 or 38.42% from 354); Blue value is 154 (60.55% from 255 or 43.50% from 354); Max value from RGB is 154 - color contains mainly: blue. Hex color #40889A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40889A is #BF7765. Grayscale: #747474. Windows color (decimal): -12547942 or 10127424. OLE color: 10127424.
HSL color Cylindrical-coordinate representation of color #40889A: hue angle of 192º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #40889A is Cyan = 0.58, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 64 | 136 | 154 | - |
| CMYK | 0.58 | 0.12 | 0 | 0.40 |
| HSL | 192º | 0.41% | 0.43% | - |
| HSV(B) | 192º | 0.58% | 0.6% | - |
| XYZ | 16.75 | 21.03 | 33.75 | - |
| YUV | 116.52 | 149.15 | 90.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 136 | 154 | 0.58 | 0.12 | 0 | 0.40 | 192 | 0.41 | 0.43 |
| Hex | 40 | 88 | 9A | 3A | C | 0 | 28 | C0 | 29 | 2B |
| Octal | 100 | 210 | 232 | 72 | 14 | 0 | 50 | 300 | 51 | 53 |
| Binary | 1000000 | 10001000 | 10011010 | 111010 | 1100 | 0 | 101000 | 11000000 | 101001 | 101011 |
Color Harmonies of #40889A
Complementary color
Monochromatic Colors of #40889A
Black with #40889A
Text Example
Text Example
White with #40889A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40889A; }
p { color: rgb(64,136,154); }
H1.HeaderClassName
{
color: #40889A;
}
.AnyTagClassName
{
color: #40889A;
}
</style>
background-color css
<style>
a { background-color: #40889A; }
a { background-color: rgb(64,136,154); }
div.DivClassName
{
background-color: #40889A;
}
.BgClassName
{
background-color: #40889A;
}
</style>
border-color css
<style>
span { border-color: #40889A; }
span { border-color: rgb(64,136,154); }
td.TdClassName
{
border-color: #40889A;
}
.TagClassName
{
border-color: #40889A;
}
</style>