#438EA0

Color #438EA0 Hippie Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hippie Blue #438EA0

Tints of Hippie Blue #438EA0

Color information

#438EA0 (or 0x438EA0) is unknown color: approx Hippie Blue. HEX triplet: 43, 8E and A0. RGB value is (67,142,160). Sum of RGB (Red+Green+Blue) = 67+142+160=369 (48% of max value = 765). Red value is 67 (26.56% from 255 or 18.16% from 369); Green value is 142 (55.86% from 255 or 38.48% from 369); Blue value is 160 (62.89% from 255 or 43.36% from 369); Max value from RGB is 160 - color contains mainly: blue. Hex color #438EA0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #438EA0 is #BC715F. Grayscale: #797979. Windows color (decimal): -12349792 or 10522179. OLE color: 10522179.

HSL color Cylindrical-coordinate representation of color #438EA0: hue angle of 191.61º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #438EA0 is Cyan = 0.58, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB67142160-
CMYK0.580.1100.37
HSL191.61º40.97%44.51%-
HSV(B)191.61º58.13%62.75%-
XYZ18.3323.0836.75-
YUV121.63149.6589.04-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 67 (26.56% from 255) = 18.16%
GREEN value IS 142 (55.86% from 255) = 38.48%
BLUE value IS 160 (62.89% from 255) = 43.36%
R=18.16%
G=38.48%
B=43.36%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal671421600.580.1100.37191.6140.9744.51
Hex438EA03AB025c0292d
Octal10321624072130453005155
Binary100001110001110101000001110101011010010111000000101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #438EA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #438EA0; }

 p { color: rgb(67,142,160); }

 H1.HeaderClassName
 {
   color: #438EA0;
 }
 .AnyTagClassName
 {
   color: #438EA0;
 }
</style>
background-color css

<style>
 a { background-color: #438EA0; }

 a { background-color: rgb(67,142,160); }

 div.DivClassName
 {
   background-color: #438EA0;
 }
 .BgClassName
 {
   background-color: #438EA0;
 }
</style>
border-color css

<style>
 span { border-color: #438EA0; }

 span { border-color: rgb(67,142,160); }

 td.TdClassName
 {
   border-color: #438EA0;
 }
 .TagClassName
 {
   border-color: #438EA0;
 }
</style>