Shades of Hippie Blue #40889B
Tints of Hippie Blue #40889B
RGB
CMYK
RGB Variations
Color information
#40889B (or 0x40889B) is known color: Hippie Blue. HEX triplet: 40, 88 and 9B. RGB value is (64,136,155). Sum of RGB (Red+Green+Blue) = 64+136+155=355 (47% of max value = 765). Red value is 64 (25.39% from 255 or 18.03% from 355); Green value is 136 (53.52% from 255 or 38.31% from 355); Blue value is 155 (60.94% from 255 or 43.66% from 355); Max value from RGB is 155 - color contains mainly: blue. Hex color #40889B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40889B is #BF7764. Grayscale: #747474. Windows color (decimal): -12547941 or 10192960. OLE color: 10192960.
HSL color Cylindrical-coordinate representation of color #40889B: hue angle of 192.53º degrees, saturation: 0.42, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #40889B is Cyan = 0.59, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 64 | 136 | 155 | - |
| CMYK | 0.59 | 0.12 | 0 | 0.39 |
| HSL | 192.53º | 0.42% | 0.43% | - |
| HSV(B) | 192.53º | 0.59% | 0.61% | - |
| XYZ | 16.83 | 21.06 | 34.19 | - |
| YUV | 116.64 | 149.65 | 90.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 136 | 155 | 0.59 | 0.12 | 0 | 0.39 | 192.53 | 0.42 | 0.43 |
| Hex | 40 | 88 | 9B | 3B | C | 0 | 27 | C1 | 2A | 2B |
| Octal | 100 | 210 | 233 | 73 | 14 | 0 | 47 | 301 | 52 | 53 |
| Binary | 1000000 | 10001000 | 10011011 | 111011 | 1100 | 0 | 100111 | 11000001 | 101010 | 101011 |
Color Harmonies of #40889B
Complementary color
Monochromatic Colors of #40889B
Black with #40889B
Text Example
Text Example
White with #40889B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40889B; }
p { color: rgb(64,136,155); }
H1.HeaderClassName
{
color: #40889B;
}
.AnyTagClassName
{
color: #40889B;
}
</style>
background-color css
<style>
a { background-color: #40889B; }
a { background-color: rgb(64,136,155); }
div.DivClassName
{
background-color: #40889B;
}
.BgClassName
{
background-color: #40889B;
}
</style>
border-color css
<style>
span { border-color: #40889B; }
span { border-color: rgb(64,136,155); }
td.TdClassName
{
border-color: #40889B;
}
.TagClassName
{
border-color: #40889B;
}
</style>