Shades of Hippie Blue #438896
Tints of Hippie Blue #438896
RGB
CMYK
RGB Variations
Color information
#438896 (or 0x438896) is known color: Hippie Blue. HEX triplet: 43, 88 and 96. RGB value is (67,136,150). Sum of RGB (Red+Green+Blue) = 67+136+150=353 (46% of max value = 765). Red value is 67 (26.56% from 255 or 18.98% from 353); Green value is 136 (53.52% from 255 or 38.53% from 353); Blue value is 150 (58.98% from 255 or 42.49% from 353); Max value from RGB is 150 - color contains mainly: blue. Hex color #438896 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #438896 is #BC7769. Grayscale: #747474. Windows color (decimal): -12351338 or 9865283. OLE color: 9865283.
HSL color Cylindrical-coordinate representation of color #438896: hue angle of 190.12º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #438896 is Cyan = 0.55, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 67 | 136 | 150 | - |
| CMYK | 0.55 | 0.09 | 0 | 0.41 |
| HSL | 190.12º | 0.38% | 0.43% | - |
| HSV(B) | 190.12º | 0.55% | 0.59% | - |
| XYZ | 16.62 | 21 | 32.03 | - |
| YUV | 116.97 | 146.64 | 92.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 136 | 150 | 0.55 | 0.09 | 0 | 0.41 | 190.12 | 0.38 | 0.43 |
| Hex | 43 | 88 | 96 | 37 | 9 | 0 | 29 | BE | 26 | 2B |
| Octal | 103 | 210 | 226 | 67 | 11 | 0 | 51 | 276 | 46 | 53 |
| Binary | 1000011 | 10001000 | 10010110 | 110111 | 1001 | 0 | 101001 | 10111110 | 100110 | 101011 |
Color Harmonies of #438896
Complementary color
Monochromatic Colors of #438896
Black with #438896
Text Example
Text Example
White with #438896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #438896; }
p { color: rgb(67,136,150); }
H1.HeaderClassName
{
color: #438896;
}
.AnyTagClassName
{
color: #438896;
}
</style>
background-color css
<style>
a { background-color: #438896; }
a { background-color: rgb(67,136,150); }
div.DivClassName
{
background-color: #438896;
}
.BgClassName
{
background-color: #438896;
}
</style>
border-color css
<style>
span { border-color: #438896; }
span { border-color: rgb(67,136,150); }
td.TdClassName
{
border-color: #438896;
}
.TagClassName
{
border-color: #438896;
}
</style>