#438B9E

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

Shades of Hippie Blue #438B9E

Tints of Hippie Blue #438B9E

Color information

#438B9E (or 0x438B9E) is unknown color: approx Hippie Blue. HEX triplet: 43, 8B and 9E. RGB value is (67,139,158). Sum of RGB (Red+Green+Blue) = 67+139+158=364 (48% of max value = 765). Red value is 67 (26.56% from 255 or 18.41% from 364); Green value is 139 (54.69% from 255 or 38.19% from 364); Blue value is 158 (62.11% from 255 or 43.41% from 364); Max value from RGB is 158 - color contains mainly: blue. Hex color #438B9E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #438B9E is #BC7461. Grayscale: #777777. Windows color (decimal): -12350562 or 10390339. OLE color: 10390339.

HSL color Cylindrical-coordinate representation of color #438B9E: hue angle of 192.53º degrees, saturation: 0.4, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #438B9E is Cyan = 0.58, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB67139158-
CMYK0.580.1200.38
HSL192.53º40.44%44.12%-
HSV(B)192.53º57.59%61.96%-
XYZ17.7222.1335.68-
YUV119.64149.6590.46-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 18.41%
GREEN value IS 139 (54.69% from 255) = 38.19%
BLUE value IS 158 (62.11% from 255) = 43.41%
R=18.41%
G=38.19%
B=43.41%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal671391580.580.1200.38192.5340.4444.12
Hex438B9E3AC026c1282c
Octal10321323672140463015054
Binary100001110001011100111101110101100010011011000001101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #438B9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,139,158); }

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

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

 a { background-color: rgb(67,139,158); }

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

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

 span { border-color: rgb(67,139,158); }

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