Shades of Hippie Blue #41889D
Tints of Hippie Blue #41889D
RGB
CMYK
RGB Variations
Color information
#41889D (or 0x41889D) is known color: Hippie Blue. HEX triplet: 41, 88 and 9D. RGB value is (65,136,157). Sum of RGB (Red+Green+Blue) = 65+136+157=358 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.16% from 358); Green value is 136 (53.52% from 255 or 37.99% from 358); Blue value is 157 (61.72% from 255 or 43.85% from 358); Max value from RGB is 157 - color contains mainly: blue. Hex color #41889D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #41889D is #BE7762. Grayscale: #757575. Windows color (decimal): -12482403 or 10324033. OLE color: 10324033.
HSL color Cylindrical-coordinate representation of color #41889D: hue angle of 193.7º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #41889D is Cyan = 0.59, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 65 | 136 | 157 | - |
| CMYK | 0.59 | 0.13 | 0 | 0.38 |
| HSL | 193.7º | 0.41% | 0.44% | - |
| HSV(B) | 193.7º | 0.59% | 0.62% | - |
| XYZ | 17.07 | 21.17 | 35.08 | - |
| YUV | 117.17 | 150.48 | 90.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 65 | 136 | 157 | 0.59 | 0.13 | 0 | 0.38 | 193.7 | 0.41 | 0.44 |
| Hex | 41 | 88 | 9D | 3B | D | 0 | 26 | C2 | 29 | 2C |
| Octal | 101 | 210 | 235 | 73 | 15 | 0 | 46 | 302 | 51 | 54 |
| Binary | 1000001 | 10001000 | 10011101 | 111011 | 1101 | 0 | 100110 | 11000010 | 101001 | 101100 |
Color Harmonies of #41889D
Complementary color
Monochromatic Colors of #41889D
Black with #41889D
Text Example
Text Example
White with #41889D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #41889D; }
p { color: rgb(65,136,157); }
H1.HeaderClassName
{
color: #41889D;
}
.AnyTagClassName
{
color: #41889D;
}
</style>
background-color css
<style>
a { background-color: #41889D; }
a { background-color: rgb(65,136,157); }
div.DivClassName
{
background-color: #41889D;
}
.BgClassName
{
background-color: #41889D;
}
</style>
border-color css
<style>
span { border-color: #41889D; }
span { border-color: rgb(65,136,157); }
td.TdClassName
{
border-color: #41889D;
}
.TagClassName
{
border-color: #41889D;
}
</style>