Shades of Hippie Blue #438AA2
Tints of Hippie Blue #438AA2
RGB
CMYK
RGB Variations
Color information
#438AA2 (or 0x438AA2) is known color: Hippie Blue. HEX triplet: 43, 8A and A2. RGB value is (67,138,162). Sum of RGB (Red+Green+Blue) = 67+138+162=367 (48% of max value = 765). Red value is 67 (26.56% from 255 or 18.26% from 367); Green value is 138 (54.30% from 255 or 37.60% from 367); Blue value is 162 (63.67% from 255 or 44.14% from 367); Max value from RGB is 162 - color contains mainly: blue. Hex color #438AA2 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #438AA2 is #BC755D. Grayscale: #777777. Windows color (decimal): -12350814 or 10652227. OLE color: 10652227.
HSL color Cylindrical-coordinate representation of color #438AA2: hue angle of 195.16º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #438AA2 is Cyan = 0.59, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 67 | 138 | 162 | - |
| CMYK | 0.59 | 0.15 | 0 | 0.36 |
| HSL | 195.16º | 0.41% | 0.45% | - |
| HSV(B) | 195.16º | 0.59% | 0.64% | - |
| XYZ | 17.92 | 21.98 | 37.48 | - |
| YUV | 119.51 | 151.98 | 90.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 138 | 162 | 0.59 | 0.15 | 0 | 0.36 | 195.16 | 0.41 | 0.45 |
| Hex | 43 | 8A | A2 | 3B | F | 0 | 24 | C3 | 29 | 2D |
| Octal | 103 | 212 | 242 | 73 | 17 | 0 | 44 | 303 | 51 | 55 |
| Binary | 1000011 | 10001010 | 10100010 | 111011 | 1111 | 0 | 100100 | 11000011 | 101001 | 101101 |
Color Harmonies of #438AA2
Complementary color
Monochromatic Colors of #438AA2
Black with #438AA2
Text Example
Text Example
White with #438AA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #438AA2; }
p { color: rgb(67,138,162); }
H1.HeaderClassName
{
color: #438AA2;
}
.AnyTagClassName
{
color: #438AA2;
}
</style>
background-color css
<style>
a { background-color: #438AA2; }
a { background-color: rgb(67,138,162); }
div.DivClassName
{
background-color: #438AA2;
}
.BgClassName
{
background-color: #438AA2;
}
</style>
border-color css
<style>
span { border-color: #438AA2; }
span { border-color: rgb(67,138,162); }
td.TdClassName
{
border-color: #438AA2;
}
.TagClassName
{
border-color: #438AA2;
}
</style>