Shades of Hippie Blue #438498
Tints of Hippie Blue #438498
RGB
CMYK
RGB Variations
Color information
#438498 (or 0x438498) is known color: Hippie Blue. HEX triplet: 43, 84 and 98. RGB value is (67,132,152). Sum of RGB (Red+Green+Blue) = 67+132+152=351 (46% of max value = 765). Red value is 67 (26.56% from 255 or 19.09% from 351); Green value is 132 (51.95% from 255 or 37.61% from 351); Blue value is 152 (59.77% from 255 or 43.30% from 351); Max value from RGB is 152 - color contains mainly: blue. Hex color #438498 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #438498 is #BC7B67. Grayscale: #727272. Windows color (decimal): -12352360 or 9995331. OLE color: 9995331.
HSL color Cylindrical-coordinate representation of color #438498: hue angle of 194.12º degrees, saturation: 0.39, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #438498 is Cyan = 0.56, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 67 | 132 | 152 | - |
| CMYK | 0.56 | 0.13 | 0 | 0.40 |
| HSL | 194.12º | 0.39% | 0.43% | - |
| HSV(B) | 194.12º | 0.56% | 0.6% | - |
| XYZ | 16.23 | 19.96 | 32.7 | - |
| YUV | 114.85 | 148.97 | 93.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 132 | 152 | 0.56 | 0.13 | 0 | 0.40 | 194.12 | 0.39 | 0.43 |
| Hex | 43 | 84 | 98 | 38 | D | 0 | 28 | C2 | 27 | 2B |
| Octal | 103 | 204 | 230 | 70 | 15 | 0 | 50 | 302 | 47 | 53 |
| Binary | 1000011 | 10000100 | 10011000 | 111000 | 1101 | 0 | 101000 | 11000010 | 100111 | 101011 |
Color Harmonies of #438498
Complementary color
Monochromatic Colors of #438498
Black with #438498
Text Example
Text Example
White with #438498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #438498; }
p { color: rgb(67,132,152); }
H1.HeaderClassName
{
color: #438498;
}
.AnyTagClassName
{
color: #438498;
}
</style>
background-color css
<style>
a { background-color: #438498; }
a { background-color: rgb(67,132,152); }
div.DivClassName
{
background-color: #438498;
}
.BgClassName
{
background-color: #438498;
}
</style>
border-color css
<style>
span { border-color: #438498; }
span { border-color: rgb(67,132,152); }
td.TdClassName
{
border-color: #438498;
}
.TagClassName
{
border-color: #438498;
}
</style>