Shades of Hippie Blue #43919C
Tints of Hippie Blue #43919C
RGB
CMYK
RGB Variations
Color information
#43919C (or 0x43919C) is known color: Hippie Blue. HEX triplet: 43, 91 and 9C. RGB value is (67,145,156). Sum of RGB (Red+Green+Blue) = 67+145+156=368 (48% of max value = 765). Red value is 67 (26.56% from 255 or 18.21% from 368); Green value is 145 (57.03% from 255 or 39.40% from 368); Blue value is 156 (61.33% from 255 or 42.39% from 368); Max value from RGB is 156 - color contains mainly: blue. Hex color #43919C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #43919C is #BC6E63. Grayscale: #7A7A7A. Windows color (decimal): -12349028 or 10260803. OLE color: 10260803.
HSL color Cylindrical-coordinate representation of color #43919C: hue angle of 187.42º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #43919C is Cyan = 0.57, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 67 | 145 | 156 | - |
| CMYK | 0.57 | 0.07 | 0 | 0.39 |
| HSL | 187.42º | 0.4% | 0.44% | - |
| HSV(B) | 187.42º | 0.57% | 0.61% | - |
| XYZ | 18.44 | 23.84 | 35.08 | - |
| YUV | 122.93 | 146.66 | 88.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 145 | 156 | 0.57 | 0.07 | 0 | 0.39 | 187.42 | 0.4 | 0.44 |
| Hex | 43 | 91 | 9C | 39 | 7 | 0 | 27 | BB | 28 | 2C |
| Octal | 103 | 221 | 234 | 71 | 7 | 0 | 47 | 273 | 50 | 54 |
| Binary | 1000011 | 10010001 | 10011100 | 111001 | 111 | 0 | 100111 | 10111011 | 101000 | 101100 |
Color Harmonies of #43919C
Complementary color
Monochromatic Colors of #43919C
Black with #43919C
Text Example
Text Example
White with #43919C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43919C; }
p { color: rgb(67,145,156); }
H1.HeaderClassName
{
color: #43919C;
}
.AnyTagClassName
{
color: #43919C;
}
</style>
background-color css
<style>
a { background-color: #43919C; }
a { background-color: rgb(67,145,156); }
div.DivClassName
{
background-color: #43919C;
}
.BgClassName
{
background-color: #43919C;
}
</style>
border-color css
<style>
span { border-color: #43919C; }
span { border-color: rgb(67,145,156); }
td.TdClassName
{
border-color: #43919C;
}
.TagClassName
{
border-color: #43919C;
}
</style>