#438CA0

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

Shades of Hippie Blue #438CA0

Tints of Hippie Blue #438CA0

Color information

#438CA0 (or 0x438CA0) is unknown color: approx Hippie Blue. HEX triplet: 43, 8C and A0. RGB value is (67,140,160). Sum of RGB (Red+Green+Blue) = 67+140+160=367 (48% of max value = 765). Red value is 67 (26.56% from 255 or 18.26% from 367); Green value is 140 (55.08% from 255 or 38.15% from 367); Blue value is 160 (62.89% from 255 or 43.60% from 367); Max value from RGB is 160 - color contains mainly: blue. Hex color #438CA0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #438CA0 is #BC735F. Grayscale: #787878. Windows color (decimal): -12350304 or 10521667. OLE color: 10521667.

HSL color Cylindrical-coordinate representation of color #438CA0: hue angle of 192.9º 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 #438CA0 is Cyan = 0.58, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB67140160-
CMYK0.580.1200.37
HSL192.9º40.97%44.51%-
HSV(B)192.9º58.13%62.75%-
XYZ18.0422.4936.65-
YUV120.45150.3289.87-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 18.26%
GREEN value IS 140 (55.08% from 255) = 38.15%
BLUE value IS 160 (62.89% from 255) = 43.60%
R=18.26%
G=38.15%
B=43.60%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal671401600.580.1200.37192.940.9744.51
Hex438CA03AC025c1292d
Octal10321424072140453015155
Binary100001110001100101000001110101100010010111000001101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #438CA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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